OOF2: The Manual

Name

Direct (BasicDirect) — Solve matrix equations with a direct method. Not recommended for large problems.

Synopsis

BasicDirect()

Details

Description

BasicDirect is a matrix equation solver used in BasicSolverMode. It uses the SimplicialLDLT method for symmetric matrices and the SparseQR method for asymmetric matrices.