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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 29 of file cmexp.f.

Here is the call graph for this function:

subroutine cmexpc ( integer  M,
complex, dimension(lda*m)  A,
integer  LDA,
real  TOL,
integer  NR,
integer  NI,
integer  NQ,
integer  J 
)

Definition at line 156 of file cmexp.f.

Here is the call graph for this function:

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

Definition at line 205 of file cmexp.f.

Here is the caller graph for this function: