vsip_scalar_vi vsip_mcolindex(vsip_scalar_mi index);
This function extracts the column index from a matrix index. It effectively performs the inverse operation of vsip_matindex for the column component.
vsip_scalar_mi index: Linearized matrix index (as created by vsip_matindex).
Returns the column index (0-based) corresponding to the input matrix index.