Searched defs:mat_A (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() 1228 int CeedHouseholderApplyQ(CeedScalar *mat_A, const CeedScalar *mat_Q, const CeedScalar *tau, CeedTr… in CeedHouseholderApplyQ() 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 1462 function CeedHouseholderApplyQ(mat_A, mat_Q, tau, t_mode, m, n, k, row, col) argument 1470 function CeedSimultaneousDiagonalization(ceed, mat_A, mat_B, x, lambda, n) argument
|