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

Method Size

ngstd/python_ngstd.hpp:380–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 MemoryView(void* aptr, size_t asize) : ptr(aptr), size(asize) { ; }
379
380 size_t Size() const { return size; }
381 void* Ptr() const { return ptr; }
382 };
383}

Callers 15

ParseMethod · 0.45
EvalMethod · 0.45
IsConstantMethod · 0.45
IsComplexMethod · 0.45
PrintMethod · 0.45
BSplineMethod · 0.45
DifferentiateMethod · 0.45
IntegrateMethod · 0.45
EvaluateMethod · 0.45
SearchMethod · 0.45
MoveToNumpyArrayFunction · 0.45
PyDefROBracketOperatorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected