EIGENSOLVER
Section can be repeated.
Benchmark and test the eigensolver routines. [Edit on GitHub]
Keywords
Keyword descriptions
- DIAG_METHOD
Type: enum
Default: SYEVD
Usage: DIAG_METHOD syevdDescription: Diagonalization strategy
Valid values:
SYEVD(sca)lapacks syevdSYEVX(sca)lapacks syevx
- EIGENVALUES
Type: integer
Default: -1
Usage: EIGENVALUES 13Description: number of eigenvalues to be computed (all=<0)
- INIT_METHOD
Type: enum
Default: RANDOM
Usage: INIT_METHOD RANDOMDescription: Initialization approach
Valid values:
RANDOMuse a random initial matrixREADread a matrix from file MATRIX
- N
Type: integer
Default: 256
Usage: N 1024Description: Dimension of the square matrix
- N_LOOP
Type: integer
Default: 10
Usage: N_LOOP 10Description: Number of operations being timed (useful for small matrices).