Home
last modified time | relevance | path

Searched refs:AT_LEAST_ONE_ROW (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrixImpl.java158 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
191 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
221 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
705 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
DArray2DRowRealMatrix.java126 LocalizedFormats.AT_LEAST_ONE_ROW); in Array2DRowRealMatrix()
329 LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
DRealMatrixImpl.java127 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in RealMatrixImpl()
331 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
DArray2DRowFieldMatrix.java117 LocalizedFormats.AT_LEAST_ONE_ROW); in Array2DRowFieldMatrix()
321 LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
DAbstractFieldMatrix.java90 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in extractField()
108 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in extractField()
404 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
DMatrixUtils.java455 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in createColumnFieldMatrix()
DAbstractRealMatrix.java378 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW);
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java49 AT_LEAST_ONE_ROW("matrix must have at least one row"), enumConstant