Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::MatrixInput Class Reference

#include <newmat.h>


Detailed Description

Definition at line 1617 of file newmat.h.

List of all members.

Public Member Functions

 MatrixInput (const MatrixInput &mi)
 MatrixInput (int nx, Real *rx)
 ~MatrixInput ()
MatrixInput operator<< (Real)
MatrixInput operator<< (int f)
void operator= (const MatrixInput &)

Private Attributes

int n
Real * r

Friends

class GeneralMatrix

Constructor & Destructor Documentation

NEWMAT::MatrixInput::MatrixInput ( const MatrixInput mi  ) 

Definition at line 1624 of file newmat.h.

Referenced by operator<<().

NEWMAT::MatrixInput::MatrixInput ( int  nx,
Real *  rx 
)

Definition at line 1625 of file newmat.h.

NEWMAT::MatrixInput::~MatrixInput (  ) 

Definition at line 434 of file newmat5.cpp.


Member Function Documentation

MatrixInput NEWMAT::MatrixInput::operator<< ( int  f  ) 

Definition at line 1877 of file newmat.h.

MatrixInput NEWMAT::MatrixInput::operator<< ( Real  f  ) 

Definition at line 391 of file newmat5.cpp.

void NEWMAT::MatrixInput::operator= ( const MatrixInput  ) 

Friends And Related Function Documentation

friend class GeneralMatrix [friend]

Definition at line 1630 of file newmat.h.


Member Data Documentation

int NEWMAT::MatrixInput::n [private]

Definition at line 1621 of file newmat.h.

Referenced by operator<<(), and ~MatrixInput().

Real* NEWMAT::MatrixInput::r [private]

Definition at line 1622 of file newmat.h.

Referenced by operator<<().


The documentation for this class was generated from the following files:

newmat11b
Generated Mon May 9 04:54:19 2016 by Doxygen 1.6.3