Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::MatrixBandWidth Class Reference

#include <newmat.h>


Detailed Description

Definition at line 189 of file newmat.h.

List of all members.

Public Member Functions

 MatrixBandWidth (const int l, const int u)
 MatrixBandWidth (const int n)
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 
)

Definition at line 194 of file newmat.h.

Referenced by t().

NEWMAT::MatrixBandWidth::MatrixBandWidth ( const int  n  ) 

Definition at line 195 of file newmat.h.


Member Function Documentation

int NEWMAT::MatrixBandWidth::Lower (  )  const

Definition at line 204 of file newmat.h.

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

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

Definition at line 186 of file bandmat.cpp.

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

bool NEWMAT::MatrixBandWidth::operator!= ( const MatrixBandWidth bw  )  const

Definition at line 202 of file newmat.h.

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

Definition at line 177 of file bandmat.cpp.

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

Definition at line 168 of file bandmat.cpp.

bool NEWMAT::MatrixBandWidth::operator== ( const MatrixBandWidth bw  )  const

Definition at line 200 of file newmat.h.

Referenced by operator!=().

MatrixBandWidth NEWMAT::MatrixBandWidth::t (  )  const

Definition at line 199 of file newmat.h.

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

int NEWMAT::MatrixBandWidth::Upper (  )  const

Definition at line 203 of file newmat.h.

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


Member Data Documentation


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

newmat11b
Generated Mon May 9 04:54:19 2016 by Doxygen 1.6.3