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

MATLDLupdate (MAT *CHmat, VEC *w, double alpha)
 
MATQRupdate (MAT *Q, MAT *R, VEC *u, VEC *v)
 

Variables

static char rcsid [] = "update.c,v 1.1 1997/12/04 17:56:01 hines Exp"
 

Function Documentation

◆ LDLupdate()

MAT* LDLupdate ( MAT CHmat,
VEC w,
double  alpha 
)

Definition at line 48 of file update.c.

◆ QRupdate()

MAT* QRupdate ( MAT Q,
MAT R,
VEC u,
VEC v 
)

Definition at line 87 of file update.c.

Variable Documentation

◆ rcsid

char rcsid[] = "update.c,v 1.1 1997/12/04 17:56:01 hines Exp"
static

Definition at line 33 of file update.c.