setOrdinate abstract method

void setOrdinate(
  1. int index,
  2. int ordinateIndex,
  3. double value
)

Sets the value for a given ordinate of a coordinate in this sequence.

@param index the coordinate index in the sequence @param ordinateIndex the ordinate index in the coordinate (in range 0, dimension-1) @param value the new ordinate value

Implementation

void setOrdinate(int index, int ordinateIndex, double value);