LU 53 modules/core/src/lapack.cpp int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n) LU 58 modules/core/src/lapack.cpp int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n) LU 112 modules/hal/src/matrix.cpp int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n) LU 118 modules/hal/src/matrix.cpp int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n)