csli.util.math.matrix
Class Matrix.SingularMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csli.util.math.matrix.Matrix.SingularMatrixException
All Implemented Interfaces:
Serializable
Enclosing interface:
Matrix

public static class Matrix.SingularMatrixException
extends Exception

See Also:
Serialized Form

Constructor Summary
Matrix.SingularMatrixException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Matrix.SingularMatrixException

public Matrix.SingularMatrixException()