Searched defs:SolveQR (Results 1 – 1 of 1) sorted by relevance
551 struct MatDense_Seq_CUPM<T>::SolveQR : SolveCommon<SolveQR> { struct in Petsc::mat::cupm::impl::MatDense_Seq_CUPM552 using base_type = SolveCommon<SolveQR>;554 static constexpr const char *NAME() noexcept { return "QR"; } in NAME()555 static constexpr MatFactorType MATFACTORTYPE() noexcept { return MAT_FACTOR_QR; } in MATFACTORTYPE()557 static PetscErrorCode Factor(Mat A, IS, const MatFactorInfo *) noexcept in Factor()600 …nt_t m, cupmBlasInt_t nrhs, cupmBlasInt_t k, PetscDeviceContext dctx, cupmStream_t stream) noexcept in Solve()