$n
$n : int
Row and column dimension (square matrix).
$n : int
Row and column dimension (square matrix).
$issymmetric : int
Internal symmetry flag.
$d : array
Arrays for internal storage of eigenvalues.
$V : array
Array for internal storage of eigenvectors.
$H : array
Array for internal storage of nonsymmetric Hessenberg form.
$ort : array
Working storage for nonsymmetric algorithm.
$cdivr : float
Used for complex scalar division.