![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Givens transformation. More...
Go to the source code of this file.
Functions | |
| void | fasp_aux_givens (const REAL beta, const dCSRmat *H, dvector *y, REAL *work) |
| Perform Givens rotations to compute y |beta*e_1- H*y|. More... | |
Givens transformation.
Copyright (C) 2008–Present by the FASP team. All rights reserved.
Definition in file AuxGivens.c.
Perform Givens rotations to compute y |beta*e_1- H*y|.
| beta | Norm of residual r_0 |
| H | Upper Hessenberg dCSRmat matrix: (m+1)*m |
| y | Minimizer of |beta*e_1- H*y| |
| work | Temporary work array |
Definition at line 36 of file AuxGivens.c.