Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp81 PETSC_NODISCARD static constexpr Mat_SeqDenseCUPM *MatCUPMCast(Mat) noexcept;
204 const auto mcu = MatCUPMCast(m); in SetPreallocation_()
245 const auto mcu = MatCUPMCast(m); in HostToDevice_()
292 const auto src = MatCUPMCast(m)->d_v; in DeviceToHost_()
350 const auto mcu = MatCUPMCast(A); in FactorPrepare()
386 const auto mcu = MatCUPMCast(A); in Factor()
415 const auto mcu = MatCUPMCast(A); in Solve()
471 const auto mcu = MatCUPMCast(A); in Factor()
515 const auto mcu = MatCUPMCast(A); in Solve()
573 const auto mcu = MatCUPMCast(A); in Factor()
[all …]