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

TSubMat Class Reference

#include <SubMat.h>

List of all members.

Public Members

 TSubMat (Int m, Int n, Int span, TMReal data[])
 TSubMat (const TSubMat &m)
Int Rows () const
Int Cols () const
TMVec operator[] (Int i) const
TMReal& Elt (Int i, Int j)
TMReal Elt (Int i, Int j) const
TSubMat& operator= (const TSubMat &m)
TSubMat& operator= (const TMat &m)
Int rows
Int cols
Int span
TMReal* data


Detailed Description

Definition at line 22 of file SubMat.h.


Constructor & Destructor Documentation

TSubMat::TSubMat (Int m, Int n, Int span, TMReal data[])

Definition at line 22 of file SubMat.cc.

TSubMat::TSubMat (const TSubMat & m)

Definition at line 28 of file SubMat.cc.


Member Function Documentation

Int TSubMat::Cols () const [inline]

Definition at line 34 of file SubMat.h.

TMReal TSubMat::Elt (Int i, Int j) const [inline]

Definition at line 86 of file SubMat.h.

TMReal & TSubMat::Elt (Int i, Int j) [inline]

Definition at line 79 of file SubMat.h.

Int TSubMat::Rows () const [inline]

Definition at line 33 of file SubMat.h.

TSubMat & TSubMat::operator= (const TMat & m)

Definition at line 47 of file SubMat.cc.

TSubMat & TSubMat::operator= (const TSubMat & m)

Definition at line 38 of file SubMat.cc.

TMVec TSubMat::operator[] (Int i) const [inline]

Definition at line 73 of file SubMat.h.


Member Data Documentation

Int TSubMat::cols

Definition at line 47 of file SubMat.h.

TMReal * TSubMat::data

Definition at line 49 of file SubMat.h.

Int TSubMat::rows

Definition at line 46 of file SubMat.h.

Int TSubMat::span

Definition at line 48 of file SubMat.h.


The documentation for this class was generated from the following files:
Generated at Sat Aug 5 00:16:50 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000