Is there ready routine in lapack to perform orthonormalization, for example Gram-Schmidt or some variation of QR method?
if not, what is the advised approach to perform orthonormalization using lapack?
|
Is there ready routine in lapack to perform orthonormalization, for example Gram-Schmidt or some variation of QR method? if not, what is the advised approach to perform orthonormalization using lapack? |
|||
|
|
|
Yes, there is! Look at:
In general, for LAPACK documentation, consult netlib. |
|||
|
|