OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmat.h>
Public Member Functions | |
MatrixInput (const MatrixInput &mi) | |
MatrixInput (int nx, Real *rx) | |
~MatrixInput () | |
MatrixInput | operator<< (Real) |
MatrixInput | operator<< (int f) |
Private Attributes | |
int | n |
Real * | r |
Friends | |
class | GeneralMatrix |
|
inline |
MatrixInput::~MatrixInput | ( | ) |
Definition at line 434 of file newmat5.cpp.
MatrixInput MatrixInput::operator<< | ( | Real | f | ) |
Definition at line 391 of file newmat5.cpp.
|
inline |
|
friend |