13#ifndef KASKADE_ENUMS_HH_
14#define KASKADE_ENUMS_HH_
std::ostream & operator<<(std::ostream &out, DynamicMatrix< Entry > const &A)
pretty output of dense matrices
ParallelMode
Whether to execute some algorithm in sequential or parallel manner.
@ SEQUENTIAL
perform all operations in sequential order
DirectType
Available direct solvers for linear equation systems.
@ UMFPACK3264
NO LONGER SUPPORTED.
@ MUMPS
MUMPS sparse solver.
@ UMFPACK
UMFPack from SuiteSparse, using 32 bit integer indices.
@ UMFPACK64
UMFPack from SuiteSparse, using 64 bit integer indices.
MatrixProperties
Characterizations of sparse matrix properties.