http://www.jpicedt.org

Uses of Class
jpicedt.util.math.IntervalUnion.CopyIntoAllocPolicy

Packages that use IntervalUnion.CopyIntoAllocPolicy
jpicedt.util.math Bibliothèque de classes pour effectuer des calculs notamment avec: des nombres complexes des polynômes des matrices  
 

Uses of IntervalUnion.CopyIntoAllocPolicy in jpicedt.util.math
 

Methods in jpicedt.util.math that return IntervalUnion.CopyIntoAllocPolicy
static IntervalUnion.CopyIntoAllocPolicy IntervalUnion.CopyIntoAllocPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntervalUnion.CopyIntoAllocPolicy[] IntervalUnion.CopyIntoAllocPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jpicedt.util.math with parameters of type IntervalUnion.CopyIntoAllocPolicy
 double[] IntervalUnion.copyInto(double[] e, IntervalUnion.CopyIntoAllocPolicy allocPolicy)
          copie l'union d'intervalles this vers un tableau (où le tableau double[] représente l'union d'intervalles au sens du construction IntervalUnion(double[])
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org