MOOS 0.2375
Public Member Functions | Friends
NEWMAT::GetSubMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::GetSubMatrix:
Inheritance graph
[legend]
Collaboration diagram for NEWMAT::GetSubMatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~GetSubMatrix ()
GeneralMatrixEvaluate (MatrixType mt=MatrixTypeUnSp)
void operator= (const BaseMatrix &)
void operator+= (const BaseMatrix &)
void operator-= (const BaseMatrix &)
void operator= (const GetSubMatrix &m)
void operator<< (const BaseMatrix &)
void operator<< (const Real *)
MatrixInput operator<< (Real)
MatrixInput operator<< (int f)
void operator= (Real)
void operator+= (Real)
void operator-= (Real r)
void operator*= (Real)
void operator/= (Real r)
void Inject (const GeneralMatrix &)
MatrixBandWidth BandWidth () const

Friends

class BaseMatrix

Detailed Description

Definition at line 1488 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::GetSubMatrix::~GetSubMatrix ( ) [inline]

Definition at line 1506 of file newmat.h.


Member Function Documentation

MatrixBandWidth NEWMAT::GetSubMatrix::BandWidth ( ) const [virtual]

Reimplemented from NEWMAT::NegatedMatrix.

Definition at line 488 of file newmat4.cpp.

GeneralMatrix * NEWMAT::GetSubMatrix::Evaluate ( MatrixType  mt = MatrixTypeUnSp) [virtual]

Reimplemented from NEWMAT::NegatedMatrix.

Definition at line 341 of file newmat5.cpp.

void NEWMAT::GetSubMatrix::Inject ( const GeneralMatrix gmx)

Definition at line 272 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator*= ( Real  r)

Definition at line 396 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator+= ( Real  r)

Definition at line 365 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator+= ( const BaseMatrix bmx)

Definition at line 293 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator-= ( const BaseMatrix bmx)

Definition at line 329 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator-= ( Real  r) [inline]

Definition at line 1518 of file newmat.h.

void NEWMAT::GetSubMatrix::operator/= ( Real  r) [inline]

Definition at line 1520 of file newmat.h.

MatrixInput NEWMAT::GetSubMatrix::operator<< ( Real  f)

Definition at line 486 of file newmat5.cpp.

MatrixInput NEWMAT::GetSubMatrix::operator<< ( int  f) [inline]

Definition at line 1759 of file newmat.h.

void NEWMAT::GetSubMatrix::operator<< ( const Real r)

Definition at line 234 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator<< ( const BaseMatrix bmx)

Definition at line 159 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator= ( const BaseMatrix bmx)

Definition at line 193 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator= ( Real  r)

Definition at line 254 of file submat.cpp.

void NEWMAT::GetSubMatrix::operator= ( const GetSubMatrix m) [inline]

Definition at line 1511 of file newmat.h.


Friends And Related Function Documentation

friend class BaseMatrix [friend]

Reimplemented from NEWMAT::NegatedMatrix.

Definition at line 1504 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