The usual rectangular matrix. More...
#include <newmat.h>

Friends | |
| Real | dotproduct (const Matrix &A, const Matrix &B) |
| GeneralMatrix * | Image () const |
| Matrix (int, int) | |
| Matrix (const BaseMatrix &) | |
| MatrixType | type () const |
| virtual void | resize (int, int) |
| virtual void | resize_keep (int, int) |
| void | resize (const GeneralMatrix &A) |
| Matrix::Matrix | ( | int | m, |
| int | n | ||
| ) |
Definition at line 55 of file newmat4.cpp.
| Matrix::Matrix | ( | const BaseMatrix & | M | ) |
Definition at line 77 of file newmat4.cpp.
| Real & Matrix::element | ( | int | m, |
| int | n | ||
| ) |
Definition at line 682 of file newmat6.cpp.
| Real Matrix::element | ( | int | m, |
| int | n | ||
| ) | const |
Definition at line 690 of file newmat6.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements GeneralMatrix.
Definition at line 115 of file newmat3.cpp.
|
privatevirtual |
Reimplemented from GeneralMatrix.
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
Definition at line 991 of file newmat4.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 35 of file newmat7.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 372 of file newmat8.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 356 of file newmat8.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 380 of file newmat8.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 364 of file newmat8.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Reimplemented in RowVector.
Definition at line 191 of file newmat3.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Reimplemented in RowVector.
Definition at line 211 of file newmat3.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 189 of file newmat3.cpp.
| Real & Matrix::operator() | ( | int | m, |
| int | n | ||
| ) |
Definition at line 34 of file newmat6.cpp.
| Real Matrix::operator() | ( | int | m, |
| int | n | ||
| ) | const |
Definition at line 146 of file newmat6.cpp.
| void Matrix::operator= | ( | const BaseMatrix & | X | ) |
Definition at line 349 of file newmat6.cpp.
|
virtual |
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
Definition at line 289 of file newmat4.cpp.
|
inlinevirtual |
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
|
virtual |
Reimplemented from GeneralMatrix.
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
Definition at line 339 of file newmat4.cpp.
|
inlinevirtual |
Reimplemented from GeneralMatrix.
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
|
virtual |
Reimplemented in ColumnVector, RowVector, nricMatrix, and SquareMatrix.
Definition at line 432 of file newmat4.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Reimplemented in RowVector.
Definition at line 165 of file newmat3.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Reimplemented in RowVector.
Definition at line 180 of file newmat3.cpp.
|
virtual |
Reimplemented from BaseMatrix.
Definition at line 544 of file newmat8.cpp.
|
virtual |
Implements GeneralMatrix.
Reimplemented in ColumnVector, RowVector, and SquareMatrix.
Definition at line 653 of file newmat4.cpp.
Definition at line 530 of file newmat8.cpp.