#include <newmat.h>
Public Member Functions | |
| MatrixInput (int nx, Real *rx) | |
| MatrixInput (const MatrixInput &mi) | |
| MatrixInput | operator<< (int f) |
| MatrixInput | operator<< (float) |
| MatrixInput | operator<< (double) |
| ~MatrixInput () | |
Private Attributes | |
| int | n |
| Real * | r |
Friends | |
| class | GeneralMatrix |
| MatrixInput::MatrixInput | ( | const MatrixInput & | mi | ) | [inline] |
Referenced by operator<<().
| MatrixInput MatrixInput::operator<< | ( | int | f | ) | [inline] |
| MatrixInput MatrixInput::operator<< | ( | float | f | ) |
References MatrixInput(), n, r, REPORT, and Throw.
| MatrixInput MatrixInput::operator<< | ( | double | f | ) |
References MatrixInput(), n, r, REPORT, and Throw.
friend class GeneralMatrix [friend] |
int MatrixInput::n [private] |
Referenced by operator<<(), and ~MatrixInput().
Real* MatrixInput::r [private] |
Referenced by operator<<().
1.6.1