Home
last modified time | relevance | path

Searched refs:ROOTS_OF_UNITY_NOT_COMPUTED_YET (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DFastFourierTransformer.java814 …MathRuntimeException.createIllegalStateException(LocalizedFormats.ROOTS_OF_UNITY_NOT_COMPUTED_YET); in isForward()
877 …MathRuntimeException.createIllegalStateException(LocalizedFormats.ROOTS_OF_UNITY_NOT_COMPUTED_YET); in getOmegaReal()
899 …MathRuntimeException.createIllegalStateException(LocalizedFormats.ROOTS_OF_UNITY_NOT_COMPUTED_YET); in getOmegaImaginary()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java255 ROOTS_OF_UNITY_NOT_COMPUTED_YET("roots of unity have not been computed yet"), enumConstant