Table of Contents ▸ List of Commands ▸ Matrix Computation ▸ poweriteration | ◀ orthogonalize | solve ▶ |
poweriteration
Arguments:
- _nb_eigenvectors>0,_epsilon>0,_max_iter>0
Description:
Compute the nb_eigenvectors largest eigenvectors of the selected symmetric matrices,using the power iteration algorithm.
Default values:
nb_eigenvectors=1, epsilon=1e-5 and max_iter=100.