Skip to content

Commit 1f01c7f

Browse files
committed
Add jacband module to help find sparsity/bandwidth
1 parent e4a4f7e commit 1f01c7f

File tree

8 files changed

+458
-399
lines changed

8 files changed

+458
-399
lines changed

images/tests.svg

+4-4
Loading

sparse_pattern.py

-118
This file was deleted.

sparse_test.py

-134
This file was deleted.

src/sksundae/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
from . import ida
5959
from . import utils
6060
from . import cvode
61+
from . import jacband
6162

62-
__all__ = ['ida', 'utils', 'cvode', 'SUNDIALS_VERSION']
63+
__all__ = ['ida', 'utils', 'cvode', 'jacband', 'SUNDIALS_VERSION']
6364

6465
__version__ = '1.1.0.dev'

0 commit comments

Comments
 (0)