Linear Algebra¶
Wrappers for numpy.linalg.
Tip
Most of the functions in this module are also available via the .linalg accessor
from DataArray objects. See Intro to the linear algebra module for
example usage.
The functions that are not available via the accessor are einsum, einsum_path,
matmul and get_default_dims.
Matrix and vector products¶
|
Expose |
|
Expose |
|
Wrap |
|
Transpose the underlying matrix without modifying the dimensions. |
|
Decompositions¶
|
Wrap |
|
Wrap |
|
Wrap |
Matrix eigenvalues¶
|
Wrap |
|
Wrap |
|
Wrap |
|
Wrap |
Norms and other numbers¶
|
Wrap |
|
Wrap |
|
Wrap |
|
Wrap |
|
Wrap |
|
Wrap |
Indexing¶
|
Wrap |
Solving equations and inverting matrices¶
|
Wrap |
|
Wrap |
|
Wrap |
Convenience functions¶
|
Get the dimensions corresponding to the matrices. |