Go to the source code of this file.
Classes | |
| class | Playa::Handleable< Base > |
Namespaces | |
| namespace | Playa |
| Playa is a collection of high-level objects for linear algebra. | |
Defines | |
| #define | GET_RCP(Base) |
| #define GET_RCP | ( | Base | ) |
Value:
/** Handleable<##Base> interface */ \ virtual Teuchos::RCP<Base > getRcp() {return rcp(this);}
Definition at line 11 of file PlayaHandleable.hpp.