KSLCore
Toggle table of contents
R1.2.5
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.solvers.algorithms
/
RSplineSolver
/
Companion
/
SimplexPoint
Simplex
Point
class
SimplexPoint
(
val
vertex
:
DoubleArray
,
val
weight
:
Double
)
(
source
)
A point within a simplex with its weight
Members
Constructors
Simplex
Point
Link copied to clipboard
constructor
(
vertex
:
DoubleArray
,
weight
:
Double
)
Properties
vertex
Link copied to clipboard
val
vertex
:
DoubleArray
weight
Link copied to clipboard
val
weight
:
Double