|
flavour
|
Classes | |
| class | Matrix |
| class | multivector |
| A vector of vectors of vectors of... (N times) of class T objects. More... | |
| class | multivector< T, 1 > |
| Specialization template class of multivector<T,N> for N=1. More... | |
Functions | |
| Matrix | operator* (const Matrix &m1, const Matrix &m2) |
| computes the matrix product More... | |
| Matrix | operator+ (const Matrix &m1, const Matrix &m2) |
| computes the matrix sum More... | |
| Matrix std::operator* | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
computes the matrix product
Definition at line 136 of file multivector.h.
| Matrix std::operator+ | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
computes the matrix sum
Definition at line 146 of file multivector.h.