*LSENGINE, Type, EngineName, Matrix, Option
Creates a linear solver engine.
TypeSpecifies 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.
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):
In-core memory mode.
Out-of-core memory mode.