NEURON
chfactor.c File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"
#include <math.h>

Go to the source code of this file.

Functions

MATCHfactor (MAT *A)
 
VECCHsolve (MAT *A, VEC *b, VEC *x)
 
MATLDLfactor (MAT *A)
 
VECLDLsolve (MAT *LDL, VEC *b, VEC *x)
 
MATMCHfactor (MAT *A, double tol)
 

Variables

static char rcsid [] = "chfactor.c,v 1.1 1997/12/04 17:55:15 hines Exp"
 

Function Documentation

◆ CHfactor()

MAT* CHfactor ( MAT A)

Definition at line 44 of file chfactor.c.

◆ CHsolve()

VEC* CHsolve ( MAT A,
VEC b,
VEC x 
)

Definition at line 92 of file chfactor.c.

◆ LDLfactor()

MAT* LDLfactor ( MAT A)

Definition at line 108 of file chfactor.c.

◆ LDLsolve()

VEC* LDLsolve ( MAT LDL,
VEC b,
VEC x 
)

Definition at line 151 of file chfactor.c.

◆ MCHfactor()

MAT* MCHfactor ( MAT A,
double  tol 
)

Definition at line 171 of file chfactor.c.

Variable Documentation

◆ rcsid

char rcsid[] = "chfactor.c,v 1.1 1997/12/04 17:55:15 hines Exp"
static

Definition at line 33 of file chfactor.c.