/[Apache-SVN]
ViewVC logotype

Revision 620312


Jump to revision: Previous Next
Author: psteitz
Date: Sun Feb 10 19:28:59 2008 UTC (16 years, 2 months ago)
Changed paths: 99
Log Message:
Javadoc only. Added @since tags.

Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ArgumentOutsideDomainException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ConvergenceException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/DimensionMismatchException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/DuplicateSampleAbscissaException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/FunctionEvaluationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MathConfigurationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MathException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MaxIterationsExceededException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/DividedDifferenceInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/LaguerreSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/MullerSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/NevilleInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/PolynomialFunctionLagrangeForm.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/PolynomialFunctionNewtonForm.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/RiddersSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/RombergIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/SimpsonIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/TrapezoidIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/analysis/UnivariateRealIntegratorImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/complex/Complex.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/AbstractEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/EstimatedParameter.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/EstimationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/EstimationProblem.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/Estimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/GaussNewtonEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/LevenbergMarquardtEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/SimpleEstimationProblem.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/WeightedMeasurement.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionConversionException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/QRDecomposition.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/AbstractStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/AdaptiveStepsizeIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ClassicalRungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ClassicalRungeKuttaStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ContinuousOutputModel.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DerivativeException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince54Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince54StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince853Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DormandPrince853StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DummyStepHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/DummyStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/EmbeddedRungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/EulerIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/EulerStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderConverter.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderDifferentialEquations.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/FirstOrderIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/FixedStepHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GillIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GillStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GraggBulirschStoerIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/GraggBulirschStoerStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/HighamHall54Integrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/HighamHall54StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/IntegratorException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/MidpointIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/MidpointStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/RungeKuttaIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/RungeKuttaStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/SecondOrderDifferentialEquations.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/SecondOrderIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/StepHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/StepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/StepNormalizer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/SwitchState.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/SwitchingFunction.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/SwitchingFunctionsHandler.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ThreeEighthesIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/ThreeEighthesStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/ConvergenceChecker.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/CostException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/CostFunction.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/DirectSearchOptimizer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/MultiDirectional.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/NelderMead.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/PointCostPair.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/CorrelatedRandomVectorGenerator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/GaussianRandomGenerator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/NormalizedRandomGenerator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference/ChiSquareTestImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastCosineTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastFourierTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastSineTransformer.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/site/xdoc/changes.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26