Class AbstractDecompositor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Matrix matrix  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void fail​(java.lang.String message)  
      Matrix self()
      Returns the self matrix of this decompositor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matrix

        protected Matrix matrix
    • Constructor Detail

      • AbstractDecompositor

        public AbstractDecompositor​(Matrix matrix)
    • Method Detail

      • fail

        protected void fail​(java.lang.String message)