|
BSpline Finite Element Exterior Calculus
|
Public Member Functions | |
| subroutine | transpose_abstract_matrix (mat_t, mat) |
| Transpose the matrix. | |
| subroutine m_mform_matrix::transpose::transpose_abstract_matrix | ( | class(abstractmatrix), intent(out) | mat_t, |
| class(abstractmatrix), intent(in) | mat ) |
Transpose the matrix.
| [out] | mat_t | The transposed matrix |
| [in] | mat | The matrix to transpose |