 Usage:  y = eigensm (x)  

 

 Input:



  x                      array, p x p x d1 x d2 x ... x dn, 

                         symmetric in each layer. 

                         

 Output:



  y.values               array, p x 1 x d1 x d2 x ... x dn, 

                         the eigenvalues. 

                         

  y.vectors              array, p x p x d1 x d2 x ... x dn, 

                         the normalized eigenvectors. 

                         

--------------------------------------------------------------

(C) MD*TECH Method and Data Technologies, 21.9.2000

