Fix comment typos, doubled words, grammar errors, and copy-paste mistakes

libeigen/eigen!2173

Closes #3034

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-21 14:36:21 -08:00
parent 0e424f4050
commit e6accc73ff
28 changed files with 48 additions and 48 deletions

View File

@@ -360,7 +360,7 @@ class SparseLU : public SparseSolverBase<SparseLU<MatrixType_, OrderingType_>>,
/** \brief Give the absolute value of the determinant.
*
* \returns the absolute value of the determinant of the matrix of which
* *this is the QR decomposition.
* *this is the LU factorization.
*
* \warning a determinant can be very big or small, so for matrices
* of large enough dimension, there is a risk of overflow/underflow.
@@ -389,7 +389,7 @@ class SparseLU : public SparseSolverBase<SparseLU<MatrixType_, OrderingType_>>,
/** \brief Give the natural log of the absolute determinant.
*
* \returns the natural log of the absolute value of the determinant of the matrix
* of which **this is the QR decomposition
* of which *this is the LU factorization
*
* \note This method is useful to work around the risk of overflow/underflow that's
* inherent to the determinant computation.