kmath-stat
/
space.kscience.kmath.stat
/
OptimizationProblemFactory
common
Optimization
Problem
Factory
fun fun interface
OptimizationProblemFactory
<
T
:
Any
, out
P
:
OptimizationProblem
<
T
>>
Content copied to clipboard
Functions
Extensions
Functions
build
Link copied to clipboard
common
abstract fun
build
(symbols:
List
<
Symbol
>):
P
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Extensions
invoke
Link copied to clipboard
common
operator fun <
T
:
Any
,
P
:
OptimizationProblem
<
T
>>
OptimizationProblemFactory
<
T
,
P
>.
invoke
(symbols:
List
<
Symbol
>, block:
P
.() ->
Unit
):
P
Content copied to clipboard