MOOS 0.2375
Public Member Functions | Public Attributes
NEWMAT::MatrixBandWidth Class Reference

#include <newmat.h>

List of all members.

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

Detailed Description

Definition at line 190 of file newmat.h.


Constructor & Destructor Documentation

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

Definition at line 195 of file newmat.h.

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

Definition at line 196 of file newmat.h.


Member Function Documentation

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

Definition at line 205 of file newmat.h.

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

Definition at line 186 of file bandmat.cpp.

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

Definition at line 203 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 [inline]

Definition at line 201 of file newmat.h.

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

Definition at line 200 of file newmat.h.

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

Definition at line 204 of file newmat.h.


Member Data Documentation

Definition at line 193 of file newmat.h.

Definition at line 194 of file newmat.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines