Det Interface

public interface Det

Module Procedures

public function DetMat2D(M)

Arguments

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

Return Value real(kind=C_DOUBLE)

public function DetMatS2D(M)

Arguments

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

Return Value real(kind=C_DOUBLE)

public function DetMat3D(M)

Arguments

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

Return Value real(kind=C_DOUBLE)

public function DetMatS3D(M)

Arguments

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

Return Value real(kind=C_DOUBLE)