Home
last modified time | relevance | path

Searched refs:DimensionMismatchException (Results 1 – 24 of 24) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DTricubicSplineInterpolatingFunction.java20 import org.apache.commons.math.exception.DimensionMismatchException;
164 throw new DimensionMismatchException(xLen, f.length); in TricubicSplineInterpolatingFunction()
167 throw new DimensionMismatchException(xLen, dFdX.length); in TricubicSplineInterpolatingFunction()
170 throw new DimensionMismatchException(xLen, dFdY.length); in TricubicSplineInterpolatingFunction()
173 throw new DimensionMismatchException(xLen, dFdZ.length); in TricubicSplineInterpolatingFunction()
176 throw new DimensionMismatchException(xLen, d2FdXdY.length); in TricubicSplineInterpolatingFunction()
179 throw new DimensionMismatchException(xLen, d2FdXdZ.length); in TricubicSplineInterpolatingFunction()
182 throw new DimensionMismatchException(xLen, d2FdYdZ.length); in TricubicSplineInterpolatingFunction()
185 throw new DimensionMismatchException(xLen, d3FdXdYdZ.length); in TricubicSplineInterpolatingFunction()
203 throw new DimensionMismatchException(f[i].length, yLen); in TricubicSplineInterpolatingFunction()
[all …]
DBicubicSplineInterpolatingFunction.java19 import org.apache.commons.math.DimensionMismatchException;
98 throws DimensionMismatchException { in BicubicSplineInterpolatingFunction()
106 throw new DimensionMismatchException(xLen, f.length); in BicubicSplineInterpolatingFunction()
109 throw new DimensionMismatchException(xLen, dFdX.length); in BicubicSplineInterpolatingFunction()
112 throw new DimensionMismatchException(xLen, dFdY.length); in BicubicSplineInterpolatingFunction()
115 throw new DimensionMismatchException(xLen, d2FdXdY.length); in BicubicSplineInterpolatingFunction()
130 throw new DimensionMismatchException(f[i].length, yLen); in BicubicSplineInterpolatingFunction()
133 throw new DimensionMismatchException(dFdX[i].length, yLen); in BicubicSplineInterpolatingFunction()
136 throw new DimensionMismatchException(dFdY[i].length, yLen); in BicubicSplineInterpolatingFunction()
139 throw new DimensionMismatchException(d2FdXdY[i].length, yLen); in BicubicSplineInterpolatingFunction()
DMicrosphereInterpolatingFunction.java24 import org.apache.commons.math.DimensionMismatchException;
152 throws DimensionMismatchException, NoDataException { in MicrosphereInterpolatingFunction()
158 throw new DimensionMismatchException(xval.length, yval.length); in MicrosphereInterpolatingFunction()
169 throw new DimensionMismatchException(xvalI.length, dimension); in MicrosphereInterpolatingFunction()
DSmoothingPolynomialBicubicSplineInterpolator.java19 import org.apache.commons.math.exception.DimensionMismatchException;
82 throw new DimensionMismatchException(xval.length, fval.length); in interpolate()
90 throw new DimensionMismatchException(fval[i].length, yLen); in interpolate()
DTricubicSplineInterpolator.java19 import org.apache.commons.math.exception.DimensionMismatchException;
44 throw new DimensionMismatchException(xval.length, fval.length); in interpolate()
62 throw new DimensionMismatchException(fval[i].length, yLen); in interpolate()
67 throw new DimensionMismatchException(fval[i][j].length, zLen); in interpolate()
DBicubicSplineInterpolator.java19 import org.apache.commons.math.DimensionMismatchException;
45 throw new DimensionMismatchException(xval.length, fval.length); in interpolate()
61 throw new DimensionMismatchException(fval[i].length, yLen); in interpolate()
DLinearInterpolator.java19 import org.apache.commons.math.exception.DimensionMismatchException;
46 throw new DimensionMismatchException(x.length, y.length); in interpolate()
DSmoothingBicubicSplineInterpolator.java19 import org.apache.commons.math.DimensionMismatchException;
58 throw new DimensionMismatchException(xval.length, zval.length); in interpolate()
74 throw new DimensionMismatchException(zval[i].length, yLen); in interpolate()
DSplineInterpolator.java19 import org.apache.commons.math.exception.DimensionMismatchException;
69 throw new DimensionMismatchException(x.length, y.length); in interpolate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DSynchronizedMultivariateSummaryStatistics.java19 import org.apache.commons.math.DimensionMismatchException;
56 throws DimensionMismatchException { in addValue()
193 throws DimensionMismatchException { in setSumImpl()
210 throws DimensionMismatchException { in setSumsqImpl()
227 throws DimensionMismatchException { in setMinImpl()
244 throws DimensionMismatchException { in setMaxImpl()
261 throws DimensionMismatchException { in setSumLogImpl()
278 throws DimensionMismatchException { in setGeoMeanImpl()
295 throws DimensionMismatchException { in setMeanImpl()
DMultivariateSummaryStatistics.java22 import org.apache.commons.math.DimensionMismatchException;
147 throws DimensionMismatchException { in addValue()
419 throws DimensionMismatchException, IllegalStateException { in setImpl()
448 throws DimensionMismatchException { in setSumImpl()
475 throws DimensionMismatchException { in setSumsqImpl()
502 throws DimensionMismatchException { in setMinImpl()
529 throws DimensionMismatchException { in setMaxImpl()
556 throws DimensionMismatchException { in setSumLogImpl()
583 throws DimensionMismatchException { in setGeoMeanImpl()
610 throws DimensionMismatchException { in setMeanImpl()
[all …]
DAbstractUnivariateStatistic.java20 import org.apache.commons.math.exception.DimensionMismatchException;
202 throw new DimensionMismatchException(weights.length, values.length); in test()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVectorialMean.java22 import org.apache.commons.math.DimensionMismatchException;
52 public void increment(double[] v) throws DimensionMismatchException { in increment()
54 throw new DimensionMismatchException(v.length, means.length); in increment()
DVectorialCovariance.java22 import org.apache.commons.math.DimensionMismatchException;
65 public void increment(double[] v) throws DimensionMismatchException { in increment()
67 throw new DimensionMismatchException(v.length, sums.length); in increment()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DDimensionMismatchException.java27 public class DimensionMismatchException extends MathIllegalNumberException { class
41 public DimensionMismatchException(int wrong, in DimensionMismatchException() method in DimensionMismatchException
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DDimensionMismatchException.java29 public class DimensionMismatchException extends MathException { class
45 public DimensionMismatchException(final int dimension1, final int dimension2) { in DimensionMismatchException() method in DimensionMismatchException
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DUncorrelatedRandomVectorGenerator.java22 import org.apache.commons.math.exception.DimensionMismatchException;
57 throw new DimensionMismatchException(mean.length, standardDeviation.length); in UncorrelatedRandomVectorGenerator()
DCorrelatedRandomVectorGenerator.java20 import org.apache.commons.math.DimensionMismatchException;
100 throws NotPositiveDefiniteMatrixException, DimensionMismatchException { in CorrelatedRandomVectorGenerator()
104 throw new DimensionMismatchException(mean.length, order); in CorrelatedRandomVectorGenerator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianDerivativeFunction.java23 import org.apache.commons.math.exception.DimensionMismatchException;
88 throw new DimensionMismatchException(3, parameters.length); in GaussianDerivativeFunction()
DGaussianFunction.java24 import org.apache.commons.math.exception.DimensionMismatchException;
102 throw new DimensionMismatchException(4, parameters.length); in GaussianFunction()
DParametricGaussianFunction.java22 import org.apache.commons.math.exception.DimensionMismatchException;
158 throw new DimensionMismatchException(4, parameters.length); in validateParameters()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMultidimensionalCounter.java20 import org.apache.commons.math.exception.DimensionMismatchException;
260 throw new DimensionMismatchException(c.length, dimension); in getCount()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DPearsonsCorrelation.java25 import org.apache.commons.math.exception.DimensionMismatchException;
231 throw new DimensionMismatchException(xArray.length, yArray.length); in correlation()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java25 import org.apache.commons.math.exception.DimensionMismatchException;
58 throws DimensionMismatchException { in checkVectorDimensions()
61 throw new DimensionMismatchException(d, n); in checkVectorDimensions()