Usually vectors and matrix in many libraries have method like isEmpty()
that returns true
if matrix's size is zero and false
if it has some elements (no matter zero or non-zero elements).
But in Eigen library I cannot find such thing. Am I missing something?