Linear algebra (cupyx.scipy.linalg)#
Basics#
|
Solve the equation a x = b for x, assuming a is a triangular matrix. |
|
Kronecker product. |
|
Khatri-rao product |
|
Return the lower and upper bandwidth of a 2D numeric array. |
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 |
|
Create a Leslie matrix. |
|
Construct a Toeplitz matrix. |