Click or drag to resize

UnitMatrixToSymmetricMatrix Method

Returns a symmetric matrix with unit matrix entries.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SymmetricMatrix ToSymmetricMatrix()

Return Value

Type: SymmetricMatrix
An independent, write-able copy of the unit matrix.
See Also