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

Public Member Functions | |
| VecSpaceA (int n) | |
| virtual RCP< VecBase > | create (const RCP< const VecSpaceBase > &s) const |
Private Attributes | |
| int | n_ |
Definition at line 100 of file test/Handle/cxx_main.cpp.
| VecSpaceA::VecSpaceA | ( | int | n | ) | [inline] |
Definition at line 103 of file test/Handle/cxx_main.cpp.
| RCP< VecBase > VecSpaceA::create | ( | const RCP< const VecSpaceBase > & | s | ) | const [virtual] |
Implements VecSpaceBase.
Definition at line 186 of file test/Handle/cxx_main.cpp.
int VecSpaceA::n_ [private] |
Definition at line 107 of file test/Handle/cxx_main.cpp.
1.7.6.1