Singular Value Decomposition<T>.Set Rank 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void SetRank(
int rank
)
Parameters
- rank Int32
- The desired rank.