CVM Class Library  8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Functions
axpym.f File Reference

Go to the source code of this file.

Functions

subroutine saxpym (M, N, A, X, LDX, Y, LDY)
subroutine daxpym (M, N, A, X, LDX, Y, LDY)
subroutine caxpym (M, N, A, X, LDX, Y, LDY)
subroutine zaxpym (M, N, A, X, LDX, Y, LDY)

Function Documentation

subroutine saxpym ( integer  M,
integer  N,
real  A,
real, dimension(ldx*n)  X,
integer  LDX,
real, dimension(ldy*n)  Y,
integer  LDY 
)

Definition at line 26 of file axpym.f.

Here is the caller graph for this function:

subroutine daxpym ( integer  M,
integer  N,
double precision  A,
double precision, dimension(ldx*n)  X,
integer  LDX,
double precision, dimension(ldy*n)  Y,
integer  LDY 
)

Definition at line 45 of file axpym.f.

Here is the caller graph for this function:

subroutine caxpym ( integer  M,
integer  N,
complex  A,
complex, dimension(ldx*n)  X,
integer  LDX,
complex, dimension(ldy*n)  Y,
integer  LDY 
)

Definition at line 64 of file axpym.f.

Here is the caller graph for this function:

subroutine zaxpym ( integer  M,
integer  N,
double complex  A,
double complex, dimension(ldx*n)  X,
integer  LDX,
double complex, dimension(ldy*n)  Y,
integer  LDY 
)

Definition at line 83 of file axpym.f.

Here is the caller graph for this function: