A matrix is a wrapper class for a rank 1 array of vector objects.
Matrices can be used to represent a variety of mathematical structures. This class is primarily used
to bind a selection of Linear Algebra algorithms to a matrix object. Matrices can be instantiated by assignment
of a rank2 array of any type, but the underlying data will be stored with double precision.
Read more… |