Class SuperLU.doublecomplex

  • Enclosing class:
    SuperLU

    class SuperLU.doublecomplex
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double i  
      (package private) double r  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • r

        double r
      • i

        double i
    • Constructor Detail

      • doublecomplex

        doublecomplex()
      • doublecomplex

        doublecomplex​(double re,
                      double im)