◆ la_is_square_c()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_c |
( |
complex(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
◆ la_is_square_d()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_d |
( |
real(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
◆ la_is_square_q()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_q |
( |
real(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
◆ la_is_square_s()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_s |
( |
real(sp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
◆ la_is_square_w()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_w |
( |
complex(qp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
◆ la_is_square_z()
| pure logical(lk) function la_matrix_property_checks::is_square::la_is_square_z |
( |
complex(dp), dimension(:,:), intent(in) | a | ) |
|
Check whether a matrix is square.
- Parameters
-
The documentation for this interface was generated from the following file: