Eigen: Quick reference guide
eigen.tuxfamily.org › dox-3 › groupMar 02, 2010 · Array, matrix and vector types. Recall: Eigen provides two kinds of dense objects: mathematical matrices and vectors which are both represented by the template class Matrix, and general 1D and 2D arrays represented by the template class Array: