Description
adj_jac_apply currently only works for Eigen::Matrix<T, R, C>, by generalising it to work with any Eigen inputs, the framework can then be used with Eigen::Array types or other Eigen expressions (e.g. softmax(m.diagonal())).
Current Version:
v3.1.0
Description
adj_jac_applycurrently only works forEigen::Matrix<T, R, C>, by generalising it to work with any Eigen inputs, the framework can then be used withEigen::Arraytypes or other Eigen expressions (e.g.softmax(m.diagonal())).Current Version:
v3.1.0