Searched refs:chebyshev_coeffs_1d_inv (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 768 CeedScalar *C, *chebyshev_coeffs_1d_inv; in CeedBasisGetChebyshevInterp1D() local 784 CeedCall(CeedCalloc(Q_1d * Q_1d, &chebyshev_coeffs_1d_inv)); in CeedBasisGetChebyshevInterp1D() 785 CeedCall(CeedMatrixPseudoinverse(ceed, C, Q_1d, Q_1d, chebyshev_coeffs_1d_inv)); in CeedBasisGetChebyshevInterp1D() 789 …CeedCall(CeedMatrixMatrixMultiply(ceed, chebyshev_coeffs_1d_inv, interp_1d, chebyshev_interp_1d, Q… in CeedBasisGetChebyshevInterp1D() 793 CeedCall(CeedFree(&chebyshev_coeffs_1d_inv)); in CeedBasisGetChebyshevInterp1D()
|