forked from kscience/kmath
integrand
This commit is contained in:
parent
f449bdd58f
commit
52a942dbe2
@ -0,0 +1,9 @@
|
|||||||
|
package space.kscience.kmath.integration
|
||||||
|
|
||||||
|
import kotlin.reflect.KClass
|
||||||
|
|
||||||
|
public interface IntegrandFeature
|
||||||
|
|
||||||
|
public interface Integrand {
|
||||||
|
public fun <T : IntegrandFeature> getFeature(type: KClass<T>): T? = null
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user