MCPcopy Create free account
hub / github.com/creatale/node-dv / LU

Function LU

deps/opencv/modules/core/src/lapack.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n)
118{
119 return LUImpl(A, astep, m, b, bstep, n);
120}
121
122
123int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n)

Callers 6

determinantMethod · 0.85
invertMethod · 0.85
solveMethod · 0.85
operator ()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 1

LUImplFunction · 0.85

Tested by

no test coverage detected