Skip to content

Commit

Permalink
Implementation of the broken line fit (#340)
Browse files Browse the repository at this point in the history
Create modifiers for enabling the broken line fit on the cpu and on the gpu.

Use dinamically-sized-matrices: the advantage over statically-sized ones
is that the code would also work with n>4); the switch can be easily done at
the start of the file.

Update Eigen tests with the features used by the broken line fit.
  • Loading branch information
fwyzard committed Jan 15, 2021
1 parent d5b6dcc commit f838bac
Show file tree
Hide file tree
Showing 5 changed files with 708 additions and 55 deletions.
Loading

0 comments on commit f838bac

Please sign in to comment.