20 #include "eig_power.cc"
32 return eig_power_loop(O, vector, 1, iter, tol);
43 return eig_power_loop(O, vector, 0, iter, tol);
double eig_power_left(const RTensor &A, RTensor *vector, size_t iter=0, double tol=1e-11)
Left eigenvalue and eigenvector with the largest absolute value, computed using the power method...
Real Tensor with elements of type "double".
double eig_power_right(const RTensor &A, RTensor *vector, size_t iter=0, double tol=1e-11)
Right eigenvalue and eigenvector with the largest absolute value, computed using the power method...