#include "standard.h"
#include "param.h"
#include <tnt_cmat.h>
#include <tnt_vec.h>
Go to the source code of this file.
Classes | |
class | UserMatrix |
Abstract class for a user defined quadratic matrix. More... | |
class | IntervalCompliantMatrix |
class | ExtUserMatrix |
A UserMatrix with an (int,int)-operator to read elements of the matrix. More... | |
class | ShiftMatrix |
Wrapper class to shift a matrix. More... | |
class | MinusMatrix |
Wrapper class to multiply a matrix with -1. More... | |
class | SumMatrix |
A class to represent the sum of two matrices with optional scaling. More... | |
class | DiagMatrix |
A diagonal matrix. More... | |
class | BlockMatrix |
class | DenseMatrix |
A wrapper class for a dense TNT-matrix. More... | |
class | SparseMatrix |
class | SparseMatrix2 |
Typedefs | |
typedef int | Integer |
typedef double | Real |
Functions | |
double | d_sign (double a, double b) |
typedef int Integer |
Definition at line 21 of file usermatrix.h.
typedef double Real |
Definition at line 22 of file usermatrix.h.
double d_sign | ( | double | a, | |
double | b | |||
) | [inline] |
Definition at line 23 of file usermatrix.h.