flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
multivector.h File Reference
#include <stdarg.h>
#include <vector>
Include dependency graph for multivector.h:
This graph shows which files directly or indirectly include this file:

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