Bug fix to solver. and Documentation.

This commit is contained in:
Rowan Cockett
2013-11-12 11:34:49 -08:00
parent 1f13a74bb9
commit 130592a9e2
2 changed files with 525 additions and 332 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class Solver(object):
:rtype: numpy.ndarray
:return: x
"""
if backend is None: backend = DEFAULTS['scipy']
if backend is None: backend = DEFAULTS['direct']
assert np.shape(self.A)[1] == np.shape(b)[0], 'Dimension mismatch'
+524 -331
View File
File diff suppressed because it is too large Load Diff