Square matrix. More...
#include <SquareMatrix.h>

Public Member Functions | |
| void | operator+= (const Matrix &M) |
| void | operator+= (Real f) |
| void | operator-= (const Matrix &M) |
| void | operator-= (Real f) |
| void | operator= (const BaseMatrix &) |
| void | operator= (Real f) |
| void | operator= (const SquareMatrix &m) |
| void | operator= (const Matrix &m) |
| void | resize (int) |
| void | ReSize (int m) |
| void | resize (int, int) |
| void | ReSize (int m, int n) |
| void | resize (const GeneralMatrix &A) |
| void | ReSize (const GeneralMatrix &A) |
| void | resize_keep (int) |
| void | resize_keep (int, int) |
| SquareMatrix () | |
| SquareMatrix (ArrayLengthSpecifier) | |
| SquareMatrix (const BaseMatrix &) | |
| SquareMatrix (const SquareMatrix &gm) | |
| SquareMatrix (const Matrix &gm) | |
| void | swap (SquareMatrix &gm) |
| MatrixType | type () const |
| ~SquareMatrix () | |
Private Member Functions | |
| GeneralMatrix * | Image () const |
Square matrix.
Definition at line 5 of file SquareMatrix.h.
| SquareMatrix::SquareMatrix | ( | ) | [inline] |
Definition at line 9 of file SquareMatrix.h.
| SquareMatrix::~SquareMatrix | ( | ) | [inline] |
Definition at line 10 of file SquareMatrix.h.
Definition at line 726 of file NewMatExhaustive.cpp.
| SquareMatrix::SquareMatrix | ( | const BaseMatrix & | M | ) |
Definition at line 753 of file NewMatExhaustive.cpp.
| SquareMatrix::SquareMatrix | ( | const SquareMatrix & | gm | ) | [inline] |
Definition at line 18 of file SquareMatrix.h.
| SquareMatrix::SquareMatrix | ( | const Matrix & | gm | ) |
Definition at line 764 of file NewMatExhaustive.cpp.
| GeneralMatrix * SquareMatrix::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 1666 of file NewMatExhaustive.cpp.
| void SquareMatrix::operator+= | ( | const Matrix & | M | ) | [inline] |
Reimplemented from Matrix.
Definition at line 28 of file SquareMatrix.h.
| void SquareMatrix::operator+= | ( | Real | f | ) | [inline] |
Reimplemented from Matrix.
Definition at line 30 of file SquareMatrix.h.
| void SquareMatrix::operator-= | ( | const Matrix & | M | ) | [inline] |
Reimplemented from Matrix.
Definition at line 29 of file SquareMatrix.h.
| void SquareMatrix::operator-= | ( | Real | f | ) | [inline] |
Reimplemented from Matrix.
Definition at line 31 of file SquareMatrix.h.
| void SquareMatrix::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from Matrix.
Definition at line 2950 of file NewMatExhaustive.cpp.
| void SquareMatrix::operator= | ( | Real | f | ) | [inline] |
Reimplemented from Matrix.
Definition at line 14 of file SquareMatrix.h.
| void SquareMatrix::operator= | ( | const SquareMatrix & | m | ) | [inline] |
Definition at line 15 of file SquareMatrix.h.
| void SquareMatrix::operator= | ( | const Matrix & | m | ) |
Reimplemented from Matrix.
Definition at line 2959 of file NewMatExhaustive.cpp.
| void SquareMatrix::resize | ( | int | n | ) |
Definition at line 960 of file NewMatExhaustive.cpp.
| void SquareMatrix::ReSize | ( | int | m | ) | [inline] |
Definition at line 21 of file SquareMatrix.h.
| void SquareMatrix::resize | ( | int | nr, |
| int | nc | ||
| ) | [virtual] |
Reimplemented from Matrix.
Definition at line 963 of file NewMatExhaustive.cpp.
| void SquareMatrix::ReSize | ( | int | m, |
| int | n | ||
| ) | [inline, virtual] |
Reimplemented from Matrix.
Definition at line 25 of file SquareMatrix.h.
| void SquareMatrix::resize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from Matrix.
Definition at line 1010 of file NewMatExhaustive.cpp.
| void SquareMatrix::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
Reimplemented from Matrix.
Definition at line 27 of file SquareMatrix.h.
| void SquareMatrix::resize_keep | ( | int | nr | ) |
Definition at line 1129 of file NewMatExhaustive.cpp.
| void SquareMatrix::resize_keep | ( | int | nr, |
| int | nc | ||
| ) | [virtual] |
Reimplemented from Matrix.
Definition at line 1147 of file NewMatExhaustive.cpp.
| void SquareMatrix::swap | ( | SquareMatrix & | gm | ) | [inline] |
Definition at line 32 of file SquareMatrix.h.
| MatrixType SquareMatrix::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 1322 of file NewMatExhaustive.cpp.