iladlr Interface

interface
public pure function iladlr(m, n, a, lda)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: m
integer, intent(in) :: n
real(kind=dp), intent(in) :: a(lda,*)
integer, intent(in) :: lda

Return Value integer

Description

Find the last non-zero row of a matrix.