Linear algebra (cupyx.scipy.linalg
)#
Basics#
|
Solve the equation a x = b for x, assuming a is a triangular matrix. |
|
Make a copy of a matrix with elements above the |
|
Make a copy of a matrix with elements below the |
Matrix Functions#
|
Compute the matrix exponential. |
Decompositions#
|
LU decomposition. |
|
LU decomposition. |
|
Solve an equation system, |
Special Matrices#
|
Create a block diagonal matrix from provided arrays. |
|
Construct a circulant matrix. |
|
Create a companion matrix. |
|
Construct a convolution matrix. |
|
Discrete Fourier transform matrix. |
|
Returns a symmetric Fiedler matrix |
Returns a Fiedler companion matrix |
|
|
Construct an Hadamard matrix. |
|
Construct a Hankel matrix. |
|
Create an Helmert matrix of order |
|
Create a Hilbert matrix of order |
|
Kronecker product. |
|
Create a Leslie matrix. |
|
Construct a Toeplitz matrix. |
|
Construct ( |