MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Evaluate

Method Evaluate

linalg/basevector.hpp:1266–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264 : ve(make_shared<DynamicVecExpression>(v)) { }
1265
1266 AutoVector Evaluate() const
1267 {
1268 return ve->Evaluate();
1269 /*
1270 auto vec = ve->CreateVector();
1271 ve->AssignTo (1, vec);
1272 return vec;
1273 */
1274 }
1275
1276 AutoVector CreateVector() const
1277 {

Callers

nothing calls this directly

Calls 1

EvaluateMethod · 0.45

Tested by

no test coverage detected