lu_determinant Function

public function lu_determinant(m) result(d)

returns the determinant value of LU-decomposed matrix M

Arguments

Type IntentOptional Attributes Name
type(lu_matrix), intent(in) :: m

Return Value real(kind=long)