Class NoPivotGaussInverter

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Matrix inverse()
      Inverse matrix.
      Matrix self()
      Returns the self matrix of this inverter.
      • Methods inherited from class java.lang.Object

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

      • matrix

        private final Matrix matrix
    • Constructor Detail

      • NoPivotGaussInverter

        public NoPivotGaussInverter​(Matrix matrix)