*LSENGINE, Type
, EngineName
, Matrix
, Option
Creates a linear solver engine.
Type
Specifies the algorithm to be used:
Boeing sparse solver (default if applied to sparse matrices).
MKL sparse linear solver (Intel Windows and Linux systems only).
LAPACK dense matrix linear solver (default if applied to dense matrices).
Distributed sparse solver.
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):
In-core memory mode.
Out-of-core memory mode.