Contents

SparseNumericFactorOptions

A structure that contains options that affect the numerical stage of a sparse factorization.

Declaration

struct SparseNumericFactorOptions

Overview

SparseNumericFactorOptions supports the following types of scaling:

Sparsescalingdefault

Default scaling — Sparsescalingequilibriationinf if LDLᵀ, or no scaling if Cholesky.

Sparsescalinguser

User scaling if Scaling is nonnull; otherwise, no scaling.

Sparsescalingequilibriationinf

Norm equilibration scaling using infinity norm.

Note that the system clamps pivotTolerance to range [0,0.5].

Topics

Creating a Numeric Factor Options Stucture

Instance Properties

See Also

Structures that specify factorization type and factorization options