All Packages Class Hierarchy This Package Previous Next Index
Class linear_algebra.NotFullRankException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----linear_algebra.NotFullRankException
- public class NotFullRankException
- extends Exception
This is the exception produced by a Triangular method
if a matrix has at least one zero diagonal element.
-
info
-
-
NotFullRankException()
-
-
NotFullRankException(int)
-
-
NotFullRankException(String)
-
info
public int info
NotFullRankException
public NotFullRankException(int info)
NotFullRankException
public NotFullRankException(String problem)
NotFullRankException
public NotFullRankException()
All Packages Class Hierarchy This Package Previous Next Index