hompack
Source Files
Modules
Procedures
iladlc
Interface
MIT
231 statements
Source File
lapack_interfaces.f90
lapack_interfaces
iladlc
Contents
None
interface
public pure function iladlc(m, n, a, lda)
Arguments
Type
Intent
Optional
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 column of a matrix.