Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp59 struct SolveQR;
551 struct MatDense_Seq_CUPM<T>::SolveQR : SolveCommon<SolveQR> { struct in Petsc::mat::cupm::impl::MatDense_Seq_CUPM
552 using base_type = SolveCommon<SolveQR>; argument
1098 MatComposeOp_CUPM(to_host, pobj, "MatQRFactor_C", MatQRFactor_SeqDense, SolveQR::Factor); in BindToCPU()