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

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) |
|
|
|
|
|
Definition at line 16 of file vmblock.h. Referenced by convertMatrix(), eigenValues(), vmalloc(), and vmfree(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 11 of file vmblock.h. Referenced by convertVector(), eigen(), eigenValues(), vmalloc(), and vmfree(). |
|
|
Definition at line 13 of file vmblock.h. Referenced by eigenValues(), vmalloc(), and vmfree(). |
|
||||||||||||||||||||
|
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(). |
|
|
Definition at line 494 of file vmblock.cpp. Referenced by eigen(). |
|
|
Definition at line 517 of file vmblock.cpp. References IMATRIX, LISTE, matfree(), MATRIX, MMATRIX, pmatfree(), PMATRIX, UMATRIX, VEKTOR, vmltyp, and VVEKTOR. Referenced by eigen(). |
|
|
Definition at line 155 of file vmblock.cpp. References vmltyp. Referenced by convertMatrix(), convertVector(), eigen(), and eigenValues(). |
1.3.9.1