Home
last modified time | relevance | path

Searched refs:DIMENSIONS_MISMATCH_SIMPLE (Results 1 – 17 of 17) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DLeastSquaresConverter.java117 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in LeastSquaresConverter()
150 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in LeastSquaresConverter()
165 throw new FunctionEvaluationException(point,LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in value()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DAbstractLeastSquaresOptimizer.java194 … throw new FunctionEvaluationException(point, LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in updateJacobian()
222 … throw new FunctionEvaluationException(point, LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in updateResidualsAndCost()
332 throw new OptimizationException(LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in optimize()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DDimensionMismatchException.java43 super(LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, wrong, expected); in DimensionMismatchException()
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DDimensionMismatchException.java46 super(LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, dimension1, dimension2); in DimensionMismatchException()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdaptiveStepsizeIntegrator.java195 … LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, mainSetDimension, vecAbsoluteTolerance.length); in sanityChecks()
200 … LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, mainSetDimension, vecRelativeTolerance.length); in sanityChecks()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
DAbstractMultipleLinearRegression.java207 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in validateSampleData()
234 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, x.length, covariance.length); in validateCovarianceData()
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DFastFourierTransformer.java664 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, 0, dimensionSize.length); in get()
670 … LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, vector.length, dimensionSize.length); in get()
693 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, 0, dimensionSize.length); in set()
699 … LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, vector.length,dimensionSize.length); in set()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java571 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, n, sample2.length); in sumDifference()
619 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, n, sample2.length); in varianceDifference()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DDirectSearchOptimizer.java187 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, refI.length, n); in setStartConfiguration()
360 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, n, startConfiguration.length); in buildSimplex()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java74 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, expected.length, observed.length); in chiSquare()
231 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in chiSquareDataSetsComparison()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DAbstractIntegrator.java363 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, ode.getDimension(), y0.length); in sanityChecks()
368 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, ode.getDimension(), y.length); in sanityChecks()
DContinuousOutputModel.java140 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, in append()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DSpearmansCorrelation.java151 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, xArray.length, yArray.length); in correlation()
DCovariance.java227 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, length, yArray.length); in covariance()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java83 DIMENSIONS_MISMATCH_SIMPLE("dimensions mismatch {0} != {1}"), /* keep */ enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialFunctionLagrangeForm.java296 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, x.length, y.length); in verifyInterpolationArray()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DFirstOrderIntegratorWithJacobians.java355 LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE, arrayDimension, expected); in checkDimension()