Undocumented
Class | EighResult |
Undocumented |
Class | QRResult |
Undocumented |
Class | SlogdetResult |
Undocumented |
Class | SVDResult |
Undocumented |
Function | _solve |
Undocumented |
Function | cholesky |
Array API compatible wrapper for np.linalg.cholesky . |
Function | cross |
Array API compatible wrapper for np.cross . |
Function | det |
Array API compatible wrapper for np.linalg.det . |
Function | diagonal |
Array API compatible wrapper for np.diagonal . |
Function | eigh |
Array API compatible wrapper for np.linalg.eigh . |
Function | eigvalsh |
Array API compatible wrapper for np.linalg.eigvalsh . |
Function | inv |
Array API compatible wrapper for np.linalg.inv . |
Function | matmul |
Array API compatible wrapper for np.matmul . |
Function | matrix_norm |
Array API compatible wrapper for np.linalg.norm . |
Function | matrix_power |
Array API compatible wrapper for np.matrix_power . |
Function | matrix_rank |
Array API compatible wrapper for np.matrix_rank . |
Function | matrix_transpose |
Undocumented |
Function | outer |
Array API compatible wrapper for np.outer . |
Function | pinv |
Array API compatible wrapper for np.linalg.pinv . |
Function | qr |
Array API compatible wrapper for np.linalg.qr . |
Function | slogdet |
Array API compatible wrapper for np.linalg.slogdet . |
Function | solve |
Array API compatible wrapper for np.linalg.solve . |
Function | svd |
Array API compatible wrapper for np.linalg.svd . |
Function | svdvals |
Undocumented |
Function | tensordot |
Undocumented |
Function | trace |
Array API compatible wrapper for np.trace . |
Function | vecdot |
Undocumented |
Function | vector_norm |
Array API compatible wrapper for np.linalg.norm . |
Array API compatible wrapper for np.linalg.cholesky
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
upper:bool | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.cross
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
axis:int | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.det
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.diagonal
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
offset:int | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.eigh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
EighResult | Undocumented |
Array API compatible wrapper for np.linalg.eigvalsh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.inv
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.matmul
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.norm
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
keepdims:bool | Undocumented |
ord:Optional[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.matrix_power
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
n:int | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.matrix_rank
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
rtol:Optional[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.outer
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.pinv
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
rtol:Optional[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.qr
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
mode:Literal[ | Undocumented |
Returns | |
QRResult | Undocumented |
Array API compatible wrapper for np.linalg.slogdet
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
SlogdetResult | Undocumented |
Array API compatible wrapper for np.linalg.solve
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.svd
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
full_matrices:bool | Undocumented |
Returns | |
SVDResult | Undocumented |
Undocumented
Parameters | |
x:Array | Undocumented |
Returns | |
Union[ | Undocumented |
Undocumented
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
axes:Union[ | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.trace
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
offset:int | Undocumented |
Returns | |
Array | Undocumented |
Undocumented
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
axis:int | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.linalg.norm
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
axis:Optional[ | Undocumented |
keepdims:bool | Undocumented |
ord:Optional[ | Undocumented |
Returns | |
Array | Undocumented |