#include <TooN/TooN.h>
Go to the source code of this file.
Functions | |
int | main () |
template<int R, int C, class B > | |
void | staticdynamictest (Matrix< R, C, double, B > m) |
template<int R, int C, class B > | |
void | statictest (Matrix< R, C, double, B > m) |
int main | ( | ) |
Definition at line 78 of file mat_test2.cc.
void staticdynamictest | ( | Matrix< R, C, double, B > | m | ) | [inline] |
Definition at line 36 of file mat_test2.cc.
void statictest | ( | Matrix< R, C, double, B > | m | ) | [inline] |
Definition at line 5 of file mat_test2.cc.