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:
@@ -15,7 +15,7 @@ namespace internal {
|
||||
|
||||
/* \internal
|
||||
* Solve Ax=b with A a band triangular matrix
|
||||
* TODO: extend it to matrices for x abd b */
|
||||
* TODO: extend it to matrices for x and b */
|
||||
template <typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, int StorageOrder>
|
||||
struct band_solve_triangular_selector;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user