Skip to content

Commit

Permalink
Num traits for complex native (#92)
Browse files Browse the repository at this point in the history
* Started refactor

* Implemented several traits

* Fixed nostd build

* Added ops between native and native conj

* Fixed warnings

* Addressed comments
  • Loading branch information
edyounis authored Feb 3, 2024
1 parent 50affce commit 99a2c21
Show file tree
Hide file tree
Showing 7 changed files with 2,408 additions and 1,470 deletions.
2 changes: 2 additions & 0 deletions faer-libs/faer-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ std = [
"gemm/std",
"pulp/std",
"matrixcompare-core",
"num-traits/std",
"num-complex/std",
]
rayon = [
"std",
Expand Down
Loading

0 comments on commit 99a2c21

Please sign in to comment.