Main /
LinearAlgebraDoc(redirected from Internal.LinearAlgebra) LinearAlgebra library documentationConceptsThe LinearAlgebra library has two concept hierarchies, for vectors and matrices. These are implemented as nested template partial specializations. In the original version, macros are used as a shortcut to name each specialization. With C++11, a template type alias is used. Both schemes can coexist, the macros are deprecated. Basic expressionsConcrete types |