Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::MatrixInput Class Reference

#include <newmat.h>

List of all members.


Detailed Description

Definition at line 1612 of file 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

Constructor & Destructor Documentation

NEWMAT::MatrixInput::MatrixInput ( const MatrixInput mi  )  [inline]

Definition at line 1619 of file newmat.h.

Referenced by operator<<().

NEWMAT::MatrixInput::MatrixInput ( int  nx,
Real *  rx 
) [inline]

Definition at line 1620 of file newmat.h.

NEWMAT::MatrixInput::~MatrixInput (  ) 

Definition at line 434 of file newmat5.cpp.


Member Function Documentation

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

Definition at line 391 of file newmat5.cpp.

MatrixInput NEWMAT::MatrixInput::operator<< ( int  f  )  [inline]

Definition at line 1861 of file newmat.h.


Friends And Related Function Documentation

friend class GeneralMatrix [friend]

Definition at line 1624 of file newmat.h.


Member Data Documentation

int NEWMAT::MatrixInput::n [private]

Definition at line 1616 of file newmat.h.

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

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

Definition at line 1617 of file newmat.h.

Referenced by operator<<().


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

newmat11b
Generated Thu Nov 22 00:51:12 2007 by Doxygen 1.5.4