FirstType
- The type of the first parameter to the divergence function.SecondType
- The type of the second parameter to the divergence function.public interface DivergenceFunctionContainer<FirstType,SecondType>
Modifier and Type | Method and Description |
---|---|
DivergenceFunction<? super FirstType,? super SecondType> |
getDivergenceFunction()
Gets the divergence function used by this object.
|
DivergenceFunction<? super FirstType,? super SecondType> getDivergenceFunction()