mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 09:51:17 +08:00
28 lines
311 B
ReStructuredText
28 lines
311 B
ReStructuredText
.. _linalg:
|
|
|
|
Linear Algebra
|
|
==============
|
|
|
|
.. currentmodule:: mlx.core.linalg
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
inv
|
|
tri_inv
|
|
norm
|
|
cholesky
|
|
cholesky_inv
|
|
cross
|
|
qr
|
|
svd
|
|
eigvals
|
|
eig
|
|
eigvalsh
|
|
eigh
|
|
lu
|
|
lu_factor
|
|
pinv
|
|
solve
|
|
solve_triangular
|