#include <MatrixInput.h>
Public Member Functions | |
MatrixInput () | |
MatrixInput (const MatrixInput &mi) | |
MatrixInput (int nx, Real *rx) | |
MatrixInput | operator<< (double) |
MatrixInput | operator<< (float) |
MatrixInput | operator<< (int f) |
~MatrixInput () | |
Private Attributes | |
int | n |
Real * | r |
Friends | |
class | GeneralMatrix |
Class for reading values into a (small) matrix within a program.
Definition at line 10 of file MatrixInput.h.
MatrixInput::MatrixInput | ( | ) | [inline] |
Definition at line 15 of file MatrixInput.h.
MatrixInput::MatrixInput | ( | const MatrixInput & | mi | ) | [inline] |
Definition at line 16 of file MatrixInput.h.
MatrixInput::MatrixInput | ( | int | nx, |
Real * | rx | ||
) | [inline] |
Definition at line 17 of file MatrixInput.h.
Definition at line 2538 of file NewMatExhaustive.cpp.
MatrixInput MatrixInput::operator<< | ( | double | f | ) |
Definition at line 2453 of file NewMatExhaustive.cpp.
MatrixInput MatrixInput::operator<< | ( | float | f | ) |
Definition at line 2496 of file NewMatExhaustive.cpp.
MatrixInput MatrixInput::operator<< | ( | int | f | ) | [inline] |
Definition at line 112 of file Functions.h.
friend class GeneralMatrix [friend] |
Definition at line 22 of file MatrixInput.h.
int MatrixInput::n [private] |
Definition at line 12 of file MatrixInput.h.
Real* MatrixInput::r [private] |
Definition at line 13 of file MatrixInput.h.