Skip to content

Commit

Permalink
Update interface/ceed-basis.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy L Thompson <[email protected]>
  • Loading branch information
rezgarshakeri and jeremylt authored Oct 13, 2023
1 parent 0fdc908 commit 1312e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/ceed-basis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1312e88

Please sign in to comment.