Searched defs:kk (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 90 for (CeedInt kk = 0; kk < P; kk++) { in CreateRestriction() local 504 …for (PetscInt k = 0, kr, kk; kr = k >= m_nodes[2], kk = k - kr * m_nodes[2], k < l_nodes[2]; k++) { in main() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1146 … CeedScalar *mat_A, const CeedScalar *mat_B, CeedScalar *mat_C, CeedInt m, CeedInt n, CeedInt kk) { in CeedMatrixMatrixMultiply()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1454 function CeedMatrixMatrixMultiply(ceed, mat_A, mat_B, mat_C, m, n, kk) argument
|