Concept AlgebraicCollection: common requirements of matrices, vectors, and scalars in computations. More...
#include <collection.hpp>
Concept AlgebraicCollection: common requirements of matrices, vectors, and scalars in computations.
For more design clarity we consider them all as matrices (as Matlab does) and we regard Scalar and Vector as special cases (see there). However, the implementation of vectors is supposed to differ from the ones of matrices in order to provide efficient computations and storage.