public class DoubleArithmeticSemiring extends Object implements Semiring<Double>
DoubleArithmeticSemiring()
Double
add(Double x, Double y)
infinity()
multiply(Double x, Double y)
zero()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DoubleArithmeticSemiring()
public Double add(Double x, Double y)
add
Semiring<Double>
public Double multiply(Double x, Double y)
multiply
public Double infinity()
public Double zero()
zero
Copyright © 2017. All rights reserved.