AForge.Math.svd.Throw C# (CSharp) Method

Throw() private static method

private static Throw ( ) : void
return void
		private static void Throw()
		{
			throw new Exception("No convergence in 30 svdcmp iterations");
		}