|
| pure logical(lk) function | la_is_hermitian_s (a) |
| | Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
|
| |
| pure logical(lk) function | la_is_hermitian_d (a) |
| | Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
|
| |
| pure logical(lk) function | la_is_hermitian_q (a) |
| | Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
|
| |
| pure logical(lk) function | la_is_hermitian_c (a) |
| | Check whether a complex matrix is Hermitian.
|
| |
| pure logical(lk) function | la_is_hermitian_z (a) |
| | Check whether a complex matrix is Hermitian.
|
| |
| pure logical(lk) function | la_is_hermitian_w (a) |
| | Check whether a complex matrix is Hermitian.
|
| |
◆ la_is_hermitian_c()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_c |
( |
complex(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a complex matrix is Hermitian.
- Parameters
-
◆ la_is_hermitian_d()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_d |
( |
real(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
- Parameters
-
◆ la_is_hermitian_q()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_q |
( |
real(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
- Parameters
-
◆ la_is_hermitian_s()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_s |
( |
real(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a real matrix is Hermitian: symmetry and Hermiticity coincide.
- Parameters
-
◆ la_is_hermitian_w()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_w |
( |
complex(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a complex matrix is Hermitian.
- Parameters
-
◆ la_is_hermitian_z()
| pure logical(lk) function la_matrix_property_checks::is_hermitian::la_is_hermitian_z |
( |
complex(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a complex matrix is Hermitian.
- Parameters
-
The documentation for this interface was generated from the following file: