#include <stdio.h>#include <stdlib.h>#include <string.h>#include "spConfig.h"#include "spmatrix.h"Go to the source code of this file.
Defines | |
| #define | spINSIDE_SPARSE |
Functions | |
| int | cteniMatice (int *ind, int *jnd, double *nenul, double *prava, char *nazev, int *pocet) |
| static int | Init (ElementPtr pElement, double *pInitInfo) |
| void | main () |
| int | novaMatice (int n, int *ind, int *jnd, double *nenul, int rozm) |
Variables | |
| MatrixPtr | Matrix = NULL |
| char | ProgramName [] = "Program" |
| #define spINSIDE_SPARSE |
Definition at line 4 of file novamatice.c.
| int cteniMatice | ( | int * | ind, | |
| int * | jnd, | |||
| double * | nenul, | |||
| double * | prava, | |||
| char * | nazev, | |||
| int * | pocet | |||
| ) |
Definition at line 10 of file novamatice.c.
Referenced by main().
| static int Init | ( | ElementPtr | pElement, | |
| double * | pInitInfo | |||
| ) | [static] |
| void main | ( | ) |
Definition at line 72 of file novamatice.c.
References cteniMatice(), novaMatice(), Solution, spCreate(), spFactor(), spGetSize(), and spSolve().
| int novaMatice | ( | int | n, | |
| int * | ind, | |||
| int * | jnd, | |||
| double * | nenul, | |||
| int | rozm | |||
| ) |
Definition at line 37 of file novamatice.c.
References MatrixElement::Real, spError(), and spGetElement().
Referenced by main().
Definition at line 9 of file novamatice.c.
Referenced by spCreate().
| char ProgramName[] = "Program" |
Definition at line 7 of file novamatice.c.
Referenced by CheckOutComplexArray(), EnlargeVectors(), InterpretCommandLine(), main(), PrintMatrixErrorMessage(), ReadMatrixFromFile(), and Usage().
1.6.2