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

Method MultiVector

linalg/multivector.hpp:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 Array<shared_ptr<BaseVector>> vecs;
44 public:
45 MultiVector (const Array<shared_ptr<BaseVector>> & avecs)
46 : refvec(avecs.Size()?avecs[0]:nullptr), vecs(avecs) { }
47 MultiVector (shared_ptr<BaseVector> v, size_t cnt): refvec (v)
48 {
49 Extend (cnt);

Callers

nothing calls this directly

Calls 2

CreateBaseVectorFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected