Add KDoc comment
This commit is contained in:
parent
6b71d8525d
commit
658a1703ed
@ -9,6 +9,9 @@ package kscience.kmath.expressions
|
|||||||
public interface DifferentiableExpression<T, R : Expression<T>> : Expression<T> {
|
public interface DifferentiableExpression<T, R : Expression<T>> : Expression<T> {
|
||||||
/**
|
/**
|
||||||
* Differentiates this expression by ordered collection of [symbols].
|
* Differentiates this expression by ordered collection of [symbols].
|
||||||
|
*
|
||||||
|
* @param symbols the symbols.
|
||||||
|
* @return the derivative or `null`.
|
||||||
*/
|
*/
|
||||||
public fun derivativeOrNull(symbols: List<Symbol>): R?
|
public fun derivativeOrNull(symbols: List<Symbol>): R?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user