Uses of Interface
org.apache.commons.numbers.examples.jmh.core.LinearCombination.FourD
-
Packages that use LinearCombination.FourD Package Description org.apache.commons.numbers.examples.jmh.core Benchmarks for theorg.apache.commons.numbers.core
components. -
-
Uses of LinearCombination.FourD in org.apache.commons.numbers.examples.jmh.core
Classes in org.apache.commons.numbers.examples.jmh.core that implement LinearCombination.FourD Modifier and Type Class Description static class
LinearCombinations.Dekker
Computes linear combinations using the double-length multiplication and summation algorithms of Dekker.static class
LinearCombinations.Dot2s
Computes linear combinations accurately using the Dot2s algorithm of Ogita et al for 2-fold precision of the sum.static class
LinearCombinations.DotK
Computes linear combinations accurately using the DotK algorithm of Ogita et al for K-fold precision of the sum.static class
LinearCombinations.Exact
Computes linear combinations exactly using BigDecimal.static class
LinearCombinations.ExtendedPrecision
Computes linear combinations accurately using extended precision representations of floating point numbers.Methods in org.apache.commons.numbers.examples.jmh.core that return LinearCombination.FourD Modifier and Type Method Description LinearCombination.FourD
LinearCombinationPerformance.Calculator. getFourD()
-