LevelS C++ support library
3.83
|
Classes | |
class | rotmatrix |
Functions | |
rotmatrix | operator* (const rotmatrix &a, const rotmatrix &b) |
void | matmult (const rotmatrix &a, const rotmatrix &b, rotmatrix &res) |
void | TransposeTimes (const rotmatrix &a, const rotmatrix &b, rotmatrix &res) |
std::ostream & | operator<< (std::ostream &os, const rotmatrix &mat) |
Returns a * b.
Definition at line 167 of file rotmatrix.cc.
Returns a * b in res.
Definition at line 178 of file rotmatrix.cc.
Returns a^T * b in res.
Definition at line 187 of file rotmatrix.cc.
|
related |
Writes mat to os.