|  | 
|  | 
| std::pair< Vector< NumberS >, Vector< NumberS > > | myra::gebrd_inplace (const MatrixRange< NumberS > &A) | 
|  | Factors A = Q*B*P, where Q and P are orthogonal matrices of Householder reflectors and B is bidiagonal. Returns tauq[] and taup[] metadata. 
 | 
|  | 
| std::pair< Vector< NumberD >, Vector< NumberD > > | myra::gebrd_inplace (const MatrixRange< NumberD > &A) | 
|  | Factors A = Q*B*P, where Q and P are orthogonal matrices of Householder reflectors and B is bidiagonal. Returns tauq[] and taup[] metadata. 
 | 
|  | 
| std::pair< Vector< NumberC >, Vector< NumberC > > | myra::gebrd_inplace (const MatrixRange< NumberC > &A) | 
|  | Factors A = Q*B*P, where Q and P are orthogonal matrices of Householder reflectors and B is bidiagonal. Returns tauq[] and taup[] metadata. 
 | 
|  | 
| std::pair< Vector< NumberZ >, Vector< NumberZ > > | myra::gebrd_inplace (const MatrixRange< NumberZ > &A) | 
|  | Factors A = Q*B*P, where Q and P are orthogonal matrices of Householder reflectors and B is bidiagonal. Returns tauq[] and taup[] metadata. 
 | 
|  | 
Householder bidiagonalization of a general Matrix.