LinAlg -- README
LinAlg -- The Linear-Algebra Scala Library
LinAlg provides data types and operations for algebraic vectors and matrices.
LinAlg provides data types and operations for algebraic vectors and matrices.
LinAlg provides data types and operations for algebraic vectors and matrices.
Vector and Matrix elements can be of arbitrary type, provided that a factory for that element type is available. Currently, factories exist for Double
, Float
, Long
, Int
, Short
, Byte
and Char
.