AForge.Math.svd.Throw C# (CSharp) 메소드

Throw() 개인적인 정적인 메소드

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