transpose Interface

public interface transpose

Module Procedures

private function transpose_dmatrix_csc(a) result(c)

Arguments

Type IntentOptional Attributes Name
class(sparse_dmatrix_csc), intent(in) :: a

Return Value type(sparse_dmatrix_csc)

private function transpose_zmatrix_csc(a) result(c)

Arguments

Type IntentOptional Attributes Name
class(sparse_zmatrix_csc), intent(in) :: a

Return Value type(sparse_zmatrix_csc)