Wrapper for dsyevr.
| Parameters: | a : input rank-2 array(‘d’) with bounds (n,n) |
|---|---|
| Returns: | w : rank-1 array(‘d’) with bounds (n) z : rank-2 array(‘d’) with bounds (n,m) info : int |
| Other Parameters: | |
jobz : input string(len=1), optional
range : input string(len=1), optional
uplo : input string(len=1), optional
overwrite_a : input int, optional
il : input int, optional
iu : input int, optional
lwork : input int, optional
|
|