Skip to content

Commit

Permalink
small comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CopperCableIsolator committed Jan 13, 2025
1 parent c836b63 commit 470e791
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ module ListMatrix: AbstractMatrix =
Timing.wrap "get_col" (get_col m) n

(**
Same as [get_col], but [m] must be in upper triangular form.
[get_col_upper_triangular m n] yields the same result as [get_col m n], but [m] must be in upper triangular form.
@param m A matrix in upper triangular form.
*)
let get_col_upper_triangular m n =
let rec helper acc m i =
Expand Down

0 comments on commit 470e791

Please sign in to comment.