powered by
A function to return the index non-missing values of a 2d container.
getNonMissingIndexes(m)
A 2d container on which dim can be called and is subsetable.
dim
A 2d array of integers. Each rows corresponds to a non-missing value in m. First column is the row. Second column is the column.
m