LinAlg -- The Linear-Algebra Scala Library
Name
LinAlg
Version
3.1.0
Programming language
Scala (2.12, 2.11)
Date
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
.