ergo
MatrixBase.h File Reference

Base class for matrix API. More...

#include <iostream>
#include <fstream>
#include <ios>
#include "FileWritable.h"
#include "matrix_proxy.h"
#include "ValidPtr.h"
#include "SizesAndBlocks.h"

Go to the source code of this file.

Classes

class  mat::MatrixGeneral< Treal, Tmatrix >
 Normal matrix. More...
 
class  mat::MatrixSymmetric< Treal, Tmatrix >
 Symmetric matrix. More...
 
class  mat::MatrixTriangular< Treal, Tmatrix >
 Upper non-unit triangular matrix. More...
 
class  mat::VectorGeneral< Treal, Tvector >
 
class  mat::MatrixBase< Treal, Tmatrix >
 Base class for matrix API. More...
 

Namespaces

 mat
 

Enumerations

enum  mat::matrix_type { mat::matrix_matr, mat::matrix_symm, mat::matrix_triang }
 

Detailed Description

Base class for matrix API.

Copyright(c) Emanuel Rubensson 2006

Author
Emanuel Rubensson responsible author
Date
January 2006