updated the notebook and minor bug fixes in utils

This commit is contained in:
Rowan Cockett
2013-08-30 22:23:14 -07:00
parent b66c63759d
commit c0efb972a9
4 changed files with 32 additions and 41 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
from scipy import sparse as sp
from utils import mkvc, ndgrid, sub2ind
from matutils import mkvc, ndgrid, sub2ind
from sputils import sdiag
+1 -1
View File
@@ -1,5 +1,5 @@
from scipy import sparse as sp
from utils import mkvc
from matutils import mkvc
def sdiag(h):