MOOS 0.2375
Public Member Functions | Protected Member Functions | Protected Attributes | Friends
NEWMAT::NegatedMatrix Class Reference

#include <newmat.h>

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

List of all members.

Public Member Functions

 ~NegatedMatrix ()
GeneralMatrixEvaluate (MatrixType mt=MatrixTypeUnSp)
MatrixBandWidth BandWidth () const

Protected Member Functions

 NegatedMatrix (const BaseMatrix *bmx)
int search (const BaseMatrix *) const

Protected Attributes

union {
   const BaseMatrix *   bm
   GeneralMatrix *   gm
}; 

Friends

class BaseMatrix

Detailed Description

Definition at line 1366 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::NegatedMatrix::NegatedMatrix ( const BaseMatrix bmx) [inline, protected]

Definition at line 1370 of file newmat.h.

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

Definition at line 1375 of file newmat.h.


Member Function Documentation

MatrixBandWidth NEWMAT::NegatedMatrix::BandWidth ( ) const [virtual]
GeneralMatrix * NEWMAT::NegatedMatrix::Evaluate ( MatrixType  mt = MatrixTypeUnSp) [virtual]
int NEWMAT::NegatedMatrix::search ( const BaseMatrix s) const [protected, virtual]

Implements NEWMAT::BaseMatrix.

Definition at line 379 of file newmat4.cpp.


Friends And Related Function Documentation

friend class BaseMatrix [friend]

Member Data Documentation

union { ... } [protected]

Definition at line 1369 of file newmat.h.

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