cheshirekow  v0.1.0
matrix.h File Reference

Go to the source code of this file.

Classes

class  fiber::Matrix< Scalar, Rows, Cols >
 

Namespaces

 fiber
 simple template expression library for linear algebra
 

Typedefs

typedef Matrix< double, 2, 2 > fiber::Matrix2d
 
typedef Matrix< float, 2, 2 > fiber::Matrix2f
 
typedef Matrix< double, 3, 3 > fiber::Matrix3d
 
typedef Matrix< float, 3, 3 > fiber::Matrix3f
 
typedef Matrix< double, 4, 4 > fiber::Matrix4d
 
typedef Matrix< float, 4, 4 > fiber::Matrix4f
 
typedef Matrix< double, 2, 1 > fiber::Vector2d
 
typedef Matrix< float, 2, 1 > fiber::Vector2f
 
typedef Matrix< double, 3, 1 > fiber::Vector3d
 
typedef Matrix< float, 3, 1 > fiber::Vector3f
 
typedef Matrix< double, 4, 1 > fiber::Vector4d
 
typedef Matrix< float, 4, 1 > fiber::Vector4f
 

Detailed Description

Date
Dec 3, 2012
Author
Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)

Definition in file matrix.h.