Skip to content

Commit

Permalink
add python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 27, 2023
1 parent 4512640 commit 388b0e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fdasrsf/utility_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,3 +1147,8 @@ def norm_gam(gam):
def mrdivide(a, b):
c = dot(a, pinv(b))
return c


def rlbfgs_dist(q1, q2):
d = cr.rlbfgs_dist(q1, q2)
return d

0 comments on commit 388b0e0

Please sign in to comment.