void 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 e...
int 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 pivotin...