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

Method Transpose

fem/coefficient.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 shared_ptr<CoefficientFunction> CoefficientFunction :: Transpose () const
193 {
194 auto sp = const_cast<CoefficientFunction*>(this)->shared_from_this();
195 return TransposeCF (sp);
196 }
197
198 shared_ptr<CoefficientFunction> CoefficientFunction :: TensorTranspose (int i, int j) const
199 {

Callers

nothing calls this directly

Calls 2

TransposeCFFunction · 0.85
shared_from_thisMethod · 0.45

Tested by

no test coverage detected