MOOS 0.2375
Public Member Functions
NEWMAT::RowVector Class Reference

#include <newmat.h>

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

List of all members.

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)
Realoperator() (int)
Realelement (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)
Realnric () const
void CleanUp ()

Detailed Description

Definition at line 792 of file newmat.h.


Constructor & Destructor Documentation

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

Definition at line 796 of file newmat.h.

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

Definition at line 797 of file newmat.h.

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

Definition at line 798 of file newmat.h.

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

Definition at line 74 of file newmat4.cpp.

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

Definition at line 800 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 829 of file newmat4.cpp.

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

Definition at line 1009 of file newmat6.cpp.

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

Definition at line 1016 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 525 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 536 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 545 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 548 of file newmat3.cpp.

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

Definition at line 823 of file newmat.h.

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

Definition at line 85 of file newmat6.cpp.

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

Definition at line 197 of file newmat6.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 521 of file newmat6.cpp.

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

Definition at line 803 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 802 of file newmat.h.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 276 of file newmat4.cpp.

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

Definition at line 243 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 249 of file newmat4.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 560 of file newmat3.cpp.

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

Reimplemented from NEWMAT::Matrix.

Definition at line 817 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 68 of file newmat5.cpp.

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

Reimplemented from NEWMAT::Matrix.

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