Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::ColumnVector Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::ColumnVector:

List of all members.


Detailed Description

Definition at line 894 of file newmat.h.


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)
Real & operator() (int)
Real & element (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)
Real * nric () const
void CleanUp ()
void MiniCleanUp ()
void operator+= (const Matrix &M)
void operator-= (const Matrix &M)
void operator+= (Real f)
void operator-= (Real f)
void swap (ColumnVector &gm)

Private Member Functions

GeneralMatrixImage () const

Constructor & Destructor Documentation

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

Definition at line 898 of file newmat.h.

Referenced by Image().

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

Definition at line 899 of file newmat.h.

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

Definition at line 900 of file newmat.h.

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

Definition at line 111 of file newmat4.cpp.

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

Definition at line 902 of file newmat.h.


Member Function Documentation

GeneralMatrix * NEWMAT::ColumnVector::Image (  )  const [private, virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 801 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 378 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 904 of file newmat.h.

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

Definition at line 905 of file newmat.h.

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

Definition at line 78 of file newmat6.cpp.

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

Definition at line 755 of file newmat6.cpp.

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

Definition at line 190 of file newmat6.cpp.

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

Definition at line 762 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 433 of file newmat4.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 60 of file newmat5.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 285 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 314 of file newmat4.cpp.

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

Definition at line 922 of file newmat.h.

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

void NEWMAT::ColumnVector::MiniCleanUp (  )  [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 925 of file newmat.h.

void NEWMAT::ColumnVector::operator+= ( const Matrix M  )  [inline]

Reimplemented from NEWMAT::Matrix.

Definition at line 928 of file newmat.h.

void NEWMAT::ColumnVector::operator-= ( const Matrix M  )  [inline]

Reimplemented from NEWMAT::Matrix.

Definition at line 929 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 930 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 931 of file newmat.h.

void NEWMAT::ColumnVector::swap ( ColumnVector gm  )  [inline]

Definition at line 932 of file newmat.h.

Referenced by NEWMAT::swap().


The documentation for this class was generated from the following files:

newmat11b
Generated Thu Nov 22 00:51:08 2007 by Doxygen 1.5.4