Classes | Functions
Matrix.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix

Functions

float convDble (const Matrix &a)
Matrix Invert22 (const Matrix &a)
Matrix operator* (const Matrix &a, const Matrix &b)
Matrix operator* (const float &a, const Matrix &b)
Matrix operator* (const Matrix &a, const float &b)
Matrix operator+ (const Matrix &a, const Matrix &b)
Matrix operator- (const Matrix &a, const Matrix &b)
Matrix operator/ (const Matrix &a, const float &b)

Function Documentation

float convDble ( const Matrix a) [inline]

Definition at line 43 of file Matrix.h.

Matrix Invert22 ( const Matrix a)

Definition at line 199 of file Matrix.cc.

Matrix operator* ( const Matrix a,
const Matrix b 
)

Definition at line 104 of file Matrix.cc.

Matrix operator* ( const float &  a,
const Matrix b 
)

Definition at line 127 of file Matrix.cc.

Matrix operator* ( const Matrix a,
const float &  b 
)

Definition at line 142 of file Matrix.cc.

Matrix operator+ ( const Matrix a,
const Matrix b 
)

Definition at line 64 of file Matrix.cc.

Matrix operator- ( const Matrix a,
const Matrix b 
)

Definition at line 86 of file Matrix.cc.

Matrix operator/ ( const Matrix a,
const float &  b 
)

Definition at line 157 of file Matrix.cc.



art_map
Author(s): David Li, Patrick Beeson, Bartley Gillen, Tarun Nimmagadda, Mickey Ristroph, Michael Quinlan, Jack O'Quin
autogenerated on Fri Jan 3 2014 11:08:34