Created by: sneaxiy
Eigen eval() would allocate temporary memory to store the immediate result, which causes the memory consumption raise. This PR removes them to save memory.
eval()