| 
    Teuchos - Trilinos Tools Package Version of the Day
    
   | 
 
Templated serial dense vector class. More...
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_Object.hpp"#include "Teuchos_SerialDenseMatrix.hpp"Go to the source code of this file.
Classes | |
| class | Teuchos::SerialDenseVector< OrdinalType, ScalarType > | 
| This class creates and provides basic support for dense vectors of templated type as a specialization of Teuchos::SerialDenseMatrix. Additional methods for the SerialDenseVector class, like mathematical methods, can be found documented in SerialDenseMatrix.  More... | |
| struct | Teuchos::SerialDenseVectorPrinter< OrdinalType, ScalarType > | 
| Ostream manipulator for SerialDenseVector.  More... | |
Namespaces | |
| namespace | 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 SerialDenseVectorPrinter< OrdinalType, ScalarType > printer) | 
| Output SerialDenseVector object through its stream manipulator.   | |
| template<typename OrdinalType , typename ScalarType > | |
| SerialDenseVectorPrinter< OrdinalType, ScalarType > | Teuchos::printMat (const SerialDenseVector< OrdinalType, ScalarType > &obj) | 
| Return SerialDenseVector ostream manipulator Use as:   | |
Templated serial dense vector class.
Definition in file Teuchos_SerialDenseVector.hpp.