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

Go to the source code of this file.

Functions

subroutine scopym (M, N, A, LDA, B, LDB)
subroutine dcopym (M, N, A, LDA, B, LDB)
subroutine ccopym (M, N, A, LDA, B, LDB)
subroutine zcopym (M, N, A, LDA, B, LDB)

Function Documentation

subroutine scopym ( integer  M,
integer  N,
real, dimension(lda*n)  A,
integer  LDA,
real, dimension(ldb*n)  B,
integer  LDB 
)

Definition at line 21 of file copym.f.

Here is the caller graph for this function:

subroutine dcopym ( integer  M,
integer  N,
double precision, dimension(lda*n)  A,
integer  LDA,
double precision, dimension(ldb*n)  B,
integer  LDB 
)

Definition at line 39 of file copym.f.

Here is the caller graph for this function:

subroutine ccopym ( integer  M,
integer  N,
complex, dimension(lda*n)  A,
integer  LDA,
complex, dimension(ldb*n)  B,
integer  LDB 
)

Definition at line 57 of file copym.f.

Here is the caller graph for this function:

subroutine zcopym ( integer  M,
integer  N,
double complex, dimension(lda*n)  A,
integer  LDA,
double complex, dimension(ldb*n)  B,
integer  LDB 
)

Definition at line 75 of file copym.f.

Here is the caller graph for this function: