Modules
Here is a list of all modules:
- Interface to ConicBundle for the Language C
- Interface to ConicBundle for the Language C++
- Interface to ConicBundle for the Language C++ using Matrix Classes
- Basic Types and Constants
- Basic Templates for Linear Algebra
- Global Variables and Objects
- Classes and Functions used for Debugging
- Classes and Functions for Memory Management
- simple functions like max, min, abs
- Range (of integer numbers with step size)
- Indexmatrix (dense, integer, m by n)
- Realrange (of real numbers with step size)
- Matrix (dense, real, m by n)
- Symmatrix (dense, real, symmetric, n by n)
- Sparsemat (sparse, real, n by m)
- Sparsesym (sparse, real, symmetric, n by n)
- Lanczos Interface and Classes
- Clock (time measurement in Microseconds)
- Random Number Generator
- Heapsort