ulab.numpy.linalg
A (ndarray) – a positive definite, symmetric square matrix
a square root matrix in the lower triangular form
ValueError – If the input does not fulfill the necessary conditions
The returned matrix satisfies the equation m=LL*
m, a square matrix
The determinant of the matrix
Computes the eigenvalues and eigenvectors of a square matrix
m – a square matrix
Computes the eigenvalues and eigenvectors of a square matrix
m (ndarray) – a square matrix
The inverse of the matrix, if it exists
ValueError – if the matrix is not invertible
Computes the inverse of a square matrix
x (ndarray) – a vector or a matrix
Computes the 2-norm of a vector or a matrix, i.e., sqrt(sum(x*x))
, however, without the RAM overhead.
m – a matrix
Factor the matrix a as QR, where Q is orthonormal and R is upper-triangular.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4