Skip to content

Commit

Permalink
Added example source
Browse files Browse the repository at this point in the history
  • Loading branch information
feniup committed Dec 6, 2024
1 parent 99cf805 commit 2968963
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module Vector = SparseVector (D)
module Matrix = ListMatrix (D) (SparseVector)

let normalize _ =
(* Example from a [Youtube video](https://www.youtube.com/watch?v=TYs4h-AoqyQ)*)
let width = 4 in
let int x = D.of_int x in
let any_matrix =
Expand Down

0 comments on commit 2968963

Please sign in to comment.