IFEM  90A354
Classes | Namespaces | Functions
matrixnd.h File Reference

Simple template classes for dense multi-dimensional matrices. More...

#include "matrix.h"
Include dependency graph for matrixnd.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Simple template classes for dense multi-dimensional matrices.

Date
Oct 1 2007
Author
Knut Morten Okstad / SINTEF