Functions
Matrix.cc File Reference
#include <art_map/Matrix.h>
#include <string.h>
Include dependency graph for Matrix.cc:

Go to the source code of this file.

Functions

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

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


art_map
Author(s): David Li, Patrick Beeson, Bartley Gillen, Tarun Nimmagadda, Mickey Ristroph, Michael Quinlan, Jack O'Quin
autogenerated on Tue Sep 24 2013 10:41:51