Biomechanical Joint Model
 Author: Anderson Maciel

mat.h File Reference

#include "vec.h"
#include <iostream>
#include <sstream>

Include dependency graph for mat.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LinAlg

Classes

class  LinAlg::Matrix_

Typedefs

typedef Matrix_ LinAlg::MAT

Functions

Matrix_ LinAlg::operator+ (const Matrix_ &A, const Matrix_ &B)
Matrix_ LinAlg::operator- (const Matrix_ &A, const Matrix_ &B)
Matrix_ LinAlg::operator- (const Matrix_ &A)
Matrix_ LinAlg::operator * (const Matrix_ &A, const Matrix_ &B)
Matrix_ LinAlg::operator * (const Matrix_ &A, double s)
Matrix_ LinAlg::operator * (double s, const Matrix_ &A)
bool LinAlg::operator== (const Matrix_ &A, const Matrix_ &B)
bool LinAlg::operator!= (const Matrix_ &A, const Matrix_ &B)
Matrix_ LinAlg::transpose (const Matrix_ &A)
Matrix_ LinAlg::inverse (const Matrix_ &A)
std::ostream & LinAlg::operator<< (std::ostream &s, const Matrix_ &A)


Generated on Thu Dec 1 10:14:10 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5