Go to the source code of this file.
Classes | |
| struct | TooN::Reference::ColMajor |
| struct | TooN::Reference::ColMajor::MLayout< Rows, Cols, Precision > |
| struct | TooN::Reference::RowMajor::MLayout< Rows, Cols, Precision > |
| struct | TooN::Reference |
| struct | TooN::Reference::RowMajor |
| struct | TooN::Reference::VLayout< Size, Precision > |
Namespaces | |
| namespace | TooN |
Everything lives inside this namespace. | |
Functions | |
| template<int Size, class Precision > | |
| const Vector< Size, const Precision, Reference > | TooN::wrapVector (const Precision *data) |
| template<int Size, class Precision > | |
| Vector< Size, Precision, Reference > | TooN::wrapVector (Precision *data) |
| template<class Precision > | |
| const Vector< Dynamic, const Precision, Reference > | TooN::wrapVector (const Precision *data, int size) |
| template<class Precision > | |
| Vector< Dynamic, Precision, Reference > | TooN::wrapVector (Precision *data, int size) |
| template<int Size> | |
| const Vector< Size, const double, Reference > | TooN::wrapVector (const double *data) |
| template<int Size> | |
| Vector< Size, double, Reference > | TooN::wrapVector (double *data) |
| const Vector< Dynamic, const double, Reference > | TooN::wrapVector (const double *data, int size) |
| Vector< Dynamic, double, Reference > | TooN::wrapVector (double *data, int size) |
| template<class Precision > | |
| const Matrix< Dynamic, Dynamic, const Precision, Reference::RowMajor > | TooN::wrapMatrix (const Precision *data, int rows, int cols) |
| template<class Precision > | |
| Matrix< Dynamic, Dynamic, Precision, Reference::RowMajor > | TooN::wrapMatrix (Precision *data, int rows, int cols) |
| template<int Rows, int Cols, class Precision > | |
| const Matrix< Rows, Cols, const Precision, Reference::RowMajor > | TooN::wrapMatrix (const Precision *data, int rows, int cols) |
| template<int Rows, int Cols, class Precision > | |
| Matrix< Rows, Cols, Precision, Reference::RowMajor > | TooN::wrapMatrix (Precision *data, int rows, int cols) |
| template<int Rows, int Cols> | |
| const Matrix< Rows, Cols, const double, Reference::RowMajor > | TooN::wrapMatrix (const double *data, int rows, int cols) |
| template<int Rows, int Cols> | |
| Matrix< Rows, Cols, double, Reference::RowMajor > | TooN::wrapMatrix (double *data, int rows, int cols) |
| template<int Rows, int Cols, class Precision > | |
| const Matrix< Rows, Cols, const Precision, Reference::RowMajor > | TooN::wrapMatrix (const Precision *data) |
| template<int Rows, int Cols, class Precision > | |
| Matrix< Rows, Cols, Precision, Reference::RowMajor > | TooN::wrapMatrix (Precision *data) |
| template<int Rows, int Cols> | |
| const Matrix< Rows, Cols, const double, Reference::RowMajor > | TooN::wrapMatrix (const double *data) |
| template<int Rows, int Cols> | |
| Matrix< Rows, Cols, double, Reference::RowMajor > | TooN::wrapMatrix (double *data) |