Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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_Assert.hpp"
#include "Teuchos_SerialSymDenseMatrix.hpp"
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
class | Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > |
This class creates and provides basic support for dense rectangular matrix of templated type. More... | |
struct | Teuchos::SerialDenseMatrixPrinter< OrdinalType, ScalarType > |
Ostream manipulator for SerialDenseMatrix. More... | |
Namespaces | |
Teuchos | |
Functions | |
template<typename OrdinalType , typename ScalarType > | |
std::ostream & | Teuchos::operator<< (std::ostream &out, const SerialDenseMatrixPrinter< OrdinalType, ScalarType > printer) |
Output SerialDenseMatrix object through its stream manipulator. More... | |
template<typename OrdinalType , typename ScalarType > | |
SerialDenseMatrixPrinter < OrdinalType, ScalarType > | Teuchos::printMat (const SerialDenseMatrix< OrdinalType, ScalarType > &obj) |
Return SerialDenseMatrix ostream manipulator Use as: More... | |
Templated serial dense matrix class.
Definition in file Teuchos_SerialDenseMatrix.hpp.