[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module CPOWER in NAPACK


CPOWER

 
Computes the eigenvalue of largest magnitude of a complex matrix, with its
corresponding eigenvector, using the power method. The user must provide a
starting guess for the eigenvector space, along with a subroutine to multiply the
matrix by a vector.
 
Classes  :  D4a4 . Complex non-Hermitian matrix eigenvalue problems
            D4a7 . Sparse matrix eigenvalue problems
 
Type     : Fortran subroutine in NAPACK package.
Access   : Some uses prohibited. Portable.
Precision: Single.
 
Usage    : CALL CPOWER (E, X, N, DIF, SIZE, NDIGIT, LIMIT, MULT, W)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of CPOWER from NAPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Single.
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : echo 'send only cpower from napack' | mail netlib@ornl.gov
   Fullsource   : echo 'send cpower from napack' | mail netlib@ornl.gov


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sat Sep 20, 2008 at 06:03:37 UTC