3. Algorithms for the case of a symmetrical full matrix
3.1 Reduction to tridiagonal shape
In this section, we adapt the orthogonal transformation introduced in to the case where the starting matrix is symmetrical. Any orthogonal transformation Q T AQ of the matrix A then remains symmetrical. The final matrix obtained by the procedure is therefore both upper Hessenberg and symmetrical: it is a symmetrical tridiagonal matrix.
When applying Householder transformations, symmetry can be taken into account to reduce the number of operations required. In particular, this can be achieved by using the BLAS library procedure, which updates a matrix with a rank-2 correction. This is programmed in the DSYTRD procedure of the LAPACK library
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Mathematics
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Algorithms for the case of a symmetrical full matrix
Bibliography
References
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference