Commit d77ecfd
committed
Refactor NSS and DNSS implementations for improved readability and modularity
- Rewrote legacy code into clean C++17 style.
- Added missing method implementations and input validation.
- Introduced options struct for configurable parameters in NSS and DNSS.
- Implemented CUDA support for DNSS rotational feature computation.
- Added new CMake configuration for building with or without CUDA.
- Updated README to reflect changes and provide build instructions.
- Added .gitignore to exclude build directories.1 parent b4b1df8 commit d77ecfd
File tree
6 files changed
+997
-443
lines changed6 files changed
+997
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments