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.


Variable Index

 o info

Constructor Index

 o NotFullRankException()
 o NotFullRankException(int)
 o NotFullRankException(String)

Variables

 o info
 public int info

Constructors

 o NotFullRankException
 public NotFullRankException(int info)
 o NotFullRankException
 public NotFullRankException(String problem)
 o NotFullRankException
 public NotFullRankException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index