simplexUpscale
Transforms a given array of coordinates into an array of coefficients for use in simplex-based calculations.
Return
A new array of doubles representing the transformed coefficients, with one additional element compared to the input array.
Parameters
b
An array of doubles representing coordinates. The size of this array determines the dimensionality of the input simplex.