Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Teuchos::SerialDenseMatrixPrinter< OrdinalType, ScalarType > Struct Template Reference

Ostream manipulator for SerialDenseMatrix. More...

#include <Teuchos_SerialDenseMatrix.hpp>

Public Member Functions

 SerialDenseMatrixPrinter (const SerialDenseMatrix< OrdinalType, ScalarType > &obj_in)
 

Public Attributes

const SerialDenseMatrix
< OrdinalType, ScalarType > & 
obj
 

Detailed Description

template<typename OrdinalType, typename ScalarType>
struct Teuchos::SerialDenseMatrixPrinter< OrdinalType, ScalarType >

Ostream manipulator for SerialDenseMatrix.

Definition at line 1084 of file Teuchos_SerialDenseMatrix.hpp.

Constructor & Destructor Documentation

template<typename OrdinalType, typename ScalarType>
Teuchos::SerialDenseMatrixPrinter< OrdinalType, ScalarType >::SerialDenseMatrixPrinter ( const SerialDenseMatrix< OrdinalType, ScalarType > &  obj_in)
inline

Definition at line 1087 of file Teuchos_SerialDenseMatrix.hpp.

Member Data Documentation

template<typename OrdinalType, typename ScalarType>
const SerialDenseMatrix<OrdinalType,ScalarType>& Teuchos::SerialDenseMatrixPrinter< OrdinalType, ScalarType >::obj

Definition at line 1086 of file Teuchos_SerialDenseMatrix.hpp.


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