|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|

Public Member Functions | |
| RCP< const VecSpaceBase > | space () const |
| double | operator* (const ConstVector &other) const |
| void | add (const ConstVector &other, Vector &result) const |
| void | copyInto (Vector &x) const |
| int | dim () const |
| const double & | getElement (int i) const |
Definition at line 195 of file test/Handle/cxx_main.cpp.
| RCP<const VecSpaceBase> ConstVector::space | ( | ) | const [inline] |
Definition at line 201 of file test/Handle/cxx_main.cpp.
| double ConstVector::operator* | ( | const ConstVector & | other | ) | const |
| void ConstVector::add | ( | const ConstVector & | other, |
| Vector & | result | ||
| ) | const |
Definition at line 254 of file test/Handle/cxx_main.cpp.
| void ConstVector::copyInto | ( | Vector & | x | ) | const |
Definition at line 261 of file test/Handle/cxx_main.cpp.
| int ConstVector::dim | ( | ) | const [inline] |
Definition at line 209 of file test/Handle/cxx_main.cpp.
| const double& ConstVector::getElement | ( | int | i | ) | const [inline] |
Definition at line 211 of file test/Handle/cxx_main.cpp.
1.7.6.1