Generic utility functions (pydsm.utilities
)¶
This module includes some generic utility functions. The stability of these interfaces may not be guaranteed.
Constants¶
-
pydsm.utilities.
EPS
¶ The value returned by
np.finfo(float).eps
, namely the smallest representable positive numebr such that1.0 + EPS != 1
.
Functions¶
|
Check if a number is close to zero. |
|
Chop to zero input numbers that are close to zero. |
|
Dot product taking multiple arguments. |
|
Helper function for the management of default options |
Deprecated functions¶
|
Alias for |
|
Alias for |