mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
non-symmetric eig and eigh (#2188)
This commit is contained in:
@@ -99,6 +99,10 @@ array cross(
|
||||
int axis = -1,
|
||||
StreamOrDevice s = {});
|
||||
|
||||
std::pair<array, array> eig(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array eigvals(const array& a, StreamOrDevice s = {});
|
||||
|
||||
array eigvalsh(const array& a, std::string UPLO = "L", StreamOrDevice s = {});
|
||||
|
||||
std::pair<array, array>
|
||||
|
||||
Reference in New Issue
Block a user