|
IFEM
90A354
|
Simple template classes for dense multi-dimensional matrices. More...
#include "matrix.h"

Go to the source code of this file.
Classes | |
| class | utl::matrix3d< T > |
| Three-dimensional rectangular matrix with some algebraic operations. More... | |
| class | utl::matrix4d< T > |
| Four-dimensional rectangular matrix with some algebraic operations. More... | |
Namespaces | |
| utl | |
| General utility classes and functions. | |
Functions | |
| template<class T > | |
| std::ostream & | utl::operator<< (std::ostream &s, const matrix3d< T > &A) |
| Print the 3D matrix A to the stream s. More... | |
| template<class T > | |
| std::ostream & | utl::operator<< (std::ostream &s, const matrix4d< T > &A) |
| Print the 4D matrix A to the stream s. More... | |
Simple template classes for dense multi-dimensional matrices.