NonlinearModel.JacobianSparsityPattern Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the sparsity pattern for a Jacobian computation.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Protected ReadOnly Property JacobianSparsityPattern As NonlinearModel..::..SparseMatrix
protected NonlinearModel..::..SparseMatrix JacobianSparsityPattern { get; }
protected:
property NonlinearModel..::..SparseMatrix^ JacobianSparsityPattern {
    NonlinearModel..::..SparseMatrix^ get ();
}
member JacobianSparsityPattern : NonlinearModel..::..SparseMatrix
function get JacobianSparsityPattern () : NonlinearModel..::..SparseMatrix

Property Value

Type: Microsoft.SolverFoundation.Services.NonlinearModel.SparseMatrix
The sparsity pattern.

Remarks

Although Jacobian computations do not ordinarily include goals, JacobianSparsityPattern includes the goal row, that is, the Jacobian rows in addition to the gradient rows of the goal.

.NET Framework Security

See Also

Reference

NonlinearModel Class

Microsoft.SolverFoundation.Services Namespace