| 
    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_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... | |
Namespaces | |
| Teuchos | |
Functions | |
| template<typename OrdinalType , typename ScalarType > | |
| std::ostream & | Teuchos::operator<< (std::ostream &os, const Teuchos::SerialBandDenseMatrix< OrdinalType, ScalarType > &obj) | 
| Print the given SerialBandDenseMatrix to the given output stream.  More... | |
Templated serial dense matrix class.
Definition in file Teuchos_SerialBandDenseMatrix.hpp.
 1.8.5