Go to the source code of this file.
|
| | coreneuron |
| | THIS FILE IS AUTO GENERATED DONT MODIFY IT.
|
| |
|
| int | coreneuron::nrn_crout_thread (NewtonSpace *ns, int n, double **a, int *perm, _threadargsproto_) |
| | Performs an LU triangular factorization of a real matrix by the Crout algorithm using partial pivoting. More...
|
| |
| void | coreneuron::nrn_scopmath_solve_thread (int n, double **a, double *b, int *perm, double *p, int *y, _threadargsproto_) |
| | Performs forward substitution algorithm to transform the constant vector in the linear simultaneous equations to be consistent with the factored matrix. More...
|
| |
◆ scopmath_crout_b
◆ scopmath_crout_ix
| #define scopmath_crout_ix |
( |
|
arg | ) |
((arg) *_STRIDE) |
◆ scopmath_crout_y
| #define scopmath_crout_y |
( |
|
arg | ) |
_p[y[arg] * _STRIDE] |