mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
MIsc. source and comment typos
Found using `codespell` and `grep` from downstream FreeCAD
This commit is contained in:
@@ -1493,7 +1493,7 @@ static inline void order_children
|
||||
c = Col [c].shared1.parent ;
|
||||
|
||||
/* continue until we hit an ordered column. There are */
|
||||
/* guarranteed not to be anymore unordered columns */
|
||||
/* guaranteed not to be anymore unordered columns */
|
||||
/* above an ordered column */
|
||||
} while (Col [c].shared2.order == COLAMD_EMPTY) ;
|
||||
|
||||
@@ -1638,7 +1638,7 @@ static void detect_super_cols
|
||||
COLAMD_ASSERT (ROW_IS_ALIVE (*cp1)) ;
|
||||
COLAMD_ASSERT (ROW_IS_ALIVE (*cp2)) ;
|
||||
/* row indices will same order for both supercols, */
|
||||
/* no gather scatter nessasary */
|
||||
/* no gather scatter necessary */
|
||||
if (*cp1++ != *cp2++)
|
||||
{
|
||||
break ;
|
||||
@@ -1688,7 +1688,7 @@ static void detect_super_cols
|
||||
|
||||
/*
|
||||
Defragments and compacts columns and rows in the workspace A. Used when
|
||||
all avaliable memory has been used while performing row merging. Returns
|
||||
all available memory has been used while performing row merging. Returns
|
||||
the index of the first free position in A, after garbage collection. The
|
||||
time taken by this routine is linear is the size of the array A, which is
|
||||
itself linear in the number of nonzeros in the input matrix.
|
||||
|
||||
Reference in New Issue
Block a user