Recent Changes - Search:

HomePage

PmWiki

pmwiki.org

LinearAlgebraDoc

(redirected from Internal.LinearAlgebra)

LinearAlgebra library documentation

Concepts

The 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.

VectorConcepts

MatrixConcepts

Basic expressions

Metafunctions

Concrete types

SparseVector Vector?

Matrix? SparseMatrix? DiagonalMatrix? ScalarMatrix?

Edit - History - Print - Recent Changes - Search
Page last modified on October 04, 2015, at 09:33 AM