ceed-tensor.c (2ab8f9abfe7d30e4e4d04b8d85a29fe1ff83aed3) ceed-tensor.c (4548da4e4ef44dc0f2704ad6d48ac0ca4a16bc83)
1// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3//
4// SPDX-License-Identifier: BSD-2-Clause
5//
6// This file is part of CEED: http://github.com/ceed
7
8#include <ceed-impl.h>

--- 76 unchanged lines hidden (view full) ---

85
86 @param[in] contract CeedTensorContract to use
87 @param[in] A First index of u, second index of v
88 @param[in] B Middle index of u, one of last two indices of t
89 @param[in] C Last index of u, v
90 @param[in] D First index of v, first index of t
91 @param[in] J Third index of v, one of last two indices of t
92 @param[in] t Tensor array to contract against
1// Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2// All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
3//
4// SPDX-License-Identifier: BSD-2-Clause
5//
6// This file is part of CEED: http://github.com/ceed
7
8#include <ceed-impl.h>

--- 76 unchanged lines hidden (view full) ---

85
86 @param[in] contract CeedTensorContract to use
87 @param[in] A First index of u, second index of v
88 @param[in] B Middle index of u, one of last two indices of t
89 @param[in] C Last index of u, v
90 @param[in] D First index of v, first index of t
91 @param[in] J Third index of v, one of last two indices of t
92 @param[in] t Tensor array to contract against
93 @param[in] t_mode Transpose mode for t, \ref CEED_NOTRANSPOSE for t_jb \ref CEED_TRANSPOSE for t_bj
93 @param[in] t_mode Transpose mode for t, \ref CEED_NOTRANSPOSE for t_djb \ref CEED_TRANSPOSE for t_dbj
94 @param[in] add Add mode
95 @param[in] u Input array
96 @param[out] v Output array
97
98 @return An error code: 0 - success, otherwise - failure
99
100 @ref Backend
101**/

--- 96 unchanged lines hidden ---
94 @param[in] add Add mode
95 @param[in] u Input array
96 @param[out] v Output array
97
98 @return An error code: 0 - success, otherwise - failure
99
100 @ref Backend
101**/

--- 96 unchanged lines hidden ---