NEURON
splufctr.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "sparse2.h"
#include <math.h>

Go to the source code of this file.

Functions

SPMATspLUfactor (SPMAT *A, PERM *px, double alpha)
 
VECspLUsolve (SPMAT *A, PERM *pivot, VEC *b, VEC *x)
 
VECspLUTsolve (SPMAT *A, PERM *pivot, VEC *b, VEC *x)
 
SPMATspILUfactor (SPMAT *A, double alpha)
 

Function Documentation

◆ spILUfactor()

SPMAT* spILUfactor ( SPMAT A,
double  alpha 
)

Definition at line 302 of file splufctr.c.

◆ spLUfactor()

SPMAT* spLUfactor ( SPMAT A,
PERM px,
double  alpha 
)

Definition at line 49 of file splufctr.c.

◆ spLUsolve()

VEC* spLUsolve ( SPMAT A,
PERM pivot,
VEC b,
VEC x 
)

Definition at line 165 of file splufctr.c.

◆ spLUTsolve()

VEC* spLUTsolve ( SPMAT A,
PERM pivot,
VEC b,
VEC x 
)

Definition at line 219 of file splufctr.c.