powered by
Helper function to calculate the smallest value of the vector except for 0 (non-zero minimum).
minnz(V)
The function returns the non-zero minimum
A vector
Didier Ruedin
This is a helper function to calculate the non-zero minimum of a vector. The result is the smallest value of the vector, but cannot be zero.