If real is what you can feel, smell, taste and see, then 'real' is simply electrical signals interpreted by your brain.
|
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 |