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

Method FVDouble

linalg/basevector.cpp:761–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759
760 template <class SCAL>
761 FlatVector<double> S_BaseVector<SCAL> :: FVDouble () const
762 {
763 return FlatVector<double> (size * entrysize, (double*)Memory());
764 }
765
766 template <class SCAL>
767 FlatVector<Complex> S_BaseVector<SCAL> :: FVComplex () const

Callers

nothing calls this directly

Calls 4

FVScalFunction · 0.85
AddrMethod · 0.80
MemoryFunction · 0.70
SizeMethod · 0.45

Tested by

no test coverage detected