Typedef Suzuki_Trotter_Evolver::DMatrix¶ Defined in File UnitaryEvolver.hpp Typedef Documentation¶ template<int n = Dynamic, int m = Dynamic>using Suzuki_Trotter_Evolver::DMatrix = Eigen::Matrix<complex<double>, n, m>¶ A dense nxmmatrix of complex doubles. Also see SMatrix. Template Parameters: n – The number of rows. m – The number of columns.