Home
last modified time | relevance | path

Searched refs:FMatrixType (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h65 typedef Matrix < Scalar, Dynamic, Dynamic > FMatrixType; in gmres() typedef
83 FMatrixType H = FMatrixType::Zero(m, restart + 1); // Hessenberg matrix in gmres()
183 H = FMatrixType::Zero(m, restart + 1); in gmres()