Class SuperLU.doublecomplex

  • Enclosing class:
    SuperLU

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

      Fields 
      Modifier and Type Field Description
      double i  
      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

        public double r
      • i

        public double i
    • Constructor Detail

      • doublecomplex

        public doublecomplex()
      • doublecomplex

        public doublecomplex​(double re,
                             double im)