$search

SquareMatrix Class Reference
[Newmat matrix manipulation library]

Square matrix. More...

#include <newmat.h>

Inheritance diagram for SquareMatrix:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void operator+= (Real f)
void operator+= (const Matrix &M)
void operator-= (Real f)
void operator-= (const Matrix &M)
void operator= (const SquareMatrix &m)
void operator= (Real f)
void ReSize (const GeneralMatrix &A)
void ReSize (int m, int n)
void ReSize (int m)
 SquareMatrix (const SquareMatrix &gm)
 SquareMatrix ()
void swap (SquareMatrix &gm)
 ~SquareMatrix ()

void operator= (const Matrix &m)
void operator= (const BaseMatrix &)



GeneralMatrixImage () const
void resize (const GeneralMatrix &A)
void resize (int, int)
void resize (int)
void resize_keep (int, int)
void resize_keep (int)
 SquareMatrix (const Matrix &gm)
 SquareMatrix (const BaseMatrix &)
 SquareMatrix (ArrayLengthSpecifier)
MatrixType type () const

Detailed Description

Square matrix.

Definition at line 679 of file newmat.h.


Constructor & Destructor Documentation

SquareMatrix::SquareMatrix (  )  [inline]

Definition at line 683 of file newmat.h.

SquareMatrix::~SquareMatrix (  )  [inline]

Definition at line 684 of file newmat.h.

SquareMatrix::SquareMatrix ( ArrayLengthSpecifier  n  ) 

Definition at line 58 of file newmat4.cpp.

SquareMatrix::SquareMatrix ( const BaseMatrix M  ) 

Definition at line 85 of file newmat4.cpp.

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

Definition at line 692 of file newmat.h.

SquareMatrix::SquareMatrix ( const Matrix gm  ) 

Definition at line 96 of file newmat4.cpp.


Member Function Documentation

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

Reimplemented from Matrix.

Definition at line 998 of file newmat4.cpp.

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

Reimplemented from Matrix.

Definition at line 704 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 702 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 705 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 703 of file newmat.h.

void SquareMatrix::operator= ( const Matrix m  ) 

Reimplemented from Matrix.

Definition at line 365 of file newmat6.cpp.

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

Definition at line 689 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 688 of file newmat.h.

void SquareMatrix::operator= ( const BaseMatrix X  ) 

Reimplemented from Matrix.

Definition at line 356 of file newmat6.cpp.

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

Reimplemented from Matrix.

Definition at line 701 of file newmat.h.

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

Reimplemented from Matrix.

Definition at line 342 of file newmat4.cpp.

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

Reimplemented from Matrix.

Definition at line 699 of file newmat.h.

void SquareMatrix::resize ( int  nr,
int  nc 
) [virtual]

Reimplemented from Matrix.

Definition at line 295 of file newmat4.cpp.

void SquareMatrix::ReSize ( int  m  )  [inline]

Definition at line 695 of file newmat.h.

void SquareMatrix::resize ( int  n  ) 

Definition at line 292 of file newmat4.cpp.

void SquareMatrix::resize_keep ( int  nr,
int  nc 
) [virtual]

Reimplemented from Matrix.

Definition at line 479 of file newmat4.cpp.

void SquareMatrix::resize_keep ( int  nr  ) 

Definition at line 461 of file newmat4.cpp.

void SquareMatrix::swap ( SquareMatrix gm  )  [inline]

Definition at line 706 of file newmat.h.

MatrixType SquareMatrix::type (  )  const [virtual]

Reimplemented from Matrix.

Definition at line 654 of file newmat4.cpp.


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:29 2013