MOOS 0.2375
Public Member Functions
NEWMAT::ColumnVector Class Reference

#include <newmat.h>

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

List of all members.

Public Member Functions

 ColumnVector ()
 ~ColumnVector ()
 ColumnVector (ArrayLengthSpecifier n)
 ColumnVector (const BaseMatrix &)
 ColumnVector (const ColumnVector &gm)
void operator= (const BaseMatrix &)
void operator= (Real f)
void operator= (const ColumnVector &m)
Realoperator() (int)
Realelement (int)
Real operator() (int) const
Real element (int) const
MatrixType Type () const
GeneralMatrixTranspose (TransposedMatrix *, MatrixType)
void ReSize (int)
void ReSize (int, int)
void ReSize (const GeneralMatrix &A)
Realnric () const
void CleanUp ()

Detailed Description

Definition at line 830 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::ColumnVector::ColumnVector ( ) [inline]

Definition at line 834 of file newmat.h.

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

Definition at line 835 of file newmat.h.

NEWMAT::ColumnVector::ColumnVector ( ArrayLengthSpecifier  n) [inline]

Definition at line 836 of file newmat.h.

NEWMAT::ColumnVector::ColumnVector ( const BaseMatrix M)

Definition at line 83 of file newmat4.cpp.

NEWMAT::ColumnVector::ColumnVector ( const ColumnVector gm) [inline]

Definition at line 838 of file newmat.h.


Member Function Documentation

void NEWMAT::ColumnVector::CleanUp ( ) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 832 of file newmat4.cpp.

Real & NEWMAT::ColumnVector::element ( int  m)

Definition at line 995 of file newmat6.cpp.

Real NEWMAT::ColumnVector::element ( int  m) const

Definition at line 1002 of file newmat6.cpp.

Real* NEWMAT::ColumnVector::nric ( ) const [inline]

Definition at line 855 of file newmat.h.

Real & NEWMAT::ColumnVector::operator() ( int  m)

Definition at line 78 of file newmat6.cpp.

Real NEWMAT::ColumnVector::operator() ( int  m) const

Definition at line 190 of file newmat6.cpp.

void NEWMAT::ColumnVector::operator= ( Real  f) [inline]

Reimplemented from NEWMAT::Matrix.

Definition at line 840 of file newmat.h.

void NEWMAT::ColumnVector::operator= ( const BaseMatrix X)

Reimplemented from NEWMAT::Matrix.

Definition at line 530 of file newmat6.cpp.

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

Definition at line 841 of file newmat.h.

void NEWMAT::ColumnVector::ReSize ( int  nr)

Definition at line 246 of file newmat4.cpp.

void NEWMAT::ColumnVector::ReSize ( int  nr,
int  nc 
) [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 256 of file newmat4.cpp.

void NEWMAT::ColumnVector::ReSize ( const GeneralMatrix A) [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 273 of file newmat4.cpp.

GeneralMatrix * NEWMAT::ColumnVector::Transpose ( TransposedMatrix ,
MatrixType  mt 
) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 60 of file newmat5.cpp.

MatrixType NEWMAT::ColumnVector::Type ( ) const [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 391 of file newmat4.cpp.


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