Transpose Interface

public interface Transpose

Module Procedures

public function Transpose2D(M1)

Arguments

Type IntentOptional Attributes Name
type(Mat2D), intent(in) :: M1

Return Value type(Mat2D)

public function Transpose3D(M1)

Arguments

Type IntentOptional Attributes Name
type(Mat3D), intent(in) :: M1

Return Value type(Mat3D)