|
flavour
|
#include <stdarg.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | std::multivector< T, N > |
| A vector of vectors of vectors of... (N times) of class T objects. More... | |
| class | std::multivector< T, 1 > |
| Specialization template class of multivector<T,N> for N=1. More... | |
| class | std::Matrix |
Namespaces | |
| std | |
Functions | |
| Matrix | std::operator* (const Matrix &m1, const Matrix &m2) |
| computes the matrix product More... | |
| Matrix | std::operator+ (const Matrix &m1, const Matrix &m2) |
| computes the matrix sum More... | |