From 1312e889706596d23f2f61016a4e3a5ba394612c Mon Sep 17 00:00:00 2001 From: Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:57:18 -0600 Subject: [PATCH] Update interface/ceed-basis.c Co-authored-by: Jeremy L Thompson --- interface/ceed-basis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/ceed-basis.c b/interface/ceed-basis.c index 76e5b51ac7..5b571df9a9 100644 --- a/interface/ceed-basis.c +++ b/interface/ceed-basis.c @@ -687,7 +687,7 @@ int CeedHouseholderApplyQ(CeedScalar *mat_A, const CeedScalar *mat_Q, const Ceed @brief Return pseudoinverse of a matrix @param[in] ceed Ceed context for error handling - @param[in] mat Row-major matrix to be factorized in place + @param[in] mat Row-major matrix to compute pseudoinverse of @param[in] m Number of rows @param[in] n Number of columns @param[out] mat_pinv Row-major pseudoinverse matrix