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

Go to the source code of this file.

Functions

subroutine smexp (M, A, LDA, EA, LDE, R, IR, NR, NI, NQ, J, ISSYMM, WORK, LWORK)
subroutine smexpc (M, A, LDA, TOL, NR, NI, NQ, J)
subroutine spoly2 (M, A, N, V1, V2, P1, P2, B, B2)

Function Documentation

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

Definition at line 30 of file smexp.f.

Here is the call graph for this function:

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

Definition at line 154 of file smexp.f.

Here is the call graph for this function:

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

Definition at line 201 of file smexp.f.

Here is the caller graph for this function: