#include <newmat.h>
Public Member Functions | |
| MatrixInput (const MatrixInput &mi) | |
| MatrixInput (int nx, Real *rx) | |
| MatrixInput | operator<< (int f) |
| ~MatrixInput () | |
| MatrixInput | operator<< (double) |
| MatrixInput | operator<< (float) |
Private Attributes | |
| int | n |
| Real * | r |
Friends | |
| class | GeneralMatrix |
Class for reading values into a (small) matrix within a program.
|
inline |
| MatrixInput::~MatrixInput | ( | ) |
Definition at line 492 of file newmat5.cpp.
| MatrixInput MatrixInput::operator<< | ( | double | f | ) |
Definition at line 407 of file newmat5.cpp.
| MatrixInput MatrixInput::operator<< | ( | float | f | ) |
Definition at line 450 of file newmat5.cpp.
|
friend |