Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NDTensors] Start SparseArrayDOKs module #1270

Merged
merged 17 commits into from
Nov 29, 2023
Prev Previous commit
Next Next commit
Fix loading issue
  • Loading branch information
mtfishman committed Nov 29, 2023
commit 420692aa4df39836706d49adec7fbaefb5aa4ba9
2 changes: 1 addition & 1 deletion NDTensors/src/NDTensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ for lib in [
:RankFactorization,
:TensorAlgebra,
:SparseArrayInterface,
:DiagonalArrays,
:SparseArrayDOKs,
:DiagonalArrays,
:BlockSparseArrays,
:NamedDimsArrays,
:SmallVectors,
Expand Down
Loading