What you know you can't explain, but you feel it. You've felt it your entire life, that there's something wrong with the world. You don't know what it is, but it's there, like a splinter in your mind, driving you mad.
Main /
LinearAlgebraDocLinearAlgebra 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 |