home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ____RRRRSSSSPPPP((((3333FFFF)))) ____RRRRSSSSPPPP((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- RSP, SRSP - EISPACK routine. This subroutine calls the recommended
- sequence of subroutines from the eigensystem subroutine package (EISPACK)
- to find the eigenvalues and eigenvectors (if desired) of a REAL SYMMETRIC
- PACKED matrix.
-
-
- SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
- ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee rrrrsssspppp((((nnnnmmmm,,,,nnnn,,,,nnnnvvvv,,,,aaaa,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzz,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,iiiieeeerrrrrrrr))))
- iiiinnnntttteeeeggggeeeerrrr nnnnmmmm,,,, nnnn,,,, nnnnvvvv,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
- ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnvvvv)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
-
- ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrsssspppp((((nnnnmmmm,,,,nnnn,,,,nnnnvvvv,,,,aaaa,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzz,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,iiiieeeerrrrrrrr))))
- iiiinnnntttteeeeggggeeeerrrr nnnnmmmm,,,, nnnn,,,, nnnnvvvv,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
- rrrreeeeaaaallll aaaa((((nnnnvvvv)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
-
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- On Input
-
- NNNNMMMM must be set to the row dimension of the two-dimensional array
- parameters as declared in the calling program dimension statement.
-
- NNNN is the order of the matrix A.
-
- NNNNVVVV is an integer variable set equal to the dimension of the array A as
- specified for
-
- AAAA in the calling program. NV must not be less than N*(N+1)/2.
-
- AAAA contains the lower triangle of the real symmetric packed matrix stored
- row-wise.
-
- MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
- desired. Otherwise it is set to any non-zero integer for both
- eigenvalues and eigenvectors. On Output
-
- WWWW contains the eigenvalues in ascending order.
-
- ZZZZ contains the eigenvectors if MATZ is not zero.
-
- IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
- described in section 2B OF the documentation. The normal completion code
- is zero.
-
- FFFFVVVV1111 and FV2 are temporary storage arrays. Questions and comments should
- be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
- NATIONAL LABORATORY
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-