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

Method MultTrans

linalg/special_matrix.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void TransposeVector :: MultTrans (const BaseVector & x, BaseVector & y) const
41 {
42 y.FV<double>().AsMatrix(w,h) = Trans(x.FV<double>().AsMatrix(h,w));
43 };
44
45
46

Callers

nothing calls this directly

Calls 5

FV<double>Method · 0.80
TransFunction · 0.50
SizeMethod · 0.45
RangeMethod · 0.45
MultTransMethod · 0.45

Tested by

no test coverage detected