![]() |
| ||||
Armadillo is a fast, template based, C++ matrix library designed with optional interface to LAPACK and ATLAS libraries.
Integer, floating point and complex numbers are supported, as well as disk storage and a subset of trigonometric and statistics functions.
What's New in This Release: [ read full changelog ]
· added unique(), for finding unique elements of a matrix
· faster eigen decomposition via "divide and conquer" algorithm
· faster transpose of vectors and compound expressions
· faster handling of tiny fixed size vectors (? 4 elements)
