?syswapr1
Applies an elementary permutation on the rows and columns of a symmetric matrix.SyntaxFORTRAN 77:call ssyswapr1(uplo,n,a,i1,i2)call dsyswapr1(uplo,n,a,i1,i2)call csyswapr1(uplo,n,a,i1,i2)call...
View Article?heswapr
Applies an elementary permutation on the rows and columns of a Hermitian matrix.SyntaxFORTRAN 77:call cheswapr(uplo,n,a,i1,i2)call zheswapr(uplo,n,a,i1,i2)FORTRAN 95:call...
View Articlep?sygvx
Computes selected eigenvalues and, optionally, eigenvectors of a real generalized symmetric definite eigenproblem.SyntaxFORTRAN:call...
View Articlep?gesvd
Computes the singular value decomposition of a general matrix, optionally computing the left and/or right singular vectors.SyntaxFORTRAN:call...
View Articlep?heevx
Computes selected eigenvalues and, optionally, eigenvectors of a Hermitian matrix.SyntaxFORTRAN:call...
View Articlep?heevr
Computes selected eigenvalues and, optionally, eigenvectors of a Hermitian matrix using Relatively Robust Representation.SyntaxFORTRAN:call...
View Articlep?heevd
Computes all eigenvalues and eigenvectors of a complex Hermitian matrix by using a divide and conquer algorithm.SyntaxFORTRAN:call...
View Articlep?heev
Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix.SyntaxFORTRAN:call pcheev(jobz,uplo,n,a,ia,ja,desca,w,z,iz,jz,descz,work,lwork,rwork,lrwork,info)call...
View Articlep?syevx
Computes selected eigenvalues and, optionally, eigenvectors of a symmetric matrix.SyntaxFORTRAN:call...
View Articlep?syevr
Computes selected eigenvalues and, optionally, eigenvectors of a real symmetric matrix using Relatively Robust Representation.SyntaxFORTRAN:call...
View Articlep?syevd
Computes all eigenvalues and eigenvectors of a real symmetric matrix by using a divide and conquer algorithm.SyntaxFORTRAN:call...
View Articlev?Ln
Computes natural logarithm of vector elements.SyntaxFORTRAN:call vsln(n,a,y)call vmsln(n,a,y,mode)call vdln(n,a,y)call vmdln(n,a,y,mode)call vcln(n,a,y)call vmcln(n,a,y,mode)call vzln(n,a,y)call...
View Articlev?Expm1
Computes an exponential of vector elements decreased by 1.SyntaxFORTRAN:call vsexpm1(n,a,y)call vmsexpm1(n,a,y,mode)call vdexpm1(n,a,y)call...
View Articlev?Exp
Computes an exponential of vector elements.SyntaxFORTRAN:call vsexp(n,a,y)call vmsexp(n,a,y,mode)call vdexp(n,a,y)call vmdexp(n,a,y,mode)call vcexp(n,a,y)call vmcexp(n,a,y,mode)call vzexp(n,a,y)call...
View ArticleExponential and Logarithmic Functions
Parent topic: VML Mathematical Functionsv?Exp Computes an exponential of vector elements.v?Expm1 Computes an exponential of vector elements decreased by 1.v?Ln Computes natural logarithm of vector...
View Articlev?Hypot
Computes a square root of sum of two squared elements.SyntaxFORTRAN:call vshypot(n,a,b,y)call vmshypot(n,a,b,y,mode)call vdhypot(n,a,b,y)call...
View Articlev?Powx
Raises each element of a vector to the constant power.SyntaxFORTRAN:call vspowx(n,a,b,y)call vmspowx(n,a,b,y,mode)call vdpowx(n,a,b,y)call vmdpowx(n,a,b,y,mode)call vcpowx(n,a,b,y)call...
View Articlev?Pow
Computes a to the power b for elements of two vectors.SyntaxFORTRAN:call vspow(n,a,b,y)call vmspow(n,a,b,y,mode)call vdpow(n,a,b,y)call vmdpow(n,a,b,y,mode)call vcpow(n,a,b,y)call...
View Articlev?Pow3o2
Raises each element of a vector to the constant power 3/2.SyntaxFORTRAN:call vspow3o2(n,a,y)call vmspow3o2(n,a,y,mode)call vdpow3o2(n,a,y)call...
View Articlev?Pow2o3
Raises each element of a vector to the constant power 2/3.SyntaxFORTRAN:call vspow2o3(n,a,y)call vmspow2o3(n,a,y,mode)call vdpow2o3(n,a,y)call...
View Article