Home
last modified time | relevance | path

Searched refs:CeedMatrixMatrixMultiply (Results 1 – 5 of 5) sorted by relevance

/libCEED/interface/
H A Dceed-basis.c311 …CeedCall(CeedMatrixMatrixMultiply(CeedBasisReturnCeed(basis_to), interp_to_inv, input_from[m], out… in CeedBasisCreateProjectionMatrices()
749 …CeedCall(CeedMatrixMatrixMultiply(ceed, grad_1d, (const CeedScalar *)interp_1d_pinv, collo_grad_1d… in CeedBasisGetCollocatedGrad()
789 …CeedCall(CeedMatrixMatrixMultiply(ceed, chebyshev_coeffs_1d_inv, interp_1d, chebyshev_interp_1d, Q… in CeedBasisGetChebyshevInterp1D()
1146 int CeedMatrixMatrixMultiply(Ceed ceed, const CeedScalar *mat_A, const CeedScalar *mat_B, CeedScala… in CeedMatrixMatrixMultiply() function
1481 …CeedCall(CeedMatrixMatrixMultiply(ceed, (const CeedScalar *)mat_C, (const CeedScalar *)mat_A, mat_… in CeedSimultaneousDiagonalization()
1483 …CeedCall(CeedMatrixMatrixMultiply(ceed, (const CeedScalar *)mat_X, (const CeedScalar *)mat_G, mat_… in CeedSimultaneousDiagonalization()
1500 …CeedCall(CeedMatrixMatrixMultiply(ceed, (const CeedScalar *)mat_G, (const CeedScalar *)mat_C, mat_… in CeedSimultaneousDiagonalization()
H A Dceed-preconditioning.c832 …CeedCall(CeedMatrixMatrixMultiply(ceed, BTD_mat, B_mat_in, elem_mat, elem_size_out, elem_size_in, … in CeedOperatorAssembleSingle()
/libCEED/include/ceed/
H A Dbackend.h480 CEED_INTERN int CeedMatrixMatrixMultiply(Ceed ceed, const CeedScalar *mat_A, const CeedScalar *mat_…
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1454 function CeedMatrixMatrixMultiply(ceed, mat_A, mat_B, mat_C, m, n, kk) function
1455 …ccall((:CeedMatrixMatrixMultiply, libceed), Cint, (Ceed, Ptr{CeedScalar}, Ptr{CeedScalar}, Ptr{Cee…
/libCEED/
H A Dcoverage.info5254 FNA:4,384,CeedMatrixMatrixMultiply