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

Function AInvBt

comp/bilinearform.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 template <typename T>
27 inline void AInvBt (ngbla::FlatMatrix<T> a, ngbla::FlatMatrix<T> b)
28 {
29 // static Timer t("LapackAinvBt");
30 // RegionTimer reg(t);
31 LapackAInvBt (a, b, 'N');
32 }
33
34 // b <-- b A^{-1}
35 inline void AInvBt (ngbla::FlatMatrix<double> a, ngbla::FlatMatrix<double> b)

Callers 2

DoAssembleMethod · 0.85

Calls 5

LapackAInvBtFunction · 0.85
CalcLUFunction · 0.85
SolveTransFromLUFunction · 0.85
TransFunction · 0.50
HeightMethod · 0.45

Tested by

no test coverage detected