#include <utility>#include <cmath>#include <TooN/TooN.h>
Go to the source code of this file.
Classes | |
| struct | TooN::Internal::Size3< i, j, k > |
Namespaces | |
| namespace | TooN |
Everything lives inside this namespace. | |
| namespace | TooN::Internal |
Functions | |
| template<int R1, int C1, int R2, int C2, typename Precision > | |
| Matrix< Internal::Size3< R1, C1, R2 >::s, C2, Precision > | TooN::gaussian_elimination (Matrix< R1, C1, Precision > A, Matrix< R2, C2, Precision > b) |
| template<int N, typename Precision > | |
| Vector< N, Precision > | TooN::gaussian_elimination (Matrix< N, N, Precision > A, Vector< N, Precision > b) |