This commit is contained in:
CircleCI Docs
2025-06-02 23:29:32 +00:00
parent d905c8c6b2
commit f6e9b69833
536 changed files with 8964 additions and 2635 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.array.imag
===================
.. currentmodule:: mlx.core
.. autoproperty:: array.imag

View File

@@ -0,0 +1,6 @@
mlx.core.array.real
===================
.. currentmodule:: mlx.core
.. autoproperty:: array.real

View File

@@ -70,9 +70,11 @@
~array.T
~array.at
~array.dtype
~array.imag
~array.itemsize
~array.nbytes
~array.ndim
~array.real
~array.shape
~array.size

View File

@@ -0,0 +1,6 @@
mlx.core.linalg.eig
===================
.. currentmodule:: mlx.core.linalg
.. autofunction:: eig

View File

@@ -0,0 +1,6 @@
mlx.core.linalg.eigvals
=======================
.. currentmodule:: mlx.core.linalg
.. autofunction:: eigvals

View File

@@ -19,6 +19,8 @@ Array
array.ndim
array.shape
array.size
array.real
array.imag
array.abs
array.all
array.any

View File

@@ -16,6 +16,8 @@ Linear Algebra
cross
qr
svd
eigvals
eig
eigvalsh
eigh
lu