mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ class KroneckerProductBase : public ReturnByValue<Derived> {
|
||||
*
|
||||
* This class is the return value of kroneckerProduct(MatrixBase,
|
||||
* MatrixBase). Use the function rather than construct this class
|
||||
* directly to avoid specifying template prarameters.
|
||||
* directly to avoid specifying template parameters.
|
||||
*
|
||||
* \tparam Lhs Type of the left-hand side, a matrix expression.
|
||||
* \tparam Rhs Type of the rignt-hand side, a matrix expression.
|
||||
@@ -101,7 +101,7 @@ class KroneckerProduct : public KroneckerProductBase<KroneckerProduct<Lhs, Rhs>
|
||||
*
|
||||
* This class is the return value of kroneckerProduct(EigenBase,
|
||||
* EigenBase). Use the function rather than construct this class
|
||||
* directly to avoid specifying template prarameters.
|
||||
* directly to avoid specifying template parameters.
|
||||
*
|
||||
* \tparam Lhs Type of the left-hand side, a matrix expression.
|
||||
* \tparam Rhs Type of the rignt-hand side, a matrix expression.
|
||||
|
||||
Reference in New Issue
Block a user