Files
mlx/docs/build/html/_sources/python/linalg.rst

21 lines
232 B
ReStructuredText
Raw Normal View History

2024-01-03 20:14:05 -08:00
.. _linalg:
Linear Algebra
==============
.. currentmodule:: mlx.core.linalg
.. autosummary::
:toctree: _autosummary
2024-05-20 09:40:17 -07:00
inv
2024-08-10 09:24:35 -07:00
tri_inv
2024-01-03 20:14:05 -08:00
norm
2024-05-20 09:40:17 -07:00
cholesky
2024-08-10 09:24:35 -07:00
cholesky_inv
2024-09-28 11:04:59 -07:00
cross
2024-02-01 13:08:29 -08:00
qr
2024-05-20 09:40:17 -07:00
svd
2024-10-25 20:23:45 +00:00
eigvalsh
eigh