SimplexData

constructor(originalPoint: DoubleArray, fractionalParts: DoubleArray, sortedFractionIndices: IntArray, sortedFractions: List<Double>, vertices: List<DoubleArray>, weights: DoubleArray)(source)

Parameters

originalPoint

the point that started the simplex

fractionalParts

the fractional parts of the original point

sortedFractionIndices

the indices of the sorted fractions

sortedFractions

the fractional parts sorted

vertices

the vertices that make up the simplex

weights

the weights of the vertices