Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

vmblock.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define VEKTOR   0
#define VVEKTOR   1
#define MATRIX   2
#define IMATRIX   3
#define MMATRIX   4
#define UMATRIX   5
#define PMATRIX   6

Functions

void * vminit (void)
void * vmalloc (void *vmblock, int typ, size_t zeilen, size_t spalten)
bool vmcomplete (void *vmblock)
void vmfree (void *vmblock)


Define Documentation

#define IMATRIX   3
 

Definition at line 18 of file vmblock.h.

Referenced by vmalloc(), and vmfree().

#define MATRIX   2
 

Definition at line 16 of file vmblock.h.

Referenced by convertMatrix(), eigenValues(), vmalloc(), and vmfree().

#define MMATRIX   4
 

Definition at line 20 of file vmblock.h.

Referenced by vmalloc(), and vmfree().

#define PMATRIX   6
 

Definition at line 25 of file vmblock.h.

Referenced by vmalloc(), and vmfree().

#define UMATRIX   5
 

Definition at line 23 of file vmblock.h.

Referenced by vmalloc(), and vmfree().

#define VEKTOR   0
 

Definition at line 11 of file vmblock.h.

Referenced by convertVector(), eigen(), eigenValues(), vmalloc(), and vmfree().

#define VVEKTOR   1
 

Definition at line 13 of file vmblock.h.

Referenced by eigenValues(), vmalloc(), and vmfree().


Function Documentation

void* vmalloc void *  vmblock,
int  typ,
size_t  zeilen,
size_t  spalten
 

Definition at line 390 of file vmblock.cpp.

References IMATRIX, LISTE, mat4x4, matmalloc, MATRIX, MMATRIX, pmatmalloc(), PMATRIX, REAL, UMATRIX, VEKTOR, vmltyp, and VVEKTOR.

Referenced by convertMatrix(), convertVector(), eigen(), and eigenValues().

bool vmcomplete void *  vmblock  ) 
 

Definition at line 494 of file vmblock.cpp.

References FALSE, and LISTE.

Referenced by eigen().

void vmfree void *  vmblock  ) 
 

Definition at line 517 of file vmblock.cpp.

References IMATRIX, LISTE, matfree(), MATRIX, MMATRIX, pmatfree(), PMATRIX, UMATRIX, VEKTOR, vmltyp, and VVEKTOR.

Referenced by eigen().

void* vminit void   ) 
 

Definition at line 155 of file vmblock.cpp.

References vmltyp.

Referenced by convertMatrix(), convertVector(), eigen(), and eigenValues().


Generated on Wed Sep 5 12:54:36 2007 for DSACSS Operational Code by  doxygen 1.3.9.1