LinearSpaceNotImplementedError¶
- exception odl.set.space.LinearSpaceNotImplementedError[source]¶
Exception for unimplemented functionality in
LinearSpace
's.This exception is raised when a method is called in
LinearSpace
that has not been defined in a specific space.