Home
last modified time | relevance | path

Searched refs:nvbufpack (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sundials/
H A Dsundials_nvector.c107 ops->nvbufpack = NULL; in N_VNewEmpty()
212 v->ops->nvbufpack = w->ops->nvbufpack; in N_VCopyOps()
718 if (x->ops->nvbufpack == NULL) return(-1); in N_VBufPack()
719 return(x->ops->nvbufpack(x, buf)); in N_VBufPack()
/dports/math/sundials/sundials-5.7.0/src/sundials/
H A Dsundials_nvector.c107 ops->nvbufpack = NULL; in N_VNewEmpty()
212 v->ops->nvbufpack = w->ops->nvbufpack; in N_VCopyOps()
718 if (x->ops->nvbufpack == NULL) return(-1); in N_VBufPack()
719 return(x->ops->nvbufpack(x, buf)); in N_VBufPack()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sundials/fmod/
H A Dfsundials_nvector_mod.f9087 type(C_FUNPTR), public :: nvbufpack component
/dports/math/sundials/sundials-5.7.0/src/sundials/fmod/
H A Dfsundials_nvector_mod.f9087 type(C_FUNPTR), public :: nvbufpack component
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/sundials/
H A Dsundials_nvector.h157 int (*nvbufpack)(N_Vector, void*); member
/dports/math/sundials/sundials-5.7.0/include/sundials/
H A Dsundials_nvector.h157 int (*nvbufpack)(N_Vector, void*); member
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/manyvector/
H A Dnvector_manyvector.c141 v->ops->nvbufpack = N_VBufPack_MPIManyVector; in N_VMake_MPIManyVector()
326 v->ops->nvbufpack = N_VBufPack_ManyVector; in N_VNew_ManyVector()
/dports/math/sundials/sundials-5.7.0/src/nvector/manyvector/
H A Dnvector_manyvector.c141 v->ops->nvbufpack = N_VBufPack_MPIManyVector; in N_VMake_MPIManyVector()
326 v->ops->nvbufpack = N_VBufPack_ManyVector; in N_VNew_ManyVector()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/raja/
H A Dnvector_raja.cpp144 v->ops->nvbufpack = N_VBufPack_Raja; in N_VNewEmpty_Raja()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/petsc/
H A Dnvector_petsc.c188 v->ops->nvbufpack = N_VBufPack_Petsc; in N_VNewEmpty_Petsc()
/dports/math/sundials/sundials-5.7.0/src/nvector/raja/
H A Dnvector_raja.cpp144 v->ops->nvbufpack = N_VBufPack_Raja; in N_VNewEmpty_Raja()
/dports/math/sundials/sundials-5.7.0/src/nvector/petsc/
H A Dnvector_petsc.c188 v->ops->nvbufpack = N_VBufPack_Petsc; in N_VNewEmpty_Petsc()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/parhyp/
H A Dnvector_parhyp.c206 v->ops->nvbufpack = N_VBufPack_ParHyp; in N_VNewEmpty_ParHyp()
/dports/math/sundials/sundials-5.7.0/src/nvector/parhyp/
H A Dnvector_parhyp.c206 v->ops->nvbufpack = N_VBufPack_ParHyp; in N_VNewEmpty_ParHyp()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/serial/
H A Dnvector_serial.c128 v->ops->nvbufpack = N_VBufPack_Serial; in N_VNewEmpty_Serial()
/dports/math/sundials/sundials-5.7.0/src/nvector/serial/
H A Dnvector_serial.c128 v->ops->nvbufpack = N_VBufPack_Serial; in N_VNewEmpty_Serial()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/parallel/
H A Dnvector_parallel.c146 v->ops->nvbufpack = N_VBufPack_Parallel; in N_VNewEmpty_Parallel()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/sycl/
H A Dnvector_sycl.cpp216 v->ops->nvbufpack = N_VBufPack_Sycl; in N_VNewEmpty_Sycl()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/hip/
H A Dnvector_hip.hip.cpp155 v->ops->nvbufpack = N_VBufPack_Hip; in N_VNewEmpty_Hip()
/dports/math/sundials/sundials-5.7.0/src/nvector/sycl/
H A Dnvector_sycl.cpp216 v->ops->nvbufpack = N_VBufPack_Sycl; in N_VNewEmpty_Sycl()
/dports/math/sundials/sundials-5.7.0/src/nvector/hip/
H A Dnvector_hip.hip.cpp155 v->ops->nvbufpack = N_VBufPack_Hip; in N_VNewEmpty_Hip()
/dports/math/sundials/sundials-5.7.0/src/nvector/parallel/
H A Dnvector_parallel.c146 v->ops->nvbufpack = N_VBufPack_Parallel; in N_VNewEmpty_Parallel()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/cuda/
H A Dnvector_cuda.cu212 v->ops->nvbufpack = N_VBufPack_Cuda; in N_VNewEmpty_Cuda()
/dports/math/sundials/sundials-5.7.0/src/nvector/cuda/
H A Dnvector_cuda.cu212 v->ops->nvbufpack = N_VBufPack_Cuda; in N_VNewEmpty_Cuda()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/openmp/
H A Dnvector_openmp.c134 v->ops->nvbufpack = N_VBufPack_OpenMP; in N_VNewEmpty_OpenMP()

12