Searched refs:interp_1d_pinv (Results 1 – 1 of 1) sorted by relevance
736 CeedScalar *interp_1d_pinv; in CeedBasisGetCollocatedGrad() local745 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()