Lines Matching +full:- +full:s
1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors
2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 # SPDX-License-Identifier: BSD-2-Clause
14 # ------------------------------------------------------------------------------
72 # Set Vector's data array
104 # Get Vector's data array
119 # Setup the pointer's pointer
138 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
149 # Get Vector's data array in read-only mode
151 """Get read-only access to a Vector via the specified memory type.
164 # Setup the pointer's pointer
185 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
196 # Get Vector's data array in write-only mode
198 """Get write-only access to a Vector via the specified memory type.
212 # Setup the pointer's pointer
231 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
242 # Restore the Vector's data array
246 # Setup the pointer's pointer
257 # Setup the pointer's pointer
292 """Context manager for read-only array access.
299 np.array: read-only view of vector
317 """Context manager for write-only array access.
325 np.array: write-only view of vector
473 # ------------------------------------------------------------------------------
487 # ------------------------------------------------------------------------------