$search

nricMatrix Class Reference
[Newmat matrix manipulation library]

Rectangular matrix for use with Numerical Recipes in C. More...

#include <newmat.h>

Inheritance diagram for nricMatrix:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Real ** nric () const
 nricMatrix (const nricMatrix &gm)
 nricMatrix (const BaseMatrix &bm)
 nricMatrix (int m, int n)
 nricMatrix ()
void operator+= (Real f)
void operator+= (const Matrix &M)
void operator-= (Real f)
void operator-= (const Matrix &M)
void operator<< (const BaseMatrix &X)
void operator= (const nricMatrix &m)
void operator= (Real f)
void operator= (const BaseMatrix &bm)
void ReSize (const GeneralMatrix &A)
void ReSize (int m, int n)
void resize (int m, int n)
void resize_keep (int m, int n)
 ~nricMatrix ()

Private Attributes

Real ** row_pointer



void DeleteRowPointer ()
GeneralMatrixImage () const
void MakeRowPointer ()
void cleanup ()
void MiniCleanUp ()
void resize (const GeneralMatrix &A)
void swap (nricMatrix &gm)

Detailed Description

Rectangular matrix for use with Numerical Recipes in C.

Definition at line 711 of file newmat.h.


Constructor & Destructor Documentation

nricMatrix::nricMatrix (  )  [inline]

Definition at line 718 of file newmat.h.

nricMatrix::nricMatrix ( int  m,
int  n 
) [inline]

Definition at line 719 of file newmat.h.

nricMatrix::nricMatrix ( const BaseMatrix bm  )  [inline]

Definition at line 721 of file newmat.h.

nricMatrix::nricMatrix ( const nricMatrix gm  )  [inline]

Definition at line 730 of file newmat.h.

nricMatrix::~nricMatrix (  )  [inline]

Definition at line 740 of file newmat.h.


Member Function Documentation

void nricMatrix::cleanup (  )  [virtual]

Reimplemented from GeneralMatrix.

Definition at line 1116 of file newmat4.cpp.

void nricMatrix::DeleteRowPointer (  )  [private]

Definition at line 1091 of file newmat4.cpp.

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

Reimplemented from Matrix.

Definition at line 1047 of file newmat4.cpp.

void nricMatrix::MakeRowPointer (  )  [private]

Definition at line 1079 of file newmat4.cpp.

void nricMatrix::MiniCleanUp (  )  [virtual]

Reimplemented from GeneralMatrix.

Definition at line 1119 of file newmat4.cpp.

Real** nricMatrix::nric (  )  const [inline]

Definition at line 741 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 746 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 744 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 747 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 745 of file newmat.h.

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

Reimplemented from GeneralMatrix.

Definition at line 728 of file newmat.h.

void nricMatrix::operator= ( const nricMatrix m  )  [inline]

Definition at line 726 of file newmat.h.

void nricMatrix::operator= ( Real  f  )  [inline]

Reimplemented from Matrix.

Definition at line 725 of file newmat.h.

void nricMatrix::operator= ( const BaseMatrix bm  )  [inline]

Reimplemented from Matrix.

Definition at line 723 of file newmat.h.

void nricMatrix::ReSize ( const GeneralMatrix A  )  [inline, virtual]

Reimplemented from Matrix.

Definition at line 739 of file newmat.h.

void nricMatrix::resize ( const GeneralMatrix A  )  [virtual]

Reimplemented from Matrix.

Definition at line 354 of file newmat4.cpp.

void nricMatrix::ReSize ( int  m,
int  n 
) [inline, virtual]

Reimplemented from Matrix.

Definition at line 736 of file newmat.h.

void nricMatrix::resize ( int  m,
int  n 
) [inline, virtual]

Reimplemented from Matrix.

Definition at line 732 of file newmat.h.

void nricMatrix::resize_keep ( int  m,
int  n 
) [inline, virtual]

Reimplemented from Matrix.

Definition at line 734 of file newmat.h.

void nricMatrix::swap ( nricMatrix gm  ) 

Definition at line 1275 of file newmat4.cpp.


Member Data Documentation

Real** nricMatrix::row_pointer [private]

Definition at line 714 of file newmat.h.


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


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:27 2013