|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_Handle.hpp"#include "Teuchos_Handleable.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_MPIContainerComm.hpp"#include "Teuchos_ErrorPolling.hpp"#include "Teuchos_StrUtils.hpp"#include "Teuchos_Version.hpp"
Go to the source code of this file.
Classes | |
| class | VecBase |
| class | VecSpaceBase |
| class | VecSpaceA |
| class | VecA |
| class | ConstVector |
| class | Vector |
| class | VectorSpace |
Functions | |
| Vector | copy (const ConstVector &x) |
| Vector | operator+ (const ConstVector &a, const ConstVector &b) |
| Vector | operator* (const ConstVector &x, const double &a) |
| Vector | operator* (const double &a, const ConstVector &x) |
| std::ostream & | operator<< (std::ostream &os, const ConstVector &v) |
| int | main (int argc, char **argv) |
| Vector copy | ( | const ConstVector & | x | ) |
Definition at line 227 of file test/Handle/cxx_main.cpp.
| Vector operator+ | ( | const ConstVector & | a, |
| const ConstVector & | b | ||
| ) |
Definition at line 234 of file test/Handle/cxx_main.cpp.
| Vector operator* | ( | const ConstVector & | x, |
| const double & | a | ||
| ) |
Definition at line 241 of file test/Handle/cxx_main.cpp.
| Vector operator* | ( | const double & | a, |
| const ConstVector & | x | ||
| ) |
Definition at line 248 of file test/Handle/cxx_main.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const ConstVector & | v | ||
| ) |
Definition at line 278 of file test/Handle/cxx_main.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 288 of file test/Handle/cxx_main.cpp.
1.7.6.1