fortran-lapack
Loading...
Searching...
No Matches
la_lapack::laesy Interface Reference

LAESY: computes the eigendecomposition of a 2-by-2 symmetric matrix ( ( A, B );( B, C ) ) provided the norm of the matrix of eigenvectors is larger than some threshold value. RT1 is the eigenvalue of larger absolute value, and RT2 of smaller absolute value. If the eigenvectors are computed, then on return ( CS1, SN1 ) is the unit eigenvector for RT1, hence [ CS1 SN1 ] . [ A B ] . [ CS1 -SN1 ] = [ RT1 0 ] [ -SN1 CS1 ] [ B C ] [ SN1 CS1 ] [ 0 RT2 ]. More...

Public Member Functions

 la_claesy
 
 la_wlaesy
 
 la_zlaesy
 

Detailed Description

LAESY: computes the eigendecomposition of a 2-by-2 symmetric matrix ( ( A, B );( B, C ) ) provided the norm of the matrix of eigenvectors is larger than some threshold value. RT1 is the eigenvalue of larger absolute value, and RT2 of smaller absolute value. If the eigenvectors are computed, then on return ( CS1, SN1 ) is the unit eigenvector for RT1, hence [ CS1 SN1 ] . [ A B ] . [ CS1 -SN1 ] = [ RT1 0 ] [ -SN1 CS1 ] [ B C ] [ SN1 CS1 ] [ 0 RT2 ].

Member Function/Subroutine Documentation

◆ la_claesy()

la_lapack::laesy::la_claesy

◆ la_wlaesy()

la_lapack::laesy::la_wlaesy

◆ la_zlaesy()

la_lapack::laesy::la_zlaesy

The documentation for this interface was generated from the following file: