-
Notifications
You must be signed in to change notification settings - Fork 439
L_18x
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Solve using a sparse LDL^T factorization.::
ldl_solve(DM b, DM D, DM LT, [int] p) -> DM ldl_solve(SX b, SX D, SX LT, [int] p) -> SX
To edit, see writing tips.