#include "managedObject.h"
#include "hashTable.h"
Data Structures | |
class | goblinMatrix |
Base class for all matrix objects. More... | |
class | denseMatrix |
Full coefficient matrix representation. More... | |
class | sparseMatrix |
Matrices represented by a hash table for the non-zero coefficients. More... |