$search

UpperBandMatrix Class Reference
[Newmat matrix manipulation library]

Upper triangular band matrix. More...

#include <newmat.h>

Inheritance diagram for UpperBandMatrix:
Inheritance graph
[legend]

List of all members.

Public Member Functions

GeneralMatrixMakeSolver ()
void operator= (const UpperBandMatrix &m)
void operator= (Real f)
void ReSize (const GeneralMatrix &A)
void resize (const GeneralMatrix &A)
 resize BandMatrix
void ReSize (int n, int ubw)
void resize (int n, int ubw)
void ReSize (int m, int n, int b)
void swap (UpperBandMatrix &gm)
 UpperBandMatrix (const UpperBandMatrix &gm)
 UpperBandMatrix (int n, int ubw)
 UpperBandMatrix ()
 ~UpperBandMatrix ()

Real element (int, int) const
Real & element (int, int)
Real operator() (int, int) const
Real & operator() (int, int)

MatrixType type () const



GeneralMatrixImage () const
LogAndSign log_determinant () const
void operator= (const BaseMatrix &)
 assignment operator for BandMatrix
void resize (int, int, int)
 resize UpperBandMatrix
void Solver (MatrixColX &, const MatrixColX &)
 UpperBandMatrix (const BaseMatrix &)

Detailed Description

Upper triangular band matrix.

Definition at line 1167 of file newmat.h.


Constructor & Destructor Documentation

UpperBandMatrix::UpperBandMatrix (  )  [inline]

Definition at line 1171 of file newmat.h.

UpperBandMatrix::~UpperBandMatrix (  )  [inline]

Definition at line 1172 of file newmat.h.

UpperBandMatrix::UpperBandMatrix ( int  n,
int  ubw 
) [inline]

Definition at line 1173 of file newmat.h.

UpperBandMatrix::UpperBandMatrix ( const BaseMatrix M  ) 

Definition at line 218 of file bandmat.cpp.

UpperBandMatrix::UpperBandMatrix ( const UpperBandMatrix gm  )  [inline]

Definition at line 1180 of file newmat.h.


Member Function Documentation

Real UpperBandMatrix::element ( int  m,
int  n 
) const

Reimplemented from BandMatrix.

Definition at line 833 of file newmat6.cpp.

Real & UpperBandMatrix::element ( int  m,
int  n 
)

Reimplemented from BandMatrix.

Definition at line 824 of file newmat6.cpp.

GeneralMatrix * UpperBandMatrix::Image (  )  const [private, virtual]

Reimplemented from BandMatrix.

Definition at line 643 of file bandmat.cpp.

LogAndSign UpperBandMatrix::log_determinant (  )  const [virtual]

Reimplemented from BandMatrix.

Definition at line 516 of file bandmat.cpp.

GeneralMatrix* UpperBandMatrix::MakeSolver (  )  [inline, virtual]

Reimplemented from BandMatrix.

Definition at line 1181 of file newmat.h.

Real UpperBandMatrix::operator() ( int  m,
int  n 
) const

Reimplemented from BandMatrix.

Definition at line 217 of file newmat6.cpp.

Real & UpperBandMatrix::operator() ( int  m,
int  n 
)

Reimplemented from BandMatrix.

Definition at line 105 of file newmat6.cpp.

void UpperBandMatrix::operator= ( const UpperBandMatrix m  )  [inline]

Definition at line 1178 of file newmat.h.

void UpperBandMatrix::operator= ( Real  f  )  [inline]

Reimplemented from BandMatrix.

Definition at line 1177 of file newmat.h.

void UpperBandMatrix::operator= ( const BaseMatrix X  ) 

assignment operator for BandMatrix

Reimplemented from BandMatrix.

Definition at line 226 of file bandmat.cpp.

void UpperBandMatrix::ReSize ( const GeneralMatrix A  )  [inline, virtual]

Reimplemented from BandMatrix.

Definition at line 1191 of file newmat.h.

void UpperBandMatrix::resize ( const GeneralMatrix A  )  [inline, virtual]

resize BandMatrix

Reimplemented from BandMatrix.

Definition at line 1190 of file newmat.h.

void UpperBandMatrix::ReSize ( int  n,
int  ubw 
) [inline]

Definition at line 1188 of file newmat.h.

void UpperBandMatrix::resize ( int  n,
int  ubw 
) [inline]

Definition at line 1186 of file newmat.h.

void UpperBandMatrix::ReSize ( int  m,
int  n,
int  b 
) [inline, virtual]

Reimplemented from BandMatrix.

Definition at line 1185 of file newmat.h.

void UpperBandMatrix::resize ( int  n,
int  lb,
int  ub 
) [virtual]

resize UpperBandMatrix

Reimplemented from BandMatrix.

Definition at line 99 of file bandmat.cpp.

void UpperBandMatrix::Solver ( MatrixColX mcout,
const MatrixColX mcin 
) [virtual]

Reimplemented from GeneralMatrix.

Definition at line 454 of file bandmat.cpp.

void UpperBandMatrix::swap ( UpperBandMatrix gm  )  [inline]

Definition at line 1200 of file newmat.h.

MatrixType UpperBandMatrix::type (  )  const [virtual]

Reimplemented from BandMatrix.

Definition at line 663 of file newmat4.cpp.


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


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:29 2013