#include <sparse.h>

Public Member Functions | |
| integer & | maxNorm (integer &res) |
| size_t | rowdim () |
| size_t | coldim () |
| integer & | hadamardBound (integer &res) const |
Compute and return the max-norm of the matrix.
| res | Place to store result |
Implements BlackboxFactory.
| size_t rowdim | ( | ) | [inline, virtual] |
Give the row dimension of the matrix
Implements BlackboxFactory.
| size_t coldim | ( | ) | [inline, virtual] |
Give the column dimension of the matrix
Implements BlackboxFactory.
Compute and return the hadamard bound of the matrxi.
Implements BlackboxFactory.
1.5.7.1