Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
@brief Print the solution of the eigenvalue problem
@param[in] v matrix of eigenvectors, v(ldv,m)
@param[in] e array of eigenvectors, e(m)
@param[in] m dimension of column space
@param[in] n dimension of row space
@param[in] ldv leading dimension of V