Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MatrixSequence Class Reference

#include <Matrix.h>

List of all members.


Detailed Description

Array of rectangular matrices. Only the array of pointers to the matrices is allocated. These pointers then have to be set to actual matrices as needed.

Definition at line 1479 of file Matrix.h.

Public Member Functions

 MatrixSequence (int m)
 ~MatrixSequence ()
const RealMatrixgetMatrix (int t) const
void setMatrix (int t, const RealMatrix &matrix)


Constructor & Destructor Documentation

MatrixSequence::MatrixSequence int    m [inline]
 

Constructor.

Parameters:
m number of matrices.

Definition at line 1490 of file Matrix.h.

MatrixSequence::~MatrixSequence   [inline]
 

Destructor. Deletes the matrices pointed to

Definition at line 1495 of file Matrix.h.


Member Function Documentation

const RealMatrix& MatrixSequence::getMatrix int    t const [inline]
 

Reference to matrix[t].

Definition at line 1500 of file Matrix.h.

References RealMatrix.

void MatrixSequence::setMatrix int    t,
const RealMatrix   matrix
[inline]
 

Set pointer to matrix[t].

Definition at line 1504 of file Matrix.h.


The documentation for this class was generated from the following file:
Generated on Mon Sep 22 02:16:33 2003 for Libor-Library by doxygen1.3-rc3