optimize method

void optimize()

Implementation

void optimize() {
  _ensureOpen();
  _throwIfFailed(_bindings.zvecOptimize(_handle));
}