|
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 182 of file test/Handle/cxx_main.cpp.
| RCP<const VecSpaceBase> ConstVector::space | ( | ) | const [inline] |
Definition at line 188 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 241 of file test/Handle/cxx_main.cpp.
| void ConstVector::copyInto | ( | Vector & | x | ) | const |
Definition at line 248 of file test/Handle/cxx_main.cpp.
| int ConstVector::dim | ( | ) | const [inline] |
Definition at line 196 of file test/Handle/cxx_main.cpp.
| const double& ConstVector::getElement | ( | int | i | ) | const [inline] |
Definition at line 198 of file test/Handle/cxx_main.cpp.
1.7.4