Skip to content

Commit

Permalink
Remove Sparse module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrhymes committed Jan 29, 2023
1 parent 42ca67c commit 2182094
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 5,564 deletions.
1 change: 0 additions & 1 deletion owl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ depends: [
"ctypes" {>= "0.16.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
"eigen" {>= "0.3.0"}
"owl-base" {= version}
"stdio" {build}
"npy"
Expand Down
2 changes: 0 additions & 2 deletions src/owl/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

(copy_files# dense/*)

(copy_files# sparse/*)

(copy_files# maths/*)

(copy_files# maths/cdflib/*)
Expand Down
1 change: 0 additions & 1 deletion src/owl/owl.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ let complex64 = Bigarray.complex64
module Const = Owl_const
module Exception = Owl_exception
module Dense = Owl_dense
module Sparse = Owl_sparse
module Maths = Owl_maths
module Stats = Owl_stats
module Linalg = Owl_linalg
Expand Down
10 changes: 0 additions & 10 deletions src/owl/sparse/owl_sparse.ml

This file was deleted.

Loading

0 comments on commit 2182094

Please sign in to comment.