dm_la_dgels1 Subroutine

public subroutine dm_la_dgels1(a, b, trans, info)

LAPACK95 interface driver routine (version 3.0) -- UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK September, 2000

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(inout) :: a(:,:)
real(kind=r8), intent(inout) :: b(:)
character(len=1), intent(in), optional :: trans
integer, intent(out), optional :: info

Called by

proc~~dm_la_dgels1~~CalledByGraph proc~dm_la_dgels1 dm_la_dgels1 interface~dm_la_gels dm_la_gels interface~dm_la_gels->proc~dm_la_dgels1 proc~dm_transform_coord_2d dm_transform_coord_2d proc~dm_transform_coord_2d->interface~dm_la_gels