Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

fmat.cc File Reference

#include "fmat.h"
#include "fmatCore.h"
Include dependency graph for fmat.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fmat
 

fixed-size matrix routines for high performance with small allocations


Functions

const Column< 4 > fmat::ZEROH (fmat::pack(0, 0, 0, 1))
const Column< 2 > fmat::UNIT2_X (fmat::pack(1, 0))
const Column< 2 > fmat::UNIT2_Y (fmat::pack(0, 1))
const Column< 3 > fmat::UNIT3_X (fmat::pack(1, 0, 0))
const Column< 3 > fmat::UNIT3_Y (fmat::pack(0, 1, 0))
const Column< 3 > fmat::UNIT3_Z (fmat::pack(0, 0, 1))

Variables

std::string fmat::defaultNumberFormat = "%g"
const Column< 2 > fmat::ZERO2
 a length 2 column vector with all zeros (could also just use Column<2>(), but this is more semantic)
const Column< 3 > fmat::ZERO3
 a length 3 column vector with all zeros (could also just use Column<3>(), but this is more semantic)

Tekkotsu v5.1CVS
Generated Mon May 9 04:58:56 2016 by Doxygen 1.6.3