Searched defs:mat_B (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1146 int CeedMatrixMatrixMultiply(Ceed ceed, const CeedScalar *mat_A, const CeedScalar *mat_B, CeedScala… in CeedMatrixMatrixMultiply() 1447 int CeedSimultaneousDiagonalization(Ceed ceed, CeedScalar *mat_A, CeedScalar *mat_B, CeedScalar *ma… in CeedSimultaneousDiagonalization()
|
| /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 1470 function CeedSimultaneousDiagonalization(ceed, mat_A, mat_B, x, lambda, n) argument
|