Functions |
REAL | comabs (REAL ar, REAL ai) |
int | comdiv (REAL ar, REAL ai, REAL br, REAL bi, REAL *cr, REAL *ci) |
void | copy_vector (REAL ziel[], REAL quelle[], int n) |
void | CopyMat (int m, int n, REAL *source[], REAL *dest[]) |
REAL | epsquad (void) |
REAL | epsroot (void) |
void | LogError (char *string, int rc, char *file, int line) |
REAL | maxroot (void) |
REAL | norm_max (REAL vektor[], int n) |
REAL | pi () |
void | quadsolv (REAL ar, REAL ai, REAL br, REAL bi, REAL cr, REAL ci, REAL *tr, REAL *ti) |
int | ReadMat (FILE *fp, int m, int n, REAL *a[]) |
int | ReadMat1 (FILE *fp, int m, int n, REAL *a[]) |
int | ReadVec (FILE *fp, int n, REAL x[]) |
int | ReadVec1 (FILE *fp, int n, REAL x[]) |
void | SetMat (int m, int n, REAL *a[], REAL val) |
void | SetVec (int n, REAL x[], REAL val) |
REAL | sqr (REAL x) |
int | WriteEnd (FILE *fp) |
int | WriteEnd1 (void) |
int | WriteHead (FILE *fp, char *string) |
int | WriteHead1 (char *string) |
int | WriteMat (FILE *fp, int m, int n, REAL *a[]) |
int | WriteMat1 (FILE *fp, int m, int n, REAL *a[]) |
int | WriteVec (FILE *fp, int n, REAL x[]) |
int | WriteVec1 (FILE *fp, int n, REAL x[]) |