Modern fortran interfaces for LAPACK
Modern interface for sgeqrf. See also: mfi_geqrf, f77_geqrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for dgeqrf. See also: mfi_geqrf, f77_geqrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for cgeqrf. See also: mfi_geqrf, f77_geqrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for zgeqrf. See also: mfi_geqrf, f77_geqrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for sgerqf. See also: mfi_gerqf, f77_gerqf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for dgerqf. See also: mfi_gerqf, f77_gerqf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for cgerqf. See also: mfi_gerqf, f77_gerqf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for zgerqf. See also: mfi_gerqf, f77_gerqf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(out), | optional, | target | :: | tau(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for sgetrf. See also: mfi_getrf, f77_getrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for dgetrf. See also: mfi_getrf, f77_getrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for cgetrf. See also: mfi_getrf, f77_getrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for zgetrf. See also: mfi_getrf, f77_getrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for sgetri. See also: mfi_getri, f77_getri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
integer, | intent(out), | optional | :: | info |
Modern interface for dgetri. See also: mfi_getri, f77_getri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
integer, | intent(out), | optional | :: | info |
Modern interface for cgetri. See also: mfi_getri, f77_getri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
integer, | intent(out), | optional | :: | info |
Modern interface for zgetri. See also: mfi_getri, f77_getri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
integer, | intent(out), | optional | :: | info |
Modern interface for sgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for chetrf. See also: mfi_hetrf, f77_hetrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for zhetrf. See also: mfi_hetrf, f77_hetrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional, | target | :: | ipiv(:) | |
integer, | intent(out), | optional | :: | info |
Modern interface for chegv. See also: mfi_hegv, f77_hegv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
real(kind=REAL32), | intent(out) | :: | w(:) | |||
integer, | intent(in), | optional | :: | itype | ||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zhegv. See also: mfi_hegv, f77_hegv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
real(kind=REAL64), | intent(out) | :: | w(:) | |||
integer, | intent(in), | optional | :: | itype | ||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cheevd. See also: mfi_heevd, f77_heevd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | w(:) | |||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zheevd. See also: mfi_heevd, f77_heevd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | w(:) | |||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for sgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | s(:) | |||
real(kind=REAL32), | intent(out), | optional, | target | :: | u(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | s(:) | |||
real(kind=REAL64), | intent(out), | optional, | target | :: | u(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | s(:) | |||
complex(kind=REAL32), | intent(out), | optional, | target | :: | u(:,:) | |
complex(kind=REAL32), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | s(:) | |||
complex(kind=REAL64), | intent(out), | optional, | target | :: | u(:,:) | |
complex(kind=REAL64), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for spotrf. See also: mfi_potrf, f77_potrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for dpotrf. See also: mfi_potrf, f77_potrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for cpotrf. See also: mfi_potrf, f77_potrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for zpotrf. See also: mfi_potrf, f77_potrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for spotri. See also: mfi_potri, f77_potri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for dpotri. See also: mfi_potri, f77_potri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for cpotri. See also: mfi_potri, f77_potri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for zpotri. See also: mfi_potri, f77_potri.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(out), | optional | :: | info | ||
character(len=1), | intent(in), | optional | :: | uplo |
Modern interface for spotrs. See also: mfi_potrs, f77_potrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(in) | :: | a(:,:) | |||
real(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dpotrs. See also: mfi_potrs, f77_potrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(in) | :: | a(:,:) | |||
real(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cpotrs. See also: mfi_potrs, f77_potrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(in) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zpotrs. See also: mfi_potrs, f77_potrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(in) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for spocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(in) | :: | anorm | |||
real(kind=REAL32), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(in) | :: | anorm | |||
real(kind=REAL64), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(in) | :: | anorm | |||
real(kind=REAL32), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(in) | :: | anorm | |||
real(kind=REAL64), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for sgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
real(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zgetrs. See also: mfi_getrs, f77_getrs.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
integer, | intent(in) | :: | ipiv(:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
character(len=1), | intent(in), | optional | :: | trans | ||
integer, | intent(out), | optional | :: | info |
Modern interface for chegv. See also: mfi_hegv, f77_hegv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL32), | intent(inout) | :: | b(:,:) | |||
real(kind=REAL32), | intent(out) | :: | w(:) | |||
integer, | intent(in), | optional | :: | itype | ||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zhegv. See also: mfi_hegv, f77_hegv.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
complex(kind=REAL64), | intent(inout) | :: | b(:,:) | |||
real(kind=REAL64), | intent(out) | :: | w(:) | |||
integer, | intent(in), | optional | :: | itype | ||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cheevd. See also: mfi_heevd, f77_heevd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | w(:) | |||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zheevd. See also: mfi_heevd, f77_heevd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | w(:) | |||
character(len=1), | intent(in), | optional | :: | jobz | ||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for sgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | s(:) | |||
real(kind=REAL32), | intent(out), | optional, | target | :: | u(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | s(:) | |||
real(kind=REAL64), | intent(out), | optional, | target | :: | u(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(out) | :: | s(:) | |||
complex(kind=REAL32), | intent(out), | optional, | target | :: | u(:,:) | |
complex(kind=REAL32), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL32), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zgesvd. See also: mfi_gesvd, f77_gesvd.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(out) | :: | s(:) | |||
complex(kind=REAL64), | intent(out), | optional, | target | :: | u(:,:) | |
complex(kind=REAL64), | intent(out), | optional, | target | :: | vt(:,:) | |
real(kind=REAL64), | intent(out), | optional, | target | :: | ww(:) | |
character(len=1), | intent(in), | optional | :: | job | ||
integer, | intent(out), | optional | :: | info |
Modern interface for spocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(in) | :: | anorm | |||
real(kind=REAL32), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for dpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(in) | :: | anorm | |||
real(kind=REAL64), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for cpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL32), | intent(in) | :: | anorm | |||
real(kind=REAL32), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Modern interface for zpocon. See also: mfi_pocon, f77_pocon. Estimates the reciprocal of the condition number of a real symmetric / complex Hermitian positive definite matrix using the Cholesky factorization computed by ?POTRF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
real(kind=REAL64), | intent(in) | :: | anorm | |||
real(kind=REAL64), | intent(out) | :: | rcond | |||
character(len=1), | intent(in), | optional | :: | uplo | ||
integer, | intent(out), | optional | :: | info |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name | |||
integer, | intent(in) | :: | info |