◆ la_is_symmetric_c()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_c |
( |
complex(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
◆ la_is_symmetric_d()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_d |
( |
real(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
◆ la_is_symmetric_q()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_q |
( |
real(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
◆ la_is_symmetric_s()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_s |
( |
real(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
◆ la_is_symmetric_w()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_w |
( |
complex(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
◆ la_is_symmetric_z()
| pure logical(lk) function la_matrix_property_checks::is_symmetric::la_is_symmetric_z |
( |
complex(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is symmetric.
- Parameters
-
The documentation for this interface was generated from the following file: