| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Allows for chaining .T calls.
|
|
scipy 0.16 also uses .T to define a transpose, which conflicts
with the old OpTomo implementation. OpTomo now also defines the
_transpose() method, which .T will call in scipy 0.16.
|
|
|
|
|
|
|
|
Small fixes
|
|
|
|
|
|
|
|
|
|
Hold reference to results of six.b calls
|
|
|
|
|
|
Clean up XMLNode
|
|
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
|
|
|
|
|
|
|
|
setContent and getContent were using different XML formats previously.
|
|
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
|
|
scipy.sparse.linalg)
|
|
|
|
Add data3d('change_geometry')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
03a9dd972ada50eedb83386910cecf02fe8d0e35)
|
|
|
|
|