Exception Classes (tomographer)

exception tomographer.TomographerCxxError

Bases: RuntimeError

Run-time error indicating an inappropriate usage or call of a method of the Python tomographer API.

exception tomographer.EigenAssertError

Bases: tomographer.TomographerCxxError

This exception indicates a C++ Eigen assertion failure generated by eigen_assert(). For instance, an index may be out of range.