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

Function TriangularMultUR

basiclinalg/triangular.cpp:246–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 void TriangularMultUR (BareSliceMatrix<double> T, SliceMatrix<double> X)
247 { TriangularMultUR1<NonNormalized> (T,X); }
248 void TriangularMultURN (BareSliceMatrix<double> T, SliceMatrix<double> X)
249 { TriangularMultUR1<Normalized> (T,X); }
250 void TriangularMultUR (BareSliceMatrix<double,ColMajor> T, SliceMatrix<double> X)

Calls

no outgoing calls

Tested by

no test coverage detected