Inherits Array< RCP< EvalVector > >.
Public Member Functions | |
| EvalVectorArray () | |
| void | copy (const RCP< EvalVectorArray > &other) |
| void | steal (const RCP< EvalVectorArray > &other) |
| ostream & | print (std::ostream &os, const SparsitySuperset *derivs) const |
Definition at line 63 of file SundanceEvalVectorArray.hpp.
Definition at line 52 of file SundanceEvalVectorArray.cpp.
| void EvalVectorArray::copy | ( | const RCP< EvalVectorArray > & | other | ) |
Definition at line 56 of file SundanceEvalVectorArray.cpp.
| ostream & EvalVectorArray::print | ( | std::ostream & | os, |
| const SparsitySuperset * | derivs | ||
| ) | const |
Definition at line 76 of file SundanceEvalVectorArray.cpp.
References Sundance::SparsitySuperset::deriv(), Sundance::SparsitySuperset::numDerivs(), and Sundance::MultiSet< Key >::toString().
| void EvalVectorArray::steal | ( | const RCP< EvalVectorArray > & | other | ) |
Definition at line 66 of file SundanceEvalVectorArray.cpp.