Hessenberg reduction
Performs Householder transformations since a Hessenberg matrix is obtained. A Hessenberg matrix is a matrix of the form
Syntax
hessenberg_reduction(Matrix))
Description
Given a matrix, transforms it to a Hessenberg matrix.
Options
Below is a complete list of options that may be used in the hessenberg_reduction
function.
Option | Description | Format | Default value |
---|---|---|---|
exact_computations | We can choose to perform or not exact computations. | | |