Skip to content

Commit

Permalink
Update cholesky.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 28, 2025
1 parent 3cff71c commit 20e6e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvx/linalg/cholesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import numpy as np

from cvx.linalg.types import Matrix
from .types import Matrix


def cholesky(cov: Matrix) -> Matrix:
Expand Down

0 comments on commit 20e6e9d

Please sign in to comment.