Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.mathematics.analysis Classes and Interfaces - 248 results found.
NameDescriptionTypePackageFramework
AbsClass representing the absolute value of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
AbstractCurveFitterThis class is the base class for all curve fitting classes in the package.Classorg.jscience.mathematics.analysis.fittingJScience
AbstractMappingThis is the common interface to define a map or function.Interfaceorg.jscience.mathematics.analysisJScience
AbstractSeriesInterfaceorg.jscience.mathematics.analysis.seriesJScience
AbstractStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.jscience.mathematics.analysis.odeJScience
AcosClass representing the inverse cosine function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
AdaptiveStepsizeIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
AdditionClass representing addition of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
AndSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.logicalJScience
AsinClass representing the inverse sine function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
AtanClass representing the inverse tangent function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
Atan2Class representing the inverse tangent function of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
AuxiliaryClass representing an Auxiliary object.Classorg.jscience.mathematics.analysis.expressionsJScience
BasicSampledMappingIteratorThis class is a simple wrapper allowing to iterate over a The basic implementation of the iteration interface does notClassorg.jscience.mathematics.analysisJScience
BinaryComparisonClassorg.jscience.mathematics.analysis.expressions.comparisonJScience
BinaryOperatorAbstract class used as superclass for binary operators.Classorg.jscience.mathematics.analysis.expressionsJScience
BrentSolverThis class implements the Brent algorithm to compute the roots of a function in an interval.Classorg.jscience.mathematics.analysis.rootsJScience
C1FunctionThe interface C1Function defines the methods that must be implemented for a class to represent a differentiable function.Interfaceorg.jscience.mathematics.analysisJScience
C2FunctionThe interface C2Function defines the methods that must be implemented for a class to represent a twice differentiable function.Interfaceorg.jscience.mathematics.analysisJScience
CantorDustThe CantorDust class provides an object that encapsulates the CantorConstructor SummaryCantorDust()Classorg.jscience.mathematics.analysis.chaosJScience
CatMapThe CatMap class provides an object that encapsulates the cat map.Classorg.jscience.mathematics.analysis.chaosJScience
ChebyshevDoublePolynomialFactoryThis class implements Chebyshev polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
ClassicalRungeKuttaIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.jscience.mathematics.analysis.odeJScience
ClipClass representing the clip function.Classorg.jscience.mathematics.analysis.expressionsJScience
ComplexFunctionThis class describes a function on the real numbers.Classorg.jscience.mathematics.analysisJScience
ComplexLagrangeBasisA Lagrange base for polynomial over a complex field.Classorg.jscience.mathematics.analysis.polynomialsJScience
ComplexMappingThis interface defines a map or function.Interfaceorg.jscience.mathematics.analysisJScience
ComplexMappingNDThis interface defines an N dimensional map.Interfaceorg.jscience.mathematics.analysisJScience
ComplexPolynomialA Polynomial over the complex field.Classorg.jscience.mathematics.analysis.polynomialsJScience
ComplexPolynomialRingNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.jscience.mathematics.analysis.polynomialsJScience
ConstantClass representing a Constant object.Classorg.jscience.mathematics.analysis.expressionsJScience
ConstantComplexFunctionThe constant function.Classorg.jscience.mathematics.analysisJScience
ConstantDoubleFunctionThe constant function.Classorg.jscience.mathematics.analysisJScience
ContinuousOutputModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.jscience.mathematics.analysis.odeJScience
ConvergenceCheckerThis interface specifies how to check if a direct search method has converged.Interfaceorg.jscience.mathematics.analysis.optimizationJScience
ConvergenceCheckerThis interface specifies methods to check if a root-finding algorithm has converged.Interfaceorg.jscience.mathematics.analysis.rootsJScience
CosClass representing the cosine of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
CostExceptionThis class represents exceptions thrown by cost functions.Classorg.jscience.mathematics.analysis.optimizationJScience
CostFunctionThis interface represents a cost function to be minimized.Interfaceorg.jscience.mathematics.analysis.optimizationJScience
CurlFunctionThe interface CurlFunction defines the methods that must be implemented for a class to represent a function with a curl (the counterpart of theInterfaceorg.jscience.mathematics.analysisJScience
DataExpressionAbstract class used as superclass for classes representing data.Classorg.jscience.mathematics.analysis.expressionsJScience
DerivativeExceptionThis exception is made available to users to report the error conditions that are trigegred while computing the differential equations.Classorg.jscience.mathematics.analysis.odeJScience
DiffClass representing the derivative of an Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
DirectSearchOptimizerThis class implements simplex-based direct search optimization Direct search method only use cost function values, they don'tClassorg.jscience.mathematics.analysis.optimizationJScience
DivergenceFunctionThe interface DivergenceFunction defines the methods that must be implemented for a class to represent a function with a divergence (theInterfaceorg.jscience.mathematics.analysisJScience
DivisionClass representing division of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
DormandPrince54IntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
DormandPrince853IntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
DoubleChebyshevBasisThe famous Chebychev basis for interpolating polynomials with minimalFields inherited from class org.Classorg.jscience.mathematics.analysis.polynomialsJScience
DoubleCubicSplineInterpolatorClassorg.jscience.mathematics.analysis.interpolationJScience
DoubleCubicSplineInterpolator2DClassorg.jscience.mathematics.analysis.interpolationJScience
DoubleCubicSplineInterpolator3DClassorg.jscience.mathematics.analysis.interpolationJScience
DoubleCubicSplineInterpolatorNDConstructor SummaryDoubleCubicSplineInterpolatorND(java.Classorg.jscience.mathematics.analysis.interpolationJScience
DoubleFunctionThis class describes a function on the real numbers.Classorg.jscience.mathematics.analysisJScience
DoubleFunction2DThis class describes a function on a 2D space.Classorg.jscience.mathematics.analysisJScience
DoubleLagrangeBasisThe Lagrange Basis for real polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
DoubleLinearSplineInterpolatorClassorg.jscience.mathematics.analysis.interpolationJScience
DoubleMonomialBasisClassorg.jscience.mathematics.analysis.polynomialsJScience
DoublePolynomialA Polynomial as a Ring.Classorg.jscience.mathematics.analysis.polynomialsJScience
DoublePolynomialFractionThis class implements fractions of polynomials with one unknown and realSee Also:Serialized FormClassorg.jscience.mathematics.analysis.polynomialsJScience
DoublePolynomialRingNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.jscience.mathematics.analysis.polynomialsJScience
DummyStepHandlerThis class is a step handler that do nothing.Classorg.jscience.mathematics.analysis.odeJScience
DummyStepInterpolatorThis class is a step interpolator that does nothing.Classorg.jscience.mathematics.analysis.odeJScience
EllipticClass provides Jacobi's elliptic theta functions.Classorg.jscience.mathematics.analysis.ellipticJScience
EnhancedSimpsonIntegratorThis class implements an enhanced Simpson-like integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
EnhancedSimpsonIntegratorSamplerThis class implements an enhanced Simpson integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
EnhancedSimpsonNDIntegratorThis class implements an enhanced Simpson-like integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
EnhancedSimpsonNDIntegratorSamplerThis class implements an enhanced Simpson integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
EQSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
EstimatedParameterThis class represent the estimated parameters of an estimation problem.Classorg.jscience.mathematics.analysis.estimationJScience
EstimationExceptionThis class represents exceptions thrown by the estimation solvers.Classorg.jscience.mathematics.analysis.estimationJScience
EstimationProblemThis interface represents an estimation problem.Interfaceorg.jscience.mathematics.analysis.estimationJScience
EstimatorThis interface represents solvers for estimation problems.Interfaceorg.jscience.mathematics.analysis.estimationJScience
EulerIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
ExactComplexFunctionThis class describes a function on the complex numbers.Classorg.jscience.mathematics.analysisJScience
ExactComplexPolynomialA Polynomial over the ExactComplex field.Classorg.jscience.mathematics.analysis.polynomialsJScience
ExactComplexPolynomialRingNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.jscience.mathematics.analysis.polynomialsJScience
ExactRealFunctionThis class describes a function on the real numbers.Classorg.jscience.mathematics.analysisJScience
ExactRealFunction2DThis class describes a function on a 2D space.Classorg.jscience.mathematics.analysisJScience
ExactRealMonomialBasisClassorg.jscience.mathematics.analysis.polynomialsJScience
ExactRealPolynomialA Polynomial as a Ring.Classorg.jscience.mathematics.analysis.polynomialsJScience
ExactRealPolynomialFractionThis class implements fractions of polynomials with one unknown and realSee Also:Serialized FormClassorg.jscience.mathematics.analysis.polynomialsJScience
ExactRealPolynomialRingNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.jscience.mathematics.analysis.polynomialsJScience
ExhaustedSampleExceptionThis class represents exceptions thrown by sample iterators.Classorg.jscience.mathematics.analysisJScience
ExpClass representing the exponential function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
ExponentialDoubleFunctionThe exponential function.Classorg.jscience.mathematics.analysisJScience
ExpressionInterface for creating symbolic expressions, which may be evaluated.Interfaceorg.jscience.mathematics.analysis.expressionsJScience
ExpressionParserExpression parser for mathematical expressions.Classorg.jscience.mathematics.analysis.expressionsJScience
ExpressionParser .CompilerThe static class Compiler is intended for command line compilation of source files defining dynamical systems.Classorg.jscience.mathematics.analysis.expressionsJScience
ExpressionsStandardNamesAbstract class used for supplying some standard names.Classorg.jscience.mathematics.analysis.expressionsJScience
ExpressionTreeModelThe class ExpressionTreeModel is a TreeModel implementation that allows Expressions to be displayed as tree structures.Classorg.jscience.mathematics.analysis.expressionsJScience
FactorialSeriesThe Factorial mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
FibonacciSeriesThe Fibonacci mathematical series, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55,Constructor SummaryFibonacciSeries()Classorg.jscience.mathematics.analysis.seriesJScience
FirstOrderConverterThis class converts second order differential equations to first This class is a wrapper around a SecondOrderDifferentialEquations which allow to use a FirstOrderIntegrator to integrate it.Classorg.jscience.mathematics.analysis.odeJScience
FirstOrderDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.jscience.mathematics.analysis.odeJScience
FirstOrderIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.jscience.mathematics.analysis.odeJScience
FixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.jscience.mathematics.analysis.odeJScience
FourierMathUtilsThe Fourier math library.Classorg.jscience.mathematics.analysis.seriesJScience
GaussClass representing a Gaussian distributed random number with specified mean and standard deviation.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
GaussLegendreIntegratorThis class implements a Gauss-Legendre integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
GaussLegendreNDIntegratorThis class implements a Gauss-Legendre integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
GESee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
GegenbauerDoublePolynomialFactoryThis class implements Gegenbauer polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
GillIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.jscience.mathematics.analysis.odeJScience
GingerbreadManMapThe GingerbreadManMap class provides an object that encapsulates the gingerbread man map.Classorg.jscience.mathematics.analysis.chaosJScience
GradientFunctionThe interface GradientFunction defines the methods that must be implemented for a class to represent a function with a gradient (the counterpart of theInterfaceorg.jscience.mathematics.analysisJScience
GraggBulirschStoerIntegratorThis class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
GTSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
HarmonicCoefficientsGuesserThis class guesses harmonic coefficients from a sample.Classorg.jscience.mathematics.analysis.fittingJScience
HarmonicFitterThis class implements a curve fitting specialized for sinusoids.Classorg.jscience.mathematics.analysis.fittingJScience
HarmonicSeriesThe Harmonic mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
HenonMapThe HenonMap class provides an object that encapsulates the Henon map.Classorg.jscience.mathematics.analysis.chaosJScience
HermiteDoublePolynomialFactoryThis class implements Hermite polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
HighamHall54IntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
IdentityDoubleFunctionThe identity function.Classorg.jscience.mathematics.analysisJScience
IFTEClassorg.jscience.mathematics.analysis.expressions.symbolicJScience
IntegerSumOfSquaresSeriesThe Integer Sum of Square mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
IntegerSumSeriesThe Integer Sum mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
IntegrationExceptionThis exception is made available to users to report the error conditions that are triggered during integrationClassorg.jscience.mathematics.analysis.odeJScience
IntervalA class representing an interval on N, Q, R.Classorg.jscience.mathematics.analysisJScience
IntervalsListThis class represents an intervals list.Classorg.jscience.mathematics.analysisJScience
Jacobi Attention! This class is not thread save.Classorg.jscience.mathematics.analysis.ellipticJScience
JacobiDoublePolynomialFactoryThis class implements Jacobi polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
JuliaSetThe JuliaSet class provides an object that encapsulates Julia sets.Classorg.jscience.mathematics.analysis.chaosJScience
KochCurveThe KochCurve class provides an object that encapsulates the Koch curve.Classorg.jscience.mathematics.analysis.chaosJScience
LaguerreDoublePolynomialFactoryThis class implements Laguerre polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
LaplacianFunctionThe interface LaplacianFunction defines the methods that must be implemented for a class to represent a function with a laplacian (the counterpart ofInterfaceorg.jscience.mathematics.analysisJScience
LESee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
LeastSquaresEstimatorThis class implements a solver for estimation problems.Classorg.jscience.mathematics.analysis.estimationJScience
LegendreDoublePolynomialFactoryThis class implements Legendre polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
LinearDoubleFunctionThe linear function class.Classorg.jscience.mathematics.analysisJScience
LnSeriesClassorg.jscience.mathematics.analysis.seriesJScience
LogClass representing the natural logarithm of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
LogicalInterface for creating symbolic logical expressions, which may be evaluated.Interfaceorg.jscience.mathematics.analysis.expressions.logicalJScience
LogicalBinaryClassorg.jscience.mathematics.analysis.expressions.logicalJScience
LogicalConstantClassorg.jscience.mathematics.analysis.expressions.logicalJScience
LogicalParameterSee Also:Serialized FormConstructor SummaryLogicalParameter(java.Classorg.jscience.mathematics.analysis.expressions.logicalJScience
LogicalUnaryClassorg.jscience.mathematics.analysis.expressions.logicalJScience
LogicalVariableSee Also:Serialized FormConstructor SummaryLogicalVariable(java.Classorg.jscience.mathematics.analysis.expressions.logicalJScience
LogisticMapThe LogisticMap class provides an object that encapsulates the logistic map.Classorg.jscience.mathematics.analysis.chaosJScience
LTSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
MandelbrotMapThe MandelbrotMap class provides an object that encapsulates the Mandelbrot map.Classorg.jscience.mathematics.analysis.chaosJScience
MandelbrotSetThe MandelbrotSet class provides an object that encapsulates theConstructor SummaryMandelbrotSet()Classorg.jscience.mathematics.analysis.chaosJScience
MappingExceptionThis class represents exceptions thrown by mappingsSee Also:Serialized FormClassorg.jscience.mathematics.analysisJScience
MaxClass representing the maximum of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
MidpointIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
MinClass representing the minimum of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
MinusClass representing the negated expression of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
ModClass representing the modulus function.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
MultiDirectionalThis class implements the multi-directional direct search method.Classorg.jscience.mathematics.analysis.optimizationJScience
MultiplicationClass representing multiplication of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
NamedDataExpressionAbstract class used as superclass for classes representing named data.Classorg.jscience.mathematics.analysis.expressionsJScience
NelderMeadThis class implements the Nelder-Mead direct search method.Classorg.jscience.mathematics.analysis.optimizationJScience
NEQSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.comparisonJScience
NoConvergenceExceptionThis class represents exceptions thrown by optimization algorithms.Classorg.jscience.mathematics.analysis.optimizationJScience
NotSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.logicalJScience
NumberInterpolatorMethods inherited from interface org.Interfaceorg.jscience.mathematics.analysis.interpolationJScience
NumberInterpolatorNDMethods inherited from interface org.Interfaceorg.jscience.mathematics.analysis.interpolationJScience
NumberMappingThis interface defines a map or function.Interfaceorg.jscience.mathematics.analysisJScience
NumberMappingNDThis interface defines an N dimensional map.Interfaceorg.jscience.mathematics.analysisJScience
NumberSeriesA mathematical series.Interfaceorg.jscience.mathematics.analysis.seriesJScience
NumericalDifferentiableThe interface specifies the methods that must be supplied for a class to be able to perform automatic differentiation inInterfaceorg.jscience.mathematics.analysis.expressionsJScience
NumericalMathUtilsThe numerical math library.Classorg.jscience.mathematics.analysisJScience
OperatorExpressionAbstract class used as super class for classes representing both unary and binary operators (and more).Classorg.jscience.mathematics.analysis.expressionsJScience
OrSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.logicalJScience
OrthogonalDoublePolynomialFactoryThis class is the base class to generate orthogonal polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
OrthogonalExactRealPolynomialFactoryThis class is the base class to generate orthogonal polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
OrthogonalPolynomialFactoryThis class is the base class for orthogonal polynomials.Interfaceorg.jscience.mathematics.analysis.polynomialsJScience
ParameterClass representing a Parameter object.Classorg.jscience.mathematics.analysis.expressionsJScience
PochhammerSeriesThe Pochhammer Symbol mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
PointCostPairThis class holds a point and its associated cost.Classorg.jscience.mathematics.analysis.optimizationJScience
PolynomialA Polynomial as a Ring.Interfaceorg.jscience.mathematics.analysis.polynomialsJScience
PolynomialBasisInterfaceorg.jscience.mathematics.analysis.polynomialsJScience
PolynomialCoefficientThis class represents a polynomial coefficient.Classorg.jscience.mathematics.analysis.fittingJScience
PolynomialFitterThis class implements a curve fitting specialized for polynomials.Classorg.jscience.mathematics.analysis.fittingJScience
PolynomialMathUtilsClassorg.jscience.mathematics.analysis.polynomialsJScience
PowClass representing one Expression object raised to the power of another Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
PrimeSeriesThe prime numbers mathematical series.Classorg.jscience.mathematics.analysis.seriesJScience
PrimitiveInterpolatorMethods inherited from interface org.Interfaceorg.jscience.mathematics.analysis.interpolationJScience
PrimitiveInterpolatorNDMethods inherited from interface org.Interfaceorg.jscience.mathematics.analysis.interpolationJScience
PrimitiveMappingThis interface defines a map or function.Interfaceorg.jscience.mathematics.analysisJScience
PrimitiveMappingIntegratorThis interface represents an integrator for scalar functions.Interfaceorg.jscience.mathematics.analysis.quadratureJScience
PrimitiveMappingNDThis interface defines an N dimensional map.Interfaceorg.jscience.mathematics.analysisJScience
PrimitiveMappingNDIntegratorThis interface represents an integrator for vectorial functions.Interfaceorg.jscience.mathematics.analysis.quadratureJScience
PrimitiveMappingNDSamplerThis class is a wrapper allowing to sample a PrimitiveMappingND.Classorg.jscience.mathematics.analysisJScience
PrimitiveMappingSamplerThis class is a wrapper allowing to sample a The sample produced is a regular sample.Classorg.jscience.mathematics.analysisJScience
PrimitiveSeriesA mathematical series that uses primitive types.Interfaceorg.jscience.mathematics.analysis.seriesJScience
QuartaryOperatorAbstract class used as superclass for quartary operators.Classorg.jscience.mathematics.analysis.expressionsJScience
RandClass representing a uniformly distributed random number between two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
RiemannIntegratorThis class implements a Riemann integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
RiemannIntegratorSamplerThis class implements a Riemann integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
RiemannNDIntegratorThis class implements a Riemann integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
RiemannNDIntegratorSamplerThis class implements a Riemann integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
RootsFinderThis interface specifies root-finding methods for scalar functions.Interfaceorg.jscience.mathematics.analysis.rootsJScience
RungeKuttaFehlbergIntegratorThis class implements the common part of all Runge-Kutta-Fehlberg integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
RungeKuttaIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
SampledMappingThis interface represent sampled scalar functions.Interfaceorg.jscience.mathematics.analysisJScience
SampledMappingIntegratorThis interface represents an integrator for scalar samples.Interfaceorg.jscience.mathematics.analysis.quadratureJScience
SampledMappingIteratorThis class is a simple wrapper allowing to iterate over a The basic implementation of the iteration interface does notInterfaceorg.jscience.mathematics.analysisJScience
SampledMappingNDIntegratorThis interface represents an integrator for vectorial samples.Interfaceorg.jscience.mathematics.analysis.quadratureJScience
SecondKindChebyshevDoublePolynomialFactoryThis class implements Second Kind Chebyshev polynomials.Classorg.jscience.mathematics.analysis.polynomialsJScience
SecondOrderDifferentialEquationsThis interface represents a second order differential equations set.Interfaceorg.jscience.mathematics.analysis.odeJScience
SecondOrderIntegratorThis interface represents a second order integrator for differential equations.Interfaceorg.jscience.mathematics.analysis.odeJScience
SignClass representing the signum function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
SinClass representing the sine of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
SqrtClass representing the square root function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
StandardMapThe StandardMap class provides an object that encapsulates the Standard map.Classorg.jscience.mathematics.analysis.chaosJScience
StepClass representing the step function.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
StepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.jscience.mathematics.analysis.odeJScience
StepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.jscience.mathematics.analysis.odeJScience
StepNormalizerThis class wraps an object implementing FixedStepHandler into a StepHandler.Classorg.jscience.mathematics.analysis.odeJScience
SubtractionClass representing substraction of two Expression objects.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
SumOfSeriesSeriesThe SumOfSeriesSeries is the series defined as the sum of two series.Classorg.jscience.mathematics.analysis.seriesJScience
SwitchingFunctionThis interface represents a switching function.Interfaceorg.jscience.mathematics.analysis.odeJScience
SwitchingFunctionsHandlerThis class handles several switching functions during integration.Classorg.jscience.mathematics.analysis.odeJScience
TanClass representing the tangent function of an Expression object.Classorg.jscience.mathematics.analysis.expressions.symbolicJScience
TaylorAddSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorBinaryThe abstract superclass for functions of two TaylorDouble variables.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorConstant independent variable t.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorCosClassorg.jscience.mathematics.analysis.taylorJScience
TaylorDependant When performing calculations, either the Taylor coefficients must be known and set or the TaylorDependant must be governed by an ODEClassorg.jscience.mathematics.analysis.taylorJScience
TaylorDivideSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorDoubleThe abstract superclass of all TaylorDouble objects, representing a species of expressions that are automatically Taylor expandable.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorExpSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorIndependant The expansion coefficients of y(t) = t are y0 = t0, y1 = 1 andClassorg.jscience.mathematics.analysis.taylorJScience
TaylorLogSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorMapInterface for maps that are evaluable as a TaylorDouble calculation TaylorDoubles are functions or variables that possess a known TaylorInterfaceorg.jscience.mathematics.analysis.taylorJScience
TaylorMultiplySee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorNegateSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorParameter independent variable t, but that will need to be varied duringSee Also:Serialized FormClassorg.jscience.mathematics.analysis.taylorJScience
TaylorPowSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorSinClassorg.jscience.mathematics.analysis.taylorJScience
TaylorSqrtSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorSubtractSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.taylorJScience
TaylorUnaryThe abstract superclass for functions of one TaylorDouble variable.Classorg.jscience.mathematics.analysis.taylorJScience
TernaryOperatorAbstract class used as superclass for ternary operators.Classorg.jscience.mathematics.analysis.expressionsJScience
ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
TrapezoidIntegratorThis class implements a trapezoid integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
TrapezoidIntegratorSamplerThis class implements a trapezoid integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
TrapezoidNDIntegratorThis class implements a trapezoid integrator.Classorg.jscience.mathematics.analysis.quadratureJScience
TrapezoidNDIntegratorSamplerThis class implements a trapezoid integrator as a sample.Classorg.jscience.mathematics.analysis.quadratureJScience
UnaryOperatorAbstract class used as superclass for all unary operators.Classorg.jscience.mathematics.analysis.expressionsJScience
UniformNormalizedRandomGeneratorThis class implements a normalized uniform random generator.Classorg.jscience.mathematics.analysis.optimizationJScience
ValuedPairThis class represents an (x, f(x)) pair for vectorial functions.Classorg.jscience.mathematics.analysisJScience
VariableClass representing a Variable object.Classorg.jscience.mathematics.analysis.expressionsJScience
VectorialSampleStatisticsThis class compute basic statistics on a scalar sample.Classorg.jscience.mathematics.analysis.optimizationJScience
WeightedMeasurementThis class represents measurements in estimation problems.Classorg.jscience.mathematics.analysis.estimationJScience
XorSee Also:Serialized FormFields inherited from class org.Classorg.jscience.mathematics.analysis.expressions.logicalJScience