Lines Matching full:in
25 @param[in,out] contract Address of `CeedTensorContract` to destroy
47 @param[in] ceed `Ceed` object used to create the `CeedTensorContract`
79 @param[in] contract `CeedTensorContract` to use
80 @param[in] A First index of `u`, `v`
81 @param[in] B Middle index of `u`, one index of `t`
82 @param[in] C Last index of `u`, `v`
83 @param[in] J Middle index of `v`, one index of `t`
84 @param[in] t Tensor array to contract against
85 …@param[in] t_mode Transpose mode for `t`, @ref CEED_NOTRANSPOSE for `t_jb` @ref CEED_TRANSPOSE …
86 @param[in] add Add mode
87 @param[in] u Input array
108 @param[in] contract `CeedTensorContract` to use
109 @param[in] A First index of `u`, second index of `v`
110 @param[in] B Middle index of `u`, one of last two indices of `t`
111 @param[in] C Last index of `u`, `v`
112 @param[in] D First index of `v`, first index of `t`
113 @param[in] J Third index of `v`, one of last two indices of `t`
114 @param[in] t Tensor array to contract against
115 …@param[in] t_mode Transpose mode for `t`, @ref CEED_NOTRANSPOSE for `t_djb` @ref CEED_TRANSPOSE…
116 @param[in] add Add mode
117 @param[in] u Input array
141 @param[in] contract `CeedTensorContract`
156 @param[in] contract `CeedTensorContract`
167 @param[in] contract `CeedTensorContract`
182 @param[in,out] contract `CeedTensorContract`
183 @param[in] data Data to set
197 @param[in,out] contract `CeedTensorContract` to increment the reference counter
216 @param[in] tensor `CeedTensorContract` to copy reference to
217 @param[in,out] tensor_copy Variable to store copied reference
233 @param[in,out] contract `CeedTensorContract` to destroy