Skip to content

Commit

Permalink
Renamed sparseMatrix.ml to match module name
Browse files Browse the repository at this point in the history
  • Loading branch information
feniup committed Nov 28, 2024
1 parent 215b25e commit 40996b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module ListMatrix: AbstractMatrix =
failwith "deprecated"

let normalize_with m = Timing.wrap "normalize_with" normalize_with m

let normalize (m : t) : t Option.t =
let entries = m in
let col_count = num_cols m in
Expand Down

0 comments on commit 40996b7

Please sign in to comment.