fmat.cc File Reference
#include "fmat.h"
#include "fmatCore.h"
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)
|