Skip to content

Commit

Permalink
added lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-luo committed Jul 13, 2023
1 parent 14b2ead commit c1f8955
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soupy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
from .solver import *

from .utils import *


1 change: 1 addition & 0 deletions soupy/optimization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
from .steepestDescent import SteepestDescent, SteepestDescent_ParameterList

from .projectableConstraint import ProjectableConstraint, InnerProductEqualityConstraint

1 change: 1 addition & 0 deletions soupy/solver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
from .nonlinearVariationalSolver import NonlinearVariationalSolver

from .PETScLUSolver import PETScLUSolver

1 change: 1 addition & 0 deletions soupy/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
from .stochasticCostFiniteDifference import stochasticCostFiniteDifference, SAACostFiniteDifference

from .scipyCostWrapper import ScipyCostWrapper

0 comments on commit c1f8955

Please sign in to comment.