#include "regressions/regression.h"
#include <TooN/gauss_jordan.h>
Go to the source code of this file.
Functions | |
int | main () |
template<int C, int D> | |
void | test (Matrix< C, D > m) |
int main | ( | ) |
Definition at line 13 of file gauss_jordan.cc.
void test | ( | Matrix< C, D > | m | ) | [inline] |
Definition at line 6 of file gauss_jordan.cc.