#include <../../nrnconf.h>
#include <stdio.h>
#include "matrix.h"
#include "matrix2.h"
#include <math.h>
Go to the source code of this file.
|
| static void | fixsvd (VEC *d, MAT *U, MAT *V) |
| |
| VEC * | bisvd (VEC *d, VEC *f, MAT *U, MAT *V) |
| |
| MAT * | bifactor (MAT *A, MAT *U, MAT *V) |
| |
| VEC * | svd (MAT *A, MAT *U, MAT *V, VEC *d) |
| |
|
| static char | rcsid [] = "svd.c,v 1.1 1997/12/04 17:55:56 hines Exp" |
| |
◆ MAX_STACK
Definition at line 43 of file svd.c.
◆ sgn
| #define sgn |
( |
|
x | ) |
((x) >= 0 ? 1 : -1) |
Definition at line 42 of file svd.c.
◆ bifactor()
◆ bisvd()
◆ fixsvd()
Definition at line 50 of file svd.c.
◆ svd()
◆ rcsid
| char rcsid[] = "svd.c,v 1.1 1997/12/04 17:55:56 hines Exp" |
|
static |
Definition at line 38 of file svd.c.