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