40#ifndef OPENNL_PRECONDITIONERS_H
41#define OPENNL_PRECONDITIONERS_H
Internal OpenNL functions to manipulate sparse matrices.
NLAPI NLMatrix NLAPIENTRY nlNewSSORPreconditioner(NLMatrix M, double omega)
Creates a new SSOR preconditioner.
NLAPI NLMatrix NLAPIENTRY nlNewJacobiPreconditioner(NLMatrix M)
Creates a new Jacobi preconditioner.
Some macros and functions used internally by OpenNL.
The base class for abstract matrices.