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

19 lines
210 B
ReStructuredText
Raw Normal View History

2024-01-04 12:14:05 +08:00
.. _linalg:
Linear Algebra
==============
.. currentmodule:: mlx.core.linalg
.. autosummary::
:toctree: _autosummary
2024-05-21 00:40:17 +08:00
inv
2024-08-11 00:24:35 +08:00
tri_inv
2024-01-04 12:14:05 +08:00
norm
2024-05-21 00:40:17 +08:00
cholesky
2024-08-11 00:24:35 +08:00
cholesky_inv
2024-09-29 02:04:59 +08:00
cross
2024-02-02 05:08:29 +08:00
qr
2024-05-21 00:40:17 +08:00
svd