Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dim problem with arma::field inputs #352

Merged
merged 4 commits into from
Nov 10, 2021
Merged

Fix dim problem with arma::field inputs #352

merged 4 commits into from
Nov 10, 2021

Commits on Nov 9, 2021

  1. Fix dim problem with arma::field input and output

    This the dims of arma::field when specified as input or output.
    
    This implementation works with 1d, 2d and 3d fields.
    BerriJ committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4c6addd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc59d1 View commit details
    Browse the repository at this point in the history
  3. Handle dimensionless lists as field input

    This also fixes a problem occuring with cIRT::direct_sum()
    BerriJ committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a0c4e10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2e7ec View commit details
    Browse the repository at this point in the history