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, ColMajor> FMatrixType; in gmres() typedef
87 FMatrixType H = FMatrixType::Zero(m, restart + 1); in gmres()