Searched defs:tau (Results 1 – 4 of 4) sorted by relevance
| /libCEED/tests/ |
| H A D | t301-basis.c | 16 CeedScalar tau[4]; in main() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stabilization.h | 83 CeedScalar tau; in Tau_diagPrim() local
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1171 int CeedQRFactorization(Ceed ceed, CeedScalar *mat, CeedScalar *tau, CeedInt m, CeedInt n) { in CeedQRFactorization() 1228 int CeedHouseholderApplyQ(CeedScalar *mat_A, const CeedScalar *mat_Q, const CeedScalar *tau, CeedTr… in CeedHouseholderApplyQ() 1257 CeedScalar *tau, *I, *mat_copy; in CeedMatrixPseudoinverse() local 1304 CeedScalar v[n - 1], tau[n - 1], mat_T[n * n]; in CeedSymmetricSchurDecomposition() local 1391 const CeedScalar tau = -x / z; in CeedSymmetricSchurDecomposition() local 1396 const CeedScalar tau = -z / x; in CeedSymmetricSchurDecomposition() local
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1458 function CeedQRFactorization(ceed, mat, tau, m, n) argument 1462 function CeedHouseholderApplyQ(mat_A, mat_Q, tau, t_mode, m, n, k, row, col) argument
|