Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Teuchos_SerialSymDenseMatrix.hpp File Reference

Templated serial, dense, symmetric 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_Assert.hpp"
#include <utility>
#include <vector>
Include dependency graph for Teuchos_SerialSymDenseMatrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::SerialSymDenseMatrix< OrdinalType, ScalarType >
 This class creates and provides basic support for symmetric, positive-definite dense matrices of templated type. More...
 
struct  Teuchos::SerialSymDenseMatrixPrinter< OrdinalType, ScalarType >
 Ostream manipulator for SerialSymDenseMatrix. More...
 

Namespaces

 Teuchos
 

Functions

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

Detailed Description

Templated serial, dense, symmetric matrix class.

Definition in file Teuchos_SerialSymDenseMatrix.hpp.