I went through the matrix_expression library and realize there is no way of comparing matrix...like say i want to compare ith row together, how would i do that.. (considering i want to write a generic implementation) of matrix comparison

Are there any out there?