Invert Interface

public interface Invert

Module Procedures

public function InvertMat2D(M)

Arguments

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

Return Value type(Mat2D)

public function InvertMatS2D(M)

Arguments

Type IntentOptional Attributes Name
type(MatS2D), intent(in) :: M

Return Value type(MatS2D)

public function InvertMat3D(M)

Arguments

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

Return Value type(Mat3D)

public function InvertMatS3D(M)

Arguments

Type IntentOptional Attributes Name
type(MatS3D), intent(in) :: M

Return Value type(MatS3D)

public function InvertTens4OS2D(T)

Arguments

Type IntentOptional Attributes Name
type(Tens4OS2D), intent(in) :: T

Return Value type(Tens4OS2D)

public function InvertTens4OS3D(T)

Arguments

Type IntentOptional Attributes Name
type(Tens4OS3D), intent(in) :: T

Return Value type(Tens4OS3D)