Home
last modified time | relevance | path

Searched refs:interp_1d_pinv (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-basis.c736 CeedScalar *interp_1d_pinv; in CeedBasisGetCollocatedGrad() local
745 CeedCall(CeedCalloc(P_1d * Q_1d, &interp_1d_pinv)); in CeedBasisGetCollocatedGrad()
747 CeedCall(CeedMatrixPseudoinverse(ceed, interp_1d, Q_1d, P_1d, interp_1d_pinv)); in CeedBasisGetCollocatedGrad()
749 …CeedCall(CeedMatrixMatrixMultiply(ceed, grad_1d, (const CeedScalar *)interp_1d_pinv, collo_grad_1d… in CeedBasisGetCollocatedGrad()
751 CeedCall(CeedFree(&interp_1d_pinv)); in CeedBasisGetCollocatedGrad()