|
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.
|
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) |
| 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 | ||
| ) |
| subroutine smexpc | ( | integer | M, |
| real, dimension(lda*m) | A, | ||
| integer | LDA, | ||
| real | TOL, | ||
| integer | NR, | ||
| integer | NI, | ||
| integer | NQ, | ||
| integer | J | ||
| ) |
1.8.1.2