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

Method Vector

basiclinalg/vector.hpp:642–642  ·  view source on GitHub ↗

default constructor

Source from the content-addressed store, hash-verified

640
641 /// default constructor
642 Vector () : FlatVector<T> (0, (T*)nullptr) { ; }
643
644 /// allocate vector
645 explicit Vector (size_t as) : FlatVector<T> (as, new T[as]) { ; }

Callers 4

updatePMinMaxFunction · 0.45
getMinMaxFunction · 0.45
GetNodalP1DataFunction · 0.45
BuildRenderDataFunction · 0.45

Calls 4

operator=Function · 0.85
SizeMethod · 0.45
DataMethod · 0.45
HeightMethod · 0.45

Tested by

no test coverage detected