Purpose
To find a particular element within a certain column of a matrix. If found the function returns the row number at which the data is found, otherwise returns -1.
This function performs a binary search, thus it assumes that the matrix is already sorted in the specific column.
Class