kclv.Table.Ships.Bubble.prototype.minimum = function(indices) {
    return kclv.Array.minimum(this.rows, indices, this);
};