mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
typo
This commit is contained in:
parent
e46fc8c05c
commit
7c32904766
@ -226,7 +226,7 @@ DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const
|
|||||||
internal::max_coeff_visitor<Derived> maxVisitor;
|
internal::max_coeff_visitor<Derived> maxVisitor;
|
||||||
this->visit(maxVisitor);
|
this->visit(maxVisitor);
|
||||||
*rowPtr = maxVisitor.row;
|
*rowPtr = maxVisitor.row;
|
||||||
if (col) *col = maxVisitor.col;
|
if (colPtr) *colPtr = maxVisitor.col;
|
||||||
return maxVisitor.res;
|
return maxVisitor.res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user