MLAPI::SerialMatrix Class Reference

#include <MLAPI_SerialMatrix.h>

Inheritance diagram for MLAPI::SerialMatrix:

Inheritance graph
[legend]
Collaboration diagram for MLAPI::SerialMatrix:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SerialMatrix ()
SerialMatrixoperator() (const SerialMatrix &rhs)
 SerialMatrix (const Space &RowSpace, const Space &ColSpace)
double & operator() (const int row, const int col)
std::ostream & Print (std::ostream &os, const bool verbose=true) const
 Prints basic information about this object.

Private Attributes

Epetra_SerialMatrixMatrix_


Constructor & Destructor Documentation

MLAPI::SerialMatrix::SerialMatrix (  )  [inline]

MLAPI::SerialMatrix::SerialMatrix ( const Space RowSpace,
const Space ColSpace 
) [inline]


Member Function Documentation

double& MLAPI::SerialMatrix::operator() ( const int  row,
const int  col 
) [inline]

SerialMatrix& MLAPI::SerialMatrix::operator() ( const SerialMatrix rhs  )  [inline]

std::ostream& MLAPI::SerialMatrix::Print ( std::ostream &  os,
const bool  verbose = true 
) const [inline, virtual]

Reimplemented from MLAPI::Operator.


Member Data Documentation


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