Skip to content

[FEAT] Modify 3d variables to armadillo instead of 1d c--native arrays #29

@aaronjridley

Description

@aaronjridley

Is your feature request related to a problem? Please describe.
Too many 3d loops in the code. It is irritating and there is a need to differentiate the 3d-to-1d look-up between the magnetic and geographic grids, which adds if statements.

Describe the solution you'd like
Need to eliminate loops, and armadillo code does this. Armadillo also takes care of different grids.

Describe alternatives you've considered
Might think of using templates, but I don't know how to do this.

Additional context
Qusai suggested using armadillo, and this is a good solution.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions