Home
last modified time | relevance | path

Searched defs:tau (Results 1 – 4 of 4) sorted by relevance

/libCEED/tests/
H A Dt301-basis.c16 CeedScalar tau[4]; in main() local
/libCEED/examples/fluids/qfunctions/
H A Dstabilization.h83 CeedScalar tau; in Tau_diagPrim() local
/libCEED/interface/
H A Dceed-basis.c1171 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 Dlibceed_bindings.jl1458 function CeedQRFactorization(ceed, mat, tau, m, n) argument
1462 function CeedHouseholderApplyQ(mat_A, mat_Q, tau, t_mode, m, n, k, row, col) argument