CoreNEURON
crout_thread.hpp File Reference

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Macros

#define scopmath_crout_b(arg)   b[scopmath_crout_ix(arg)]
 
#define scopmath_crout_ix(arg)   ((arg) *_STRIDE)
 
#define scopmath_crout_y(arg)   _p[y[arg] * _STRIDE]
 

Functions

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...
 

Macro Definition Documentation

◆ scopmath_crout_b

#define scopmath_crout_b (   arg)    b[scopmath_crout_ix(arg)]

Definition at line 20 of file crout_thread.hpp.

◆ scopmath_crout_ix

#define scopmath_crout_ix (   arg)    ((arg) *_STRIDE)

Definition at line 21 of file crout_thread.hpp.

◆ scopmath_crout_y

#define scopmath_crout_y (   arg)    _p[y[arg] * _STRIDE]

Definition at line 22 of file crout_thread.hpp.