SIFEL/GEFEL/LAPACK/novamatice.c File Reference

#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 Documentation

#define spINSIDE_SPARSE

Definition at line 4 of file novamatice.c.


Function Documentation

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]

Definition at line 67 of file novamatice.c.

References MatrixElement::Real.

Referenced by main().

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().


Variable Documentation

MatrixPtr Matrix = NULL

Definition at line 9 of file novamatice.c.

Referenced by spCreate().

char ProgramName[] = "Program"

Generated by  doxygen 1.6.2