Home
last modified time | relevance | path

Searched refs:qrDS (Results 1 – 3 of 3) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A DlinearAlgebra_ip.cc49 bool worked = qrDS(n, queue, queueL, eigenVs, eigenL, tol1, tol2,R); in qrDoubleShift()
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DlinearAlgebra.h569 bool qrDS( const int n, matrix* queue, int& queueL, number* eigenValues,
H A DlinearAlgebra.cc1090 bool qrDS( in qrDS() function