flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
std Namespace Reference

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

Function Documentation

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.