Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/mpi/cupm/
H A Dmatmpidensecupm.hpp27 PETSC_NODISCARD static constexpr Mat_MPIDense *MatIMPLCast_(Mat) noexcept;
103 inline constexpr Mat_MPIDense *MatDense_MPI_CUPM<T>::MatIMPLCast_(Mat m) noexcept in MatIMPLCast_() function in Petsc::mat::cupm::impl::MatDense_MPI_CUPM
/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h167 …tatic constexpr auto MatIMPLCast(Mat m) noexcept PETSC_DECLTYPE_AUTO_RETURNS(U::MatIMPLCast_(m))
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp78 PETSC_NODISCARD static constexpr Mat_SeqDense *MatIMPLCast_(Mat) noexcept;
969 inline constexpr Mat_SeqDense *MatDense_Seq_CUPM<T>::MatIMPLCast_(Mat m) noexcept in MatIMPLCast_() function in Petsc::mat::cupm::impl::MatDense_Seq_CUPM