You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ date
Wed Apr 5 01:37:44 CEST 2023
$ git clone -q https://github.com/Reference-LAPACK/lapack.git
$ grep -nr appplied lapack
lapack/SRC/zgejsv.f:1891:* is Q3^* * V3 = the product of the Jacobi rotations (appplied to
lapack/SRC/dgejsv.f:1457:* is Q3^T*V3 = the product of the Jacobi rotations (appplied to
lapack/SRC/sgejsv.f:1457:* is Q3^T*V3 = the product of the Jacobi rotations (appplied to
lapack/SRC/cgejsv.f:1889:* is Q3^* * V3 = the product of the Jacobi rotations (appplied to
$ grep -nr conjuguate lapack
lapack/SRC/ztgsy2.f:60:*> Ik is the identity matrix of size k and X**H is the conjuguate transpose of X.
lapack/SRC/ctgsen.f:342:*> conjuguate transpose of A22. kron(X, Y) is the Kronecker product between
$ grep -nr conpute lapack
lapack/SRC/dlarre.f:54:*> conpute all and then discard any unwanted one.
lapack/SRC/slarre.f:54:*> conpute all and then discard any unwanted one.
$ grep -nr "exceptiona " lapack
lapack/SRC/sstegr.f:59:*> NaNs. Normal execution may create these exceptiona values and hence
lapack/SRC/zstegr.f:59:*> NaNs. Normal execution may create these exceptiona values and hence
lapack/SRC/cstegr.f:59:*> NaNs. Normal execution may create these exceptiona values and hence
lapack/SRC/dstegr.f:59:*> NaNs. Normal execution may create these exceptiona values and hence
$ grep -nr itermediate lapack
lapack/SRC/slalsa.f:46:*> SLALSA is an itermediate step in solving the least squares problem
lapack/SRC/zlalsa.f:45:*> ZLALSA is an itermediate step in solving the least squares problem
lapack/SRC/dlalsa.f:46:*> DLALSA is an itermediate step in solving the least squares problem
lapack/SRC/clalsa.f:45:*> CLALSA is an itermediate step in solving the least squares problem
$ grep -nr multipled lapack
lapack/SRC/sgsvj0.f:120:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/sgsvj0.f:128:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/sgsvj0.f:130:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/zgsvj0.f:120:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/zgsvj0.f:128:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/zgsvj0.f:130:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/dgsvj1.f:150:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/dgsvj1.f:158:*> If JOBV = 'V', then N rows of V are post-multipled by a
lapack/SRC/dgsvj1.f:160:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/sgsvj1.f:150:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/sgsvj1.f:158:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/sgsvj1.f:160:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/zgsvj1.f:150:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/zgsvj1.f:158:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/zgsvj1.f:160:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/dgsvj0.f:120:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/dgsvj0.f:128:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/dgsvj0.f:130:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/cgsvj0.f:120:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/cgsvj0.f:128:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/cgsvj0.f:130:*> If JOBV = 'A' then MV rows of V are post-multipled by a
lapack/SRC/cgsvj1.f:150:*> If JOBV = 'A', then MV rows of V are post-multipled by a
lapack/SRC/cgsvj1.f:158:*> If JOBV = 'V' then N rows of V are post-multipled by a
lapack/SRC/cgsvj1.f:160:*> If JOBV = 'A' then MV rows of V are post-multipled by a
$ grep -nr orthorgonal lapack
lapack/SRC/slalsa.f:48:*> singular vectors are computed as products of simple orthorgonal
lapack/SRC/zlalsa.f:47:*> singular vectors are computed as products of simple orthorgonal
lapack/SRC/dlalsa.f:48:*> singular vectors are computed as products of simple orthorgonal
lapack/SRC/clalsa.f:47:*> singular vectors are computed as products of simple orthorgonal
$ grep -nr "overwritte " lapack
lapack/SRC/zgejsv.f:1824:* needed in this branch, but it does not overwritte the
lapack/SRC/dgejsv.f:1389:* needed in this branch, but it does not overwritte the
lapack/SRC/sgejsv.f:1389:* needed in this branch, but it does not overwritte the
lapack/SRC/cgejsv.f:1822:* needed in this branch, but it does not overwritte the
$ grep -nr reduciton lapack
lapack/SRC/iparam2stage.F:92:*> NBI is INTEGER which is the used in the reduciton,
lapack/SRC/iparam2stage.F:99:*> IBI is INTEGER which represent the IB of the reduciton,
$ grep -nr tranpose lapack
lapack/SRC/stgevc.f:55:*> where y**H denotes the conjugate tranpose of y.
lapack/SRC/ztgevc.f:56:*> where y**H denotes the conjugate tranpose of y.
lapack/SRC/dtgevc.f:55:*> where y**H denotes the conjugate tranpose of y.
lapack/SRC/ctgevc.f:56:*> where y**H denotes the conjugate tranpose of y.
lapack/TESTING/EIG/ddrgvx.f:59:*> where l**H is the conjugate tranpose of l.
lapack/TESTING/EIG/sdrgvx.f:60:*> where l**H is the conjugate tranpose of l.
lapack/TESTING/EIG/zdrgvx.f:58:*> where l**H is the conjugate tranpose of l.
lapack/TESTING/EIG/cdrgvx.f:59:*> where l**H is the conjugate tranpose of l.
lapack/TESTING/LIN/drzt01.f:161: CALL DORMRZ( 'Right', 'No tranpose', M, N, M, N-M, AF, LDA, TAU,
lapack/TESTING/LIN/zrzt01.f:162: CALL ZUNMRZ( 'Right', 'No tranpose', M, N, M, N-M, AF, LDA, TAU,
lapack/TESTING/LIN/crzt01.f:161: CALL CUNMRZ( 'Right', 'No tranpose', M, N, M, N-M, AF, LDA, TAU,
lapack/TESTING/LIN/srzt01.f:161: CALL SORMRZ( 'Right', 'No tranpose', M, N, M, N-M, AF, LDA, TAU,
$ grep -nr trinagular lapack
lapack/SRC/zgejsv.f:1847:* The input matrix is lower trinagular.
lapack/SRC/dgejsv.f:1412:* The input matrix is lower trinagular.
lapack/SRC/sgejsv.f:1412:* The input matrix is lower trinagular.
lapack/SRC/cgejsv.f:1845:* The input matrix is lower trinagular.
$
The text was updated successfully, but these errors were encountered:
noticed grepped for typos in R source
followed through with check of this repo
The text was updated successfully, but these errors were encountered: