Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Trans
Function · 0.50
Size
Method · 0.45
Range
Method · 0.45
MultTrans
Method · 0.45
Tested by
no test coverage detected