"Warning: Comparison between signed and unsigned integer expressions [-Wsign-compare]" Fixed by declaring loop index as library-provided type 'Eigen::Index' instead of raw 'unsigned int'.
"Warning: Comparison between signed and unsigned integer expressions [-Wsign-compare]" Fixed by declaring loop index as library-provided type 'Eigen::Index' instead of raw 'unsigned int'.