Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updatePMinMax
Function · 0.45
getMinMax
Function · 0.45
GetNodalP1Data
Function · 0.45
BuildRenderData
Function · 0.45
Calls
4
operator=
Function · 0.85
Size
Method · 0.45
Data
Method · 0.45
Height
Method · 0.45
Tested by
no test coverage detected