x,y= pvswap(x,y)
x= pvscal(alpha,x)
y= pvcopy(x)
y= pvaxpy(alpha,x,y)
dot= pvdot(x,y)
dot= pvdotu(x,y)
dot= pvdotc(x,y)
nrm2= pvnrm2(x)
asum= pvasum(x)
amax,indx= pvamax(x)
y= pvgemv(alpha,a,x,beta,y[,trans])
y= pvhemv(alpha,a,x,beta,y[,uplo])
y= pvsymv(alpha,a,x,beta,y)
x= pvtrmv(a,x,[uplo,trans,diag]
x= pvtrsv(a,x,[uplo,trans,diag])
a= pvger(alpha,x,y,a)
a= pvgeru(alpha,x,y,a)
a= pvgerc(alpha,x,y,a)
a= pvher(alpha,x,a,[uplo])
a= pvher2(alpha,x,y,a,[uplo])
a= pvsyr(alpha,x,a,[uplo='U'])
a= pvsyr2(alpha,x,y,a,[uplo])
c= pvgemm(alpha,a,b,beta,c,[transa,transb])
c=pvsymm(alpha,a,b,beta,c[,side,uplo])
c=pvhemm(alpha,a,b,beta,c[,side,uplo])
c=pvsyrk(alpha,a,beta,c[,uplo,trans])
c=pvherk(alpha,a,beta,c[,uplo,trans])
c=pvsyr2k(alpha,a,b,beta,c[,uplo,trans])
c=pvher2k(alpha,a,b,beta,c[,uplo,trans])
c=pvtran(alpha,a,beta,c)
c=pvtranu(alpha,a,beta,c)
c=pvtranc(alpha,a,beta,c)
b=pvtrmm(alpha,a,b[,side,uplo,transa,diagç])
b=pvtrsm(alpha,a,b[,side,uplo,transa,diag])