mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 18:28:12 +08:00
rebase
This commit is contained in:
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.imag.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.imag.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.imag
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autoproperty:: array.imag
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.real.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.real.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.real
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autoproperty:: array.real
|
@@ -70,9 +70,11 @@
|
||||
~array.T
|
||||
~array.at
|
||||
~array.dtype
|
||||
~array.imag
|
||||
~array.itemsize
|
||||
~array.nbytes
|
||||
~array.ndim
|
||||
~array.real
|
||||
~array.shape
|
||||
~array.size
|
||||
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eig.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eig.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.eig
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: eig
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eigvals.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.linalg.eigvals.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.linalg.eigvals
|
||||
=======================
|
||||
|
||||
.. currentmodule:: mlx.core.linalg
|
||||
|
||||
.. autofunction:: eigvals
|
2
docs/build/html/_sources/python/array.rst
vendored
2
docs/build/html/_sources/python/array.rst
vendored
@@ -19,6 +19,8 @@ Array
|
||||
array.ndim
|
||||
array.shape
|
||||
array.size
|
||||
array.real
|
||||
array.imag
|
||||
array.abs
|
||||
array.all
|
||||
array.any
|
||||
|
2
docs/build/html/_sources/python/linalg.rst
vendored
2
docs/build/html/_sources/python/linalg.rst
vendored
@@ -16,6 +16,8 @@ Linear Algebra
|
||||
cross
|
||||
qr
|
||||
svd
|
||||
eigvals
|
||||
eig
|
||||
eigvalsh
|
||||
eigh
|
||||
lu
|
||||
|
Reference in New Issue
Block a user