treams.util¶
Utilities.
Collection of functions to make AnnotatedArray
work. The implementation is
aimed to be quite general, while still providing a solid basis for the rest of the code.
Module Attributes
Dictionary of numpy functions implemented for AnnotatedArrays. |
Functions
|
Extract diagonal from an array or create an diagonal array. |
|
Decorator to register an __array_function__ implementation to AnnotatedArrays. |
|
Solve linear system using least squares. |
|
Create a numpy array like the given array containing ones. |
|
Solve linear system. |
|
Compute the singular value decomposition. |
|
Get lower trinagular matrix. |
|
Get upper trinagular matrix. |
|
Create a numpy array like the given array containing zeros. |
Classes
|
Array that keeps track of annotations for each dimension. |
|
Dictionary that notifies the user when overwriting keys. |
|
A Sequence of dictionaries. |
Ordered set. |
|
Exceptions
Custom exception for Annotations. |
|
Custom warning for Annotations. |