Go to the source code of this file.
|
| fiber |
| simple template expression library for linear algebra
|
|
|
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 |
|
- Date
- Dec 3, 2012
- Author
- Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)
Definition in file matrix.h.