Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-tensor.c223 int CeedTensorContractReferenceCopy(CeedTensorContract tensor, CeedTensorContract *tensor_copy) { in CeedTensorContractReferenceCopy() argument
225 CeedCall(CeedTensorContractDestroy(tensor_copy)); in CeedTensorContractReferenceCopy()
226 *tensor_copy = tensor; in CeedTensorContractReferenceCopy()
/libCEED/include/ceed/
H A Dbackend.h371 …N int CeedTensorContractReferenceCopy(CeedTensorContract tensor, CeedTensorContract *tensor_copy);
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1166 function CeedTensorContractReferenceCopy(tensor, tensor_copy) argument
1167 …tReferenceCopy, libceed), Cint, (CeedTensorContract, Ptr{CeedTensorContract}), tensor, tensor_copy)