Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::RowVector Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::RowVector:

List of all members.


Detailed Description

Definition at line 845 of file newmat.h.


Public Member Functions

 RowVector ()
 ~RowVector ()
 RowVector (ArrayLengthSpecifier n)
 RowVector (const BaseMatrix &)
 RowVector (const RowVector &gm)
void operator= (const BaseMatrix &)
void operator= (Real f)
void operator= (const RowVector &m)
Real & operator() (int)
Real & element (int)
Real operator() (int) const
Real element (int) const
MatrixType Type () const
void GetCol (MatrixRowCol &)
void GetCol (MatrixColX &)
void NextCol (MatrixRowCol &)
void NextCol (MatrixColX &)
void RestoreCol (MatrixRowCol &)
void RestoreCol (MatrixColX &c)
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 (RowVector &gm)

Private Member Functions

GeneralMatrixImage () const

Constructor & Destructor Documentation

NEWMAT::RowVector::RowVector (  )  [inline]

Definition at line 849 of file newmat.h.

Referenced by Image().

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

Definition at line 850 of file newmat.h.

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

Definition at line 851 of file newmat.h.

NEWMAT::RowVector::RowVector ( const BaseMatrix M  ) 

Definition at line 101 of file newmat4.cpp.

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

Definition at line 853 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::Matrix.

Definition at line 794 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 369 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 855 of file newmat.h.

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

Definition at line 856 of file newmat.h.

Real & NEWMAT::RowVector::operator() ( int  n  ) 

Definition at line 85 of file newmat6.cpp.

Real & NEWMAT::RowVector::element ( int  n  ) 

Definition at line 769 of file newmat6.cpp.

Referenced by NEWMAT::SVD().

Real NEWMAT::RowVector::operator() ( int  n  )  const

Definition at line 197 of file newmat6.cpp.

Real NEWMAT::RowVector::element ( int  n  )  const

Definition at line 776 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 432 of file newmat4.cpp.

void NEWMAT::RowVector::GetCol ( MatrixRowCol mrc  )  [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 526 of file newmat3.cpp.

void NEWMAT::RowVector::GetCol ( MatrixColX mrc  )  [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 538 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 547 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 550 of file newmat3.cpp.

void NEWMAT::RowVector::RestoreCol ( MatrixRowCol  )  [inline, virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 873 of file newmat.h.

void NEWMAT::RowVector::RestoreCol ( MatrixColX c  )  [virtual]

Reimplemented from NEWMAT::Matrix.

Definition at line 562 of file newmat3.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 68 of file newmat5.cpp.

void NEWMAT::RowVector::ReSize ( int  nc  ) 

Definition at line 272 of file newmat4.cpp.

Referenced by ReSize().

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

Reimplemented from NEWMAT::Matrix.

Definition at line 278 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 317 of file newmat4.cpp.

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

Definition at line 879 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 904 of file newmat4.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 882 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 885 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 886 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 887 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 888 of file newmat.h.

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

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