Back to LAPACK/BLAS
la.utilities.isHermitian
Test if a matrix is Hermitian (A = A^H).
Syntax
la.utilities.isHermitian(A, options?)
Description
Test if a matrix is Hermitian (A = A^H). A matrix is Hermitian if A[i,j] = conj(A[j,i]) for all i,j. For real matrices, this is equivalent to being symmetric.
Parameters
| Name | Description |
|---|---|
| A | - Input square matrix (n × n) |
| options(optional) | - Test options |
Returns
IsHermitianResult