Typedef Suzuki_Trotter_Evolver::DMatrix

Typedef Documentation

template<int n = Dynamic, int m = Dynamic>
using Suzuki_Trotter_Evolver::DMatrix = Eigen::Matrix<complex<double>, n, m>

A dense nxm

matrix of complex doubles.

Also see

SMatrix.

Template Parameters:
  • n – The number of rows.

  • m – The number of columns.