![]() |
User Guide
|
Functions | |
template<typename T > | |
EIGEN_DEVICE_FUNC int | Crout (int n, T *const a, int *const perm, double *const rowmax) |
Crout matrix decomposition : in-place LU Decomposition of matrix a. More... | |
template<typename T > | |
EIGEN_DEVICE_FUNC int | solveCrout (int n, T const *const a, T const *const b, T *const p, int const *const perm, int const *const y=nullptr) |
|
inline |