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:
@@ -12,7 +12,7 @@ int main(int argc, char** argv)
|
||||
assert(argc==2);
|
||||
|
||||
int n = 300; // size of the image
|
||||
int m = n*n; // number of unknows (=number of pixels)
|
||||
int m = n*n; // number of unknowns (=number of pixels)
|
||||
|
||||
// Assembly:
|
||||
std::vector<T> coefficients; // list of non-zeros coefficients
|
||||
|
||||
Reference in New Issue
Block a user