-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sparse Chebyshev approximation (#502)
* wip bcoo geodesic * add sparse laplacian * add test & pass test * typo & fix type * appease code formatter * fmt * fix laplacian type * norm lap with elementwise multiplication * unify tests * fix sparse scan & sinkhorn test * fmt * rm mv to sparse since `@jesp.sparsify` * rm sparsify wrapper and fix type * fix type & mv fn & test memory
- Loading branch information
1 parent
da704fc
commit 51a658a
Showing
3 changed files
with
64 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters