Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::MatrixBandWidth Class Reference

#include <newmat.h>

List of all members.


Detailed Description

Definition at line 189 of file newmat.h.


Public Member Functions

 MatrixBandWidth (const int l, const int u)
 MatrixBandWidth (const int i)
MatrixBandWidth operator+ (const MatrixBandWidth &) const
MatrixBandWidth operator * (const MatrixBandWidth &) const
MatrixBandWidth minimum (const MatrixBandWidth &) const
MatrixBandWidth t () const
bool operator== (const MatrixBandWidth &bw) const
bool operator!= (const MatrixBandWidth &bw) const
int Upper () const
int Lower () const

Public Attributes

int lower
int upper

Constructor & Destructor Documentation

NEWMAT::MatrixBandWidth::MatrixBandWidth ( const int  l,
const int  u 
) [inline]

Definition at line 194 of file newmat.h.

Referenced by minimum(), operator *(), operator+(), and t().

NEWMAT::MatrixBandWidth::MatrixBandWidth ( const int  i  )  [inline]

Definition at line 195 of file newmat.h.


Member Function Documentation

MatrixBandWidth NEWMAT::MatrixBandWidth::operator+ ( const MatrixBandWidth bw  )  const

Definition at line 170 of file bandmat.cpp.

MatrixBandWidth NEWMAT::MatrixBandWidth::operator * ( const MatrixBandWidth bw  )  const

Definition at line 179 of file bandmat.cpp.

MatrixBandWidth NEWMAT::MatrixBandWidth::minimum ( const MatrixBandWidth bw  )  const

Definition at line 188 of file bandmat.cpp.

Referenced by NEWMAT::SPMatrix::BandWidth().

MatrixBandWidth NEWMAT::MatrixBandWidth::t (  )  const [inline]

Definition at line 199 of file newmat.h.

Referenced by NEWMAT::TransposedMatrix::BandWidth().

bool NEWMAT::MatrixBandWidth::operator== ( const MatrixBandWidth bw  )  const [inline]

Definition at line 200 of file newmat.h.

Referenced by operator!=().

bool NEWMAT::MatrixBandWidth::operator!= ( const MatrixBandWidth bw  )  const [inline]

Definition at line 202 of file newmat.h.

int NEWMAT::MatrixBandWidth::Upper (  )  const [inline]


Member Data Documentation


The documentation for this class was generated from the following files:

newmat11b
Generated Thu Nov 22 00:51:06 2007 by Doxygen 1.5.4