Class hierarchy   Compound list   File list   Compound Members   File Members   Related Pages   Examples  

Matrix Class Reference

The Matrix template is a template for a matrix of numbers of some type. More...

Inherits baseMatrix.

List of all members.

Public Members

Static Public Members


Detailed Description

The Matrix template is a template for a matrix of numbers of some type.

The Matrix template is a derived template with base template "baseMatrix".

Examples:
d1SaddleODE.C and d2StableTruncMap.C.

Member Function Documentation

Matrix::Matrix(int WRows, int WColumns)

The default constructor for the template Matrix.

Parameters:
T - the type of elements in the Matrix.
WRows - a positive integer specifying the number of rows of the Matrix.
WColumns - a positive integer specifying the number of columns of the Matrix.
Returns:
a Matrix<T> object.

Matrix::Matrix(const Matrix<T> &init)

The copy constructor for the template Matrix.

Parameters:
T - the type of elements in the Matrix.
init - a reference to a Matrix<T> constant object.
Returns:
a Matrix<T> object.


The documentation for this class was generated from the following files:
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by doxygen  written by Dimitri van Heesch, © 1997-1998