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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void SetRank(
int rank
)
Parameters
- rank Int32
- The desired rank.