docs update

This commit is contained in:
Awni Hannun
2024-08-10 09:24:35 -07:00
committed by CircleCI Docs
parent 6e9288a41c
commit f5dcb1c2b9
724 changed files with 14529 additions and 11046 deletions

View File

@@ -9,14 +9,21 @@
.. automethod:: __init__
.. rubric:: Methods
.. rubric:: Attributes
.. autosummary::
~DtypeCategory.__init__
~DtypeCategory.complexfloating
~DtypeCategory.floating
~DtypeCategory.inexact
~DtypeCategory.signedinteger
~DtypeCategory.unsignedinteger
~DtypeCategory.integer
~DtypeCategory.number
~DtypeCategory.generic

View File

@@ -0,0 +1,6 @@
mlx.core.linalg.cholesky\_inv
=============================
.. currentmodule:: mlx.core.linalg
.. autofunction:: cholesky_inv

View File

@@ -0,0 +1,6 @@
mlx.core.linalg.tri\_inv
========================
.. currentmodule:: mlx.core.linalg
.. autofunction:: tri_inv

View File

@@ -9,7 +9,9 @@ Linear Algebra
:toctree: _autosummary
inv
tri_inv
norm
cholesky
cholesky_inv
qr
svd