Home
last modified time | relevance | path

Searched refs:balance_krylov (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.h387 …bool balance_krylov(const matrix_double & H,std::vector<giac_double> & d,int niter=5,double cutoff…
H A Dvecteur.cc1659 bool balance_krylov(const matrix_double & H,vector<giac_double> & d,int niter,double cutoff){ in balance_krylov() function
13548 balance_krylov(H,d,5,1e-8); in mpcar_int()
18936 if (!balance_krylov(H,d,5,1e-8)) in balanced_eigenvalues()