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

Method Mult

linalg/special_matrix.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void TransposeVector :: Mult (const BaseVector & x, BaseVector & y) const
36 {
37 y.FV<double>().AsMatrix(h,w) = Trans(x.FV<double>().AsMatrix(w,h));
38 }
39
40 void TransposeVector :: MultTrans (const BaseVector & x, BaseVector & y) const
41 {

Callers

nothing calls this directly

Calls 12

ToStringFunction · 0.85
PSFunction · 0.85
FV<double>Method · 0.80
BarrierMethod · 0.80
GetParallelStatusMethod · 0.80
HeightFunction · 0.70
WidthFunction · 0.70
TransFunction · 0.50
SizeMethod · 0.45
RangeMethod · 0.45
HeightMethod · 0.45
MultMethod · 0.45

Tested by

no test coverage detected