Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
int 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
123
int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n)
Callers
6
determinant
Method · 0.85
invert
Method · 0.85
solve
Method · 0.85
operator ()
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
Calls
1
LUImpl
Function · 0.85
Tested by
no test coverage detected