Uses of Interface
org.apache.commons.numbers.examples.jmh.core.LinearCombination.ThreeD
-
Packages that use LinearCombination.ThreeD Package Description org.apache.commons.numbers.examples.jmh.core Benchmarks for theorg.apache.commons.numbers.corecomponents. -
-
Uses of LinearCombination.ThreeD in org.apache.commons.numbers.examples.jmh.core
Classes in org.apache.commons.numbers.examples.jmh.core that implement LinearCombination.ThreeD Modifier and Type Class Description static classLinearCombinations.DekkerComputes linear combinations using the double-length multiplication and summation algorithms of Dekker.static classLinearCombinations.Dot2sComputes linear combinations accurately using the Dot2s algorithm of Ogita et al for 2-fold precision of the sum.static classLinearCombinations.DotKComputes linear combinations accurately using the DotK algorithm of Ogita et al for K-fold precision of the sum.static classLinearCombinations.ExactComputes linear combinations exactly using BigDecimal.static classLinearCombinations.ExtendedPrecisionComputes linear combinations accurately using extended precision representations of floating point numbers.Methods in org.apache.commons.numbers.examples.jmh.core that return LinearCombination.ThreeD Modifier and Type Method Description LinearCombination.ThreeDLinearCombinationPerformance.Calculator. getThreeD()
-