#include <syssolver_linop_fgmres_dr.h>
|
| Givens (int col, const multi2d< DComplex > &H) |
|
void | operator() (int col, multi2d< DComplex > &H) |
|
void | operator() (multi1d< DComplex > &v) |
|
Definition at line 31 of file syssolver_linop_fgmres_dr.h.
◆ Givens()
Chroma::Givens::Givens |
( |
int |
col, |
|
|
const multi2d< DComplex > & |
H |
|
) |
| |
|
inline |
Given a marix H, construct the rotator so that H(row,col) = r and H(row+1,col) = 0
- Parameters
-
col | the column Input |
H | the Matrix Input |
Definition at line 84 of file syssolver_linop_fgmres_dr.h.
References c_, col_, r_, s_, and t.
◆ operator()() [1/2]
void Chroma::Givens::operator() |
( |
int |
col, |
|
|
multi2d< DComplex > & |
H |
|
) |
| |
|
inline |
◆ operator()() [2/2]
void Chroma::Givens::operator() |
( |
multi1d< DComplex > & |
v | ) |
|
|
inline |
◆ c_
DComplex Chroma::Givens::c_ |
|
private |
◆ col_
◆ r_
DComplex Chroma::Givens::r_ |
|
private |
◆ s_
DComplex Chroma::Givens::s_ |
|
private |
The documentation for this class was generated from the following file: