Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_SerialBandDenseMatrix.hpp File Reference

Templated serial dense matrix class. More...

#include "Teuchos_CompObject.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_DataAccess.hpp"
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_Assert.hpp"

Go to the source code of this file.

Classes

class  Teuchos::SerialBandDenseMatrix< OrdinalType, ScalarType >
 This class creates and provides basic support for banded dense matrices of templated type. More...
 
struct  Teuchos::SerialBandDenseMatrixPrinter< OrdinalType, ScalarType >
 Ostream manipulator for SerialBandDenseMatrix. More...
 

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Functions

template<typename OrdinalType , typename ScalarType >
std::ostream & Teuchos::operator<< (std::ostream &out, const SerialBandDenseMatrixPrinter< OrdinalType, ScalarType > printer)
 Output SerialBandDenseMatrix object through its stream manipulator. More...
 
template<typename OrdinalType , typename ScalarType >
SerialBandDenseMatrixPrinter
< OrdinalType, ScalarType > 
Teuchos::printMat (const SerialBandDenseMatrix< OrdinalType, ScalarType > &obj)
 Return SerialBandDenseMatrix ostream manipulator Use as: More...
 

Detailed Description

Templated serial dense matrix class.

Definition in file Teuchos_SerialBandDenseMatrix.hpp.