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

#include <newmat.h>

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

List of all members.

Public Member Functions

GeneralMatrixEvaluate (MatrixType mt=MatrixTypeUnSp)
virtual MatrixType Type () const =0
int Nrows () const
int Ncols () const
int Storage () const
RealStore () const
virtual ~GeneralMatrix ()
void tDelete ()
bool reuse ()
void Protect ()
int Tag () const
bool IsZero () const
void Release ()
void Release (int t)
void ReleaseAndDelete ()
void operator<< (const Real *)
void operator<< (const BaseMatrix &X)
void Inject (const GeneralMatrix &)
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)
virtual GeneralMatrixMakeSolver ()
virtual void Solver (MatrixColX &, const MatrixColX &)
virtual void GetRow (MatrixRowCol &)=0
virtual void RestoreRow (MatrixRowCol &)
virtual void NextRow (MatrixRowCol &)
virtual void GetCol (MatrixRowCol &)=0
virtual void GetCol (MatrixColX &)=0
virtual void RestoreCol (MatrixRowCol &)
virtual void RestoreCol (MatrixColX &)
virtual void NextCol (MatrixRowCol &)
virtual void NextCol (MatrixColX &)
Real SumSquare () const
Real SumAbsoluteValue () const
Real Sum () const
Real MaximumAbsoluteValue1 (int &i) const
Real MinimumAbsoluteValue1 (int &i) const
Real Maximum1 (int &i) const
Real Minimum1 (int &i) const
Real MaximumAbsoluteValue () const
Real MaximumAbsoluteValue2 (int &i, int &j) const
Real MinimumAbsoluteValue () const
Real MinimumAbsoluteValue2 (int &i, int &j) const
Real Maximum () const
Real Maximum2 (int &i, int &j) const
Real Minimum () const
Real Minimum2 (int &i, int &j) const
LogAndSign LogDeterminant () const
virtual bool IsEqual (const GeneralMatrix &) const
void CheckStore () const
virtual void SetParameters (const GeneralMatrix *)
 operator ReturnMatrix () const
ReturnMatrix ForReturn () const
virtual bool SameStorageType (const GeneralMatrix &A) const
virtual void ReSizeForAdd (const GeneralMatrix &A, const GeneralMatrix &B)
virtual void ReSizeForSP (const GeneralMatrix &A, const GeneralMatrix &B)
virtual void ReSize (const GeneralMatrix &A)
MatrixInput operator<< (Real)
MatrixInput operator<< (int f)
void CleanUp ()

Protected Member Functions

 GeneralMatrix ()
 GeneralMatrix (ArrayLengthSpecifier)
void Add (GeneralMatrix *, Real)
void Add (Real)
void NegAdd (GeneralMatrix *, Real)
void NegAdd (Real)
void Multiply (GeneralMatrix *, Real)
void Multiply (Real)
void Negate (GeneralMatrix *)
void Negate ()
void ReverseElements ()
void ReverseElements (GeneralMatrix *)
void operator= (Real)
RealGetStore ()
GeneralMatrixBorrowStore (GeneralMatrix *, MatrixType)
void GetMatrix (const GeneralMatrix *)
void Eq (const BaseMatrix &, MatrixType)
void Eq (const BaseMatrix &, MatrixType, bool)
void Eq2 (const BaseMatrix &, MatrixType)
int search (const BaseMatrix *) const
virtual GeneralMatrixTranspose (TransposedMatrix *, MatrixType)
void CheckConversion (const BaseMatrix &)
void ReSize (int, int, int)
virtual short SimpleAddOK (const GeneralMatrix *gm)

Protected Attributes

int tag
int nrows
int ncols
int storage
Realstore

Friends

class Matrix
class nricMatrix
class SymmetricMatrix
class UpperTriangularMatrix
class LowerTriangularMatrix
class DiagonalMatrix
class CroutMatrix
class RowVector
class ColumnVector
class BandMatrix
class LowerBandMatrix
class UpperBandMatrix
class SymmetricBandMatrix
class BaseMatrix
class AddedMatrix
class MultipliedMatrix
class SubtractedMatrix
class SPMatrix
class KPMatrix
class ConcatenatedMatrix
class StackedMatrix
class SolvedMatrix
class ShiftedMatrix
class NegShiftedMatrix
class ScaledMatrix
class TransposedMatrix
class ReversedMatrix
class NegatedMatrix
class InvertedMatrix
class RowedMatrix
class ColedMatrix
class DiagedMatrix
class MatedMatrix
class GetSubMatrix
class ReturnMatrixX
class LinearEquationSolver
class GenericMatrix

Detailed Description

Definition at line 415 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::GeneralMatrix::GeneralMatrix ( ) [protected]

Definition at line 33 of file newmat4.cpp.

NEWMAT::GeneralMatrix::GeneralMatrix ( ArrayLengthSpecifier  s) [protected]

Definition at line 36 of file newmat4.cpp.

NEWMAT::GeneralMatrix::~GeneralMatrix ( ) [virtual]

Definition at line 132 of file newmat4.cpp.


Member Function Documentation

void NEWMAT::GeneralMatrix::Add ( GeneralMatrix gm1,
Real  f 
) [protected]

Definition at line 386 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::Add ( Real  f) [protected]

Definition at line 395 of file newmat5.cpp.

GeneralMatrix * NEWMAT::GeneralMatrix::BorrowStore ( GeneralMatrix gmx,
MatrixType  mt 
) [protected]

Definition at line 587 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::CheckConversion ( const BaseMatrix ) [protected]
void NEWMAT::GeneralMatrix::CheckStore ( ) const

Definition at line 805 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::CleanUp ( ) [virtual]
void NEWMAT::GeneralMatrix::Eq ( const BaseMatrix X,
MatrixType  mt,
bool  ldok 
) [protected]

Definition at line 647 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::Eq ( const BaseMatrix X,
MatrixType  mt 
) [protected]

Definition at line 607 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::Eq2 ( const BaseMatrix X,
MatrixType  mt 
) [protected]

Definition at line 654 of file newmat4.cpp.

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

Implements NEWMAT::BaseMatrix.

Definition at line 79 of file newmat5.cpp.

ReturnMatrixX NEWMAT::GeneralMatrix::ForReturn ( ) const

Definition at line 190 of file newmat4.cpp.

virtual void NEWMAT::GeneralMatrix::GetCol ( MatrixRowCol ) [pure virtual]
virtual void NEWMAT::GeneralMatrix::GetCol ( MatrixColX ) [pure virtual]
void NEWMAT::GeneralMatrix::GetMatrix ( const GeneralMatrix gmx) [protected]

Definition at line 580 of file newmat4.cpp.

virtual void NEWMAT::GeneralMatrix::GetRow ( MatrixRowCol ) [pure virtual]
Real * NEWMAT::GeneralMatrix::GetStore ( ) [protected]

Definition at line 557 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::Inject ( const GeneralMatrix X)

Definition at line 666 of file newmat4.cpp.

bool NEWMAT::GeneralMatrix::IsEqual ( const GeneralMatrix A) const [virtual]

Reimplemented in NEWMAT::CroutMatrix, and NEWMAT::BandLUMatrix.

Definition at line 996 of file newmat7.cpp.

bool NEWMAT::GeneralMatrix::IsZero ( ) const

Definition at line 969 of file newmat7.cpp.

LogAndSign NEWMAT::GeneralMatrix::LogDeterminant ( ) const [virtual]
GeneralMatrix * NEWMAT::GeneralMatrix::MakeSolver ( ) [virtual]
Real NEWMAT::GeneralMatrix::Maximum ( ) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 252 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::Maximum1 ( int &  i) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 261 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::Maximum2 ( int &  i,
int &  j 
) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::Matrix.

Definition at line 320 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MaximumAbsoluteValue ( ) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 212 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MaximumAbsoluteValue1 ( int &  i) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 221 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MaximumAbsoluteValue2 ( int &  i,
int &  j 
) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::Matrix.

Definition at line 290 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::Minimum ( ) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 271 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::Minimum1 ( int &  i) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 280 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::Minimum2 ( int &  i,
int &  j 
) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::Matrix.

Definition at line 335 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MinimumAbsoluteValue ( ) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 232 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MinimumAbsoluteValue1 ( int &  i) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 241 of file newmat8.cpp.

Real NEWMAT::GeneralMatrix::MinimumAbsoluteValue2 ( int &  i,
int &  j 
) const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Reimplemented in NEWMAT::Matrix.

Definition at line 305 of file newmat8.cpp.

void NEWMAT::GeneralMatrix::Multiply ( GeneralMatrix gm1,
Real  f 
) [protected]

Definition at line 443 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::Multiply ( Real  f) [protected]

Definition at line 452 of file newmat5.cpp.

int NEWMAT::GeneralMatrix::Ncols ( ) const [inline]

Definition at line 453 of file newmat.h.

void NEWMAT::GeneralMatrix::NegAdd ( Real  f) [protected]

Definition at line 412 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::NegAdd ( GeneralMatrix gm1,
Real  f 
) [protected]

Definition at line 403 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::Negate ( ) [protected]

Definition at line 434 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::Negate ( GeneralMatrix gm1) [protected]

Definition at line 424 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::NextCol ( MatrixRowCol mrc) [virtual]

Reimplemented in NEWMAT::Matrix, NEWMAT::DiagonalMatrix, NEWMAT::RowVector, and NEWMAT::IdentityMatrix.

Definition at line 90 of file newmat3.cpp.

void NEWMAT::GeneralMatrix::NextCol ( MatrixColX mrc) [virtual]

Reimplemented in NEWMAT::Matrix, NEWMAT::DiagonalMatrix, NEWMAT::RowVector, and NEWMAT::IdentityMatrix.

Definition at line 99 of file newmat3.cpp.

void NEWMAT::GeneralMatrix::NextRow ( MatrixRowCol mrc) [virtual]
int NEWMAT::GeneralMatrix::Nrows ( ) const [inline]

Definition at line 452 of file newmat.h.

NEWMAT::GeneralMatrix::operator ReturnMatrix ( ) const
void NEWMAT::GeneralMatrix::operator&= ( const BaseMatrix X)

Definition at line 693 of file newmat6.cpp.

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

Definition at line 653 of file newmat6.cpp.

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

Definition at line 728 of file newmat6.cpp.

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

Definition at line 613 of file newmat6.cpp.

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

Definition at line 713 of file newmat6.cpp.

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

Definition at line 633 of file newmat6.cpp.

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

Definition at line 475 of file newmat.h.

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

Definition at line 477 of file newmat.h.

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

Reimplemented in NEWMAT::BandMatrix.

Definition at line 574 of file newmat6.cpp.

void NEWMAT::GeneralMatrix::operator<< ( const BaseMatrix X) [inline]

Reimplemented in NEWMAT::nricMatrix, and NEWMAT::BandMatrix.

Definition at line 466 of file newmat.h.

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

Reimplemented in NEWMAT::BandMatrix.

Definition at line 476 of file newmat5.cpp.

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

Reimplemented in NEWMAT::BandMatrix.

Definition at line 1757 of file newmat.h.

void NEWMAT::GeneralMatrix::operator= ( Real  f) [protected]
void NEWMAT::GeneralMatrix::operator|= ( const BaseMatrix X)

Definition at line 673 of file newmat6.cpp.

void NEWMAT::GeneralMatrix::Protect ( ) [inline]

Definition at line 459 of file newmat.h.

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

Definition at line 462 of file newmat.h.

void NEWMAT::GeneralMatrix::Release ( int  t) [inline]

Definition at line 463 of file newmat.h.

void NEWMAT::GeneralMatrix::ReleaseAndDelete ( ) [inline]

Definition at line 464 of file newmat.h.

void NEWMAT::GeneralMatrix::ReSize ( const GeneralMatrix A) [virtual]
void NEWMAT::GeneralMatrix::ReSize ( int  nr,
int  nc,
int  s 
) [protected]

Reimplemented in NEWMAT::BandMatrix, NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 211 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::ReSizeForAdd ( const GeneralMatrix A,
const GeneralMatrix B 
) [virtual]

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 346 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::ReSizeForSP ( const GeneralMatrix A,
const GeneralMatrix B 
) [virtual]

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 349 of file newmat4.cpp.

virtual void NEWMAT::GeneralMatrix::RestoreCol ( MatrixColX ) [inline, virtual]
virtual void NEWMAT::GeneralMatrix::RestoreCol ( MatrixRowCol ) [inline, virtual]
virtual void NEWMAT::GeneralMatrix::RestoreRow ( MatrixRowCol ) [inline, virtual]

Definition at line 481 of file newmat.h.

bool NEWMAT::GeneralMatrix::reuse ( )

Definition at line 538 of file newmat4.cpp.

void NEWMAT::GeneralMatrix::ReverseElements ( GeneralMatrix gm) [protected]

Definition at line 542 of file newmat5.cpp.

void NEWMAT::GeneralMatrix::ReverseElements ( ) [protected]

Definition at line 550 of file newmat5.cpp.

bool NEWMAT::GeneralMatrix::SameStorageType ( const GeneralMatrix A) const [virtual]

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 358 of file newmat4.cpp.

int NEWMAT::GeneralMatrix::search ( const BaseMatrix s) const [protected, virtual]

Implements NEWMAT::BaseMatrix.

Definition at line 367 of file newmat4.cpp.

virtual void NEWMAT::GeneralMatrix::SetParameters ( const GeneralMatrix ) [inline, virtual]

Reimplemented in NEWMAT::BandMatrix, and NEWMAT::SymmetricBandMatrix.

Definition at line 508 of file newmat.h.

virtual short NEWMAT::GeneralMatrix::SimpleAddOK ( const GeneralMatrix gm) [inline, protected, virtual]

Reimplemented in NEWMAT::BandMatrix.

Definition at line 447 of file newmat.h.

virtual void NEWMAT::GeneralMatrix::Solver ( MatrixColX ,
const MatrixColX  
) [inline, virtual]
int NEWMAT::GeneralMatrix::Storage ( ) const [inline]

Definition at line 454 of file newmat.h.

Real* NEWMAT::GeneralMatrix::Store ( ) const [inline]

Definition at line 455 of file newmat.h.

Real NEWMAT::GeneralMatrix::Sum ( ) const [virtual]
Real NEWMAT::GeneralMatrix::SumAbsoluteValue ( ) const [virtual]
Real NEWMAT::GeneralMatrix::SumSquare ( ) const [virtual]
int NEWMAT::GeneralMatrix::Tag ( ) const [inline]

Definition at line 460 of file newmat.h.

void NEWMAT::GeneralMatrix::tDelete ( )

Definition at line 506 of file newmat4.cpp.

GeneralMatrix * NEWMAT::GeneralMatrix::Transpose ( TransposedMatrix tm,
MatrixType  mt 
) [protected, virtual]
virtual MatrixType NEWMAT::GeneralMatrix::Type ( ) const [pure virtual]

Friends And Related Function Documentation

friend class AddedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 535 of file newmat.h.

friend class BandMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 530 of file newmat.h.

friend class BaseMatrix [friend]

Definition at line 534 of file newmat.h.

friend class ColedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 551 of file newmat.h.

friend class ColumnVector [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 529 of file newmat.h.

friend class ConcatenatedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 540 of file newmat.h.

friend class CroutMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 527 of file newmat.h.

friend class DiagedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 552 of file newmat.h.

friend class DiagonalMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 526 of file newmat.h.

friend class GenericMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 557 of file newmat.h.

friend class GetSubMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 554 of file newmat.h.

friend class InvertedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 549 of file newmat.h.

friend class KPMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 539 of file newmat.h.

friend class LinearEquationSolver [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 556 of file newmat.h.

friend class LowerBandMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 531 of file newmat.h.

friend class LowerTriangularMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 525 of file newmat.h.

friend class MatedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 553 of file newmat.h.

friend class Matrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 521 of file newmat.h.

friend class MultipliedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 536 of file newmat.h.

friend class NegatedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 548 of file newmat.h.

friend class NegShiftedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 544 of file newmat.h.

friend class nricMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 522 of file newmat.h.

friend class ReturnMatrixX [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 555 of file newmat.h.

friend class ReversedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 547 of file newmat.h.

friend class RowedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 550 of file newmat.h.

friend class RowVector [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 528 of file newmat.h.

friend class ScaledMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 545 of file newmat.h.

friend class ShiftedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 543 of file newmat.h.

friend class SolvedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 542 of file newmat.h.

friend class SPMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 538 of file newmat.h.

friend class StackedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 541 of file newmat.h.

friend class SubtractedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 537 of file newmat.h.

friend class SymmetricBandMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 533 of file newmat.h.

friend class SymmetricMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 523 of file newmat.h.

friend class TransposedMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 546 of file newmat.h.

friend class UpperBandMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 532 of file newmat.h.

friend class UpperTriangularMatrix [friend]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 524 of file newmat.h.


Member Data Documentation

Definition at line 420 of file newmat.h.

Definition at line 420 of file newmat.h.

Definition at line 421 of file newmat.h.

Definition at line 422 of file newmat.h.

int NEWMAT::GeneralMatrix::tag [protected]

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