Utils¶
Misc¶
|
Class that acts as a cache. |
|
Cast callback to list. |
|
Class that extends enum.IntEnum with alternative constructor. |
|
Check whether object is int, numpy.int32, or numpy.int64. |
|
Check whether object has an iterator. |
|
Change format of sparse matrix |
Linalg¶
|
Error that occured while computing the Laplace matrix. |
|
Enum defining the method to invert a matrix. |
|
A class representing the inverse of some matrix based on the cho decomp. |
|
Compute the pseudo inverse of |
|
Update the Laplace pseudoinverse |
Other Math¶
|
Safely divide a by b. |
Find the minimal column of a matrix |
|
Use the bisection method to find a root of func between lo and up. |
|
Execute the bisection method to find a root of func. |
Readin¶
|
Get polynomial coefficients froms string. |
|
Convert number from str to |
|
Find root element in XML data. |
|
Callback¶
|
Enum defining callback flags for callbacks. |
Callback to generate basic timing infos for iterative solver. |
|
Simple callback that stores copies of the model during run. |
IO¶
|
Save object via pickle. |
|
Load object via pickle. |
|
Prettify an xml file. |