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

Method CreateMultiVector

linalg/basevector.cpp:1279–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277
1278 template <typename TSCAL>
1279 unique_ptr<MultiVector> S_BaseVectorPtr<TSCAL> ::
1280 CreateMultiVector (size_t cnt) const
1281 {
1282 return make_unique<BaseVectorPtrMV> (CreateVector(), cnt);
1283 }
1284
1285
1286

Callers

nothing calls this directly

Calls 1

CreateVectorFunction · 0.70

Tested by

no test coverage detected