#include <TooN/TooN.h>#include <iterator>#include <iostream>
Go to the source code of this file.
Functions | |
| template<int R, int C, class P , class L > | |
| void | foo (const Matrix< R, C, P, L > &m) |
| int | main () |
| template<int R, int C, class P , class L > | |
| void | set (Matrix< R, C, P, L > &m) |
| void foo | ( | const Matrix< R, C, P, L > & | m | ) | [inline] |
Definition at line 25 of file mat_test.cc.
| int main | ( | ) |
Definition at line 51 of file mat_test.cc.
| void set | ( | Matrix< R, C, P, L > & | m | ) | [inline] |
Definition at line 9 of file mat_test.cc.