Searched defs:SolveLU (Results 1 – 1 of 1) sorted by relevance
367 struct MatDense_Seq_CUPM<T>::SolveLU : SolveCommon<SolveLU> { struct in Petsc::mat::cupm::impl::MatDense_Seq_CUPM368 using base_type = SolveCommon<SolveLU>;370 static constexpr const char *NAME() noexcept { return "LU"; } in NAME()371 static constexpr MatFactorType MATFACTORTYPE() noexcept { return MAT_FACTOR_LU; } in MATFACTORTYPE()373 static PetscErrorCode Factor(Mat A, IS, IS, const MatFactorInfo *) noexcept in Factor()413 …nt_t m, cupmBlasInt_t nrhs, cupmBlasInt_t k, PetscDeviceContext dctx, cupmStream_t stream) noexcept in Solve()