Skip to content

Commit

Permalink
add mutliply_low_tri
Browse files Browse the repository at this point in the history
  • Loading branch information
Rok Cesnovar committed Mar 29, 2024
1 parent 59ad5d0 commit 8a34bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/middle/Stan_math_signatures.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,8 @@ let () =
add_unqualified ("matrix_exp", ReturnType UMatrix, [UMatrix], AoS);
add_unqualified
("matrix_exp_multiply", ReturnType UMatrix, [UMatrix; UMatrix], AoS);
add_unqualified
("multiply_low_tri", ReturnType UMatrix, [UMatrix; UMatrix], AoS);
add_unqualified ("matrix_power", ReturnType UMatrix, [UMatrix; UInt], SoA);
add_unqualified ("max", ReturnType UInt, [UArray UInt], AoS);
add_unqualified ("max", ReturnType UReal, [UArray UReal], AoS);
Expand Down

0 comments on commit 8a34bbb

Please sign in to comment.