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
cmplx.f File Reference

Go to the source code of this file.

Functions

subroutine vcdotu (DOT, N, X, INCX, Y, INCY)
subroutine vzdotu (DOT, N, X, INCX, Y, INCY)
subroutine vcdotc (DOT, N, X, INCX, Y, INCY)
subroutine vzdotc (DOT, N, X, INCX, Y, INCY)

Function Documentation

subroutine vcdotu ( complex  DOT,
integer  N,
complex, dimension(*)  X,
integer  INCX,
complex, dimension(*)  Y,
integer  INCY 
)

Definition at line 13 of file cmplx.f.

subroutine vzdotu ( double complex  DOT,
integer  N,
double complex, dimension(*)  X,
integer  INCX,
double complex, dimension(*)  Y,
integer  INCY 
)

Definition at line 26 of file cmplx.f.

subroutine vcdotc ( complex  DOT,
integer  N,
complex, dimension(*)  X,
integer  INCX,
complex, dimension(*)  Y,
integer  INCY 
)

Definition at line 39 of file cmplx.f.

subroutine vzdotc ( double complex  DOT,
integer  N,
double complex, dimension(*)  X,
integer  INCX,
double complex, dimension(*)  Y,
integer  INCY 
)

Definition at line 52 of file cmplx.f.