det Function

public function det(A) result(res)

Returns the determinant of an (N x N) matrix, where N = 2, 3, or 4.

Original routine by David Simpson

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(in), dimension(:,:):: A

(N,N) array, where N = 2, 3, or 4.

Return Value real(kind=rp)


Called by

proc~~det~~CalledByGraph proc~det det proc~eigval_33rsym eigval_33rsym proc~eigval_33rsym->proc~det

Contents

None