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

Go to the source code of this file.

Functions

subroutine zmexp (M, A, LDA, EA, LDE, R, IR, NR, NI, NQ, J, ISHEM, WORK, LWORK)
subroutine zmexpc (M, A, LDA, TOL, NR, NI, NQ, J)
subroutine zpoly2 (M, A, N, V1, V2, P1, P2, B, B2)

Function Documentation

subroutine zmexp ( integer  M,
double complex, dimension(lda*m)  A,
integer  LDA,
double complex, dimension(lde*m)  EA,
integer  LDE,
double complex, dimension(nr)  R,
integer, dimension(ni)  IR,
integer  NR,
integer  NI,
integer  NQ,
integer  J,
logical  ISHEM,
double complex, dimension(lwork)  WORK,
integer  LWORK 
)

Definition at line 29 of file zmexp.f.

Here is the call graph for this function:

subroutine zmexpc ( integer  M,
double complex, dimension(lda*m)  A,
integer  LDA,
double precision  TOL,
integer  NR,
integer  NI,
integer  NQ,
integer  J 
)

Definition at line 156 of file zmexp.f.

Here is the call graph for this function:

subroutine zpoly2 ( integer  M,
double complex, dimension(m*m)  A,
integer  N,
double complex, dimension(n)  V1,
double complex, dimension(n)  V2,
double complex, dimension(m*m)  P1,
double complex, dimension(m*m)  P2,
double complex, dimension(1)  B,
double complex, dimension(1)  B2 
)

Definition at line 202 of file zmexp.f.

Here is the caller graph for this function: