Uses of Class
org.lsmp.djep.xjep.function.SumType

Packages that use SumType
org.lsmp.djep.matrixJep.function   
org.lsmp.djep.xjep.function   
 

Uses of SumType in org.lsmp.djep.matrixJep.function
 

Subclasses of SumType in org.lsmp.djep.matrixJep.function
 class MSum
           
 

Uses of SumType in org.lsmp.djep.xjep.function
 

Subclasses of SumType in org.lsmp.djep.xjep.function
 class Max
          A max function Max(x^2,x,1,10) finds the max of x^2 with x running from 1 to 10.
 class MaxArg
           
 class Min
          A min function Min(x^2,x,1,10) finds the min of x^2 with x running from 1 to 10.
 class MinArg
           
 class Product
          A product function product(x^2,x,1,10) finds the product of x^2 with x running from 1 to 10.
 class Simpson
          The Simpson rule for approximation to a definite integral.
 class Sum
          A sum function Sum(x^2,x,1,10) finds the sum of x^2 with x running from 1 to 10.
 class Trapezium
          The trapezium rule for approximation to a definite integral.
 



Copyright © 2014. All rights reserved.