SingularValueDecomposition<T>.SetRank Method

Sets the smallest singular values to zero so the matrix has at most the specified rank.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void SetRank(
	int rank
)

Parameters

rank  Int32
The desired rank.

See Also