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

#include <newmat.h>

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

List of all members.

Public Member Functions

 GenericMatrix ()
 GenericMatrix (const BaseMatrix &bm)
 GenericMatrix (const GenericMatrix &bm)
void operator= (const GenericMatrix &)
void operator= (const BaseMatrix &)
void operator+= (const BaseMatrix &)
void operator-= (const BaseMatrix &)
void operator*= (const BaseMatrix &)
void operator|= (const BaseMatrix &)
void operator&= (const BaseMatrix &)
void operator+= (Real)
void operator-= (Real r)
void operator*= (Real)
void operator/= (Real r)
 ~GenericMatrix ()
void CleanUp ()
void Release ()
GeneralMatrixEvaluate (MatrixType=MatrixTypeUnSp)
MatrixBandWidth BandWidth () const

Friends

class BaseMatrix

Detailed Description

Definition at line 1141 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::GenericMatrix::GenericMatrix ( ) [inline]

Definition at line 1147 of file newmat.h.

NEWMAT::GenericMatrix::GenericMatrix ( const BaseMatrix bm) [inline]

Definition at line 1148 of file newmat.h.

NEWMAT::GenericMatrix::GenericMatrix ( const GenericMatrix bm) [inline]

Definition at line 1150 of file newmat.h.

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

Definition at line 1163 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 415 of file newmat4.cpp.

void NEWMAT::GenericMatrix::CleanUp ( ) [inline, virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 1164 of file newmat.h.

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

Implements NEWMAT::BaseMatrix.

Definition at line 91 of file newmat5.cpp.

void NEWMAT::GenericMatrix::operator&= ( const BaseMatrix X)

Definition at line 834 of file newmat6.cpp.

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

Definition at line 876 of file newmat6.cpp.

void NEWMAT::GenericMatrix::operator*= ( const BaseMatrix X)

Definition at line 790 of file newmat6.cpp.

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

Definition at line 856 of file newmat6.cpp.

void NEWMAT::GenericMatrix::operator+= ( const BaseMatrix X)

Definition at line 746 of file newmat6.cpp.

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

Definition at line 1160 of file newmat.h.

void NEWMAT::GenericMatrix::operator-= ( const BaseMatrix X)

Definition at line 768 of file newmat6.cpp.

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

Definition at line 1162 of file newmat.h.

void NEWMAT::GenericMatrix::operator= ( const GenericMatrix bmx)

Definition at line 582 of file newmat6.cpp.

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

Definition at line 589 of file newmat6.cpp.

void NEWMAT::GenericMatrix::operator|= ( const BaseMatrix X)

Definition at line 812 of file newmat6.cpp.

void NEWMAT::GenericMatrix::Release ( ) [inline]

Definition at line 1165 of file newmat.h.


Friends And Related Function Documentation

friend class BaseMatrix [friend]

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