SingularValueDecomposition<T>.SetRank 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.0
C#
public void SetRank(
	int rank
)

Parameters

rank  Int32
The desired rank.

See Also