$search
Square matrix. More...
#include <newmat.h>

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 &) |
|
| |
| GeneralMatrix * | Image () 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 |
Square matrix.
Definition at line 679 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] |
| SquareMatrix::SquareMatrix | ( | const Matrix & | gm | ) |
Definition at line 96 of file newmat4.cpp.
| GeneralMatrix * SquareMatrix::Image | ( | ) | const [private, virtual] |
Reimplemented from Matrix.
Definition at line 998 of file newmat4.cpp.
| void SquareMatrix::operator+= | ( | Real | f | ) | [inline] |
| void SquareMatrix::operator+= | ( | const Matrix & | M | ) | [inline] |
| void SquareMatrix::operator-= | ( | Real | f | ) | [inline] |
| void SquareMatrix::operator-= | ( | const Matrix & | M | ) | [inline] |
| void SquareMatrix::operator= | ( | const Matrix & | m | ) |
Reimplemented from Matrix.
Definition at line 365 of file newmat6.cpp.
| void SquareMatrix::operator= | ( | const SquareMatrix & | m | ) | [inline] |
| void SquareMatrix::operator= | ( | Real | f | ) | [inline] |
| 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] |
| 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] |
| void SquareMatrix::resize | ( | int | nr, | |
| int | nc | |||
| ) | [virtual] |
Reimplemented from Matrix.
Definition at line 295 of file newmat4.cpp.
| 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] |
| MatrixType SquareMatrix::type | ( | ) | const [virtual] |
Reimplemented from Matrix.
Definition at line 654 of file newmat4.cpp.