Home
last modified time | relevance | path

Searched refs:ZERO_NORM (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java312 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM); in orthogonal()
342 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM); in angle()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java300 ZERO_NORM("zero norm"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayRealVector.java902 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM); in unitVector()