*LSENGINE
*LSENGINE, Type
, EngineName
, Matrix
, Option
Creates a linear solver engine.
Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
Argument Descriptions
Type
Specifies the algorithm to be used:
- DSS --
MKL sparse linear solver.
- LAPACK --
LAPACK dense matrix linear solver (default if applied to dense matrices).
- DSP --
Distributed sparse solver (default for sparse matrices).
EngineName
Name used to identify this engine. Must be specified.
Matrix
Name of the matrix to solve.
Option
Option to control the memory mode of the DSS solver (used only if
Type
= DSS):- INCORE --
In-core memory mode.
- OUTOFCORE --
Out-of-core memory mode.