Public Member Functions | Public Attributes
MatrixBandWidth Class Reference

#include <general.h>

List of all members.

Public Member Functions

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

Public Attributes

int lower_val
int upper_val

Detailed Description

Upper and lower bandwidths of a matrix. That is number of diagonals strictly above or below main diagonal, e.g. diagonal matrix has 0 upper and lower bandwiths. -1 means the matrix may have the maximum bandwidth.

Definition at line 189 of file general.h.


Constructor & Destructor Documentation

Definition at line 194 of file general.h.

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

Definition at line 195 of file general.h.

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

Definition at line 196 of file general.h.


Member Function Documentation

int MatrixBandWidth::Lower ( ) const [inline]

Definition at line 206 of file general.h.

int MatrixBandWidth::lower ( ) const [inline]

Definition at line 207 of file general.h.

Definition at line 8653 of file NewMatExhaustive.cpp.

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

Definition at line 203 of file general.h.

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

Definition at line 8644 of file NewMatExhaustive.cpp.

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

Definition at line 8635 of file NewMatExhaustive.cpp.

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

Definition at line 201 of file general.h.

MatrixBandWidth MatrixBandWidth::t ( ) const [inline]

Definition at line 200 of file general.h.

int MatrixBandWidth::Upper ( ) const [inline]

Definition at line 204 of file general.h.

int MatrixBandWidth::upper ( ) const [inline]

Definition at line 205 of file general.h.


Member Data Documentation

Definition at line 192 of file general.h.

Definition at line 193 of file general.h.


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


lo
Author(s): U. Klank
autogenerated on Mon Oct 6 2014 10:44:15