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

Function CreateVector

linalg/basevector.hpp:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 }
482
483 AutoVector CreateVector () const
484 {
485 return vec->CreateVector();
486 }
487
488 double InnerProductD (const BaseVector & v2) const
489 {

Callers 5

CreateMultiVectorMethod · 0.70
CreateDeviceVectorMethod · 0.70
CreateMultiVectorMethod · 0.70
EvaluateMethod · 0.70
CreateMultiVectorMethod · 0.50

Calls 1

CreateVectorMethod · 0.45

Tested by

no test coverage detected