*LSENGINE
*LSENGINE, Type, EngineName, Matrix, Option
Creates a linear solver engine.
Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
Argument Descriptions
TypeSpecifies 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).
EngineNameName used to identify this engine. Must be specified.
MatrixName of the matrix to solve.
OptionOption 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.