mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Fix typos
This commit is contained in:
parent
e3b22a6bd0
commit
95566eeed4
@ -23,7 +23,7 @@ struct symbolic_last_tag {};
|
|||||||
* Can be used as a parameter to Eigen::seq and Eigen::seqN functions to symbolically reference the last element/row/columns
|
* Can be used as a parameter to Eigen::seq and Eigen::seqN functions to symbolically reference the last element/row/columns
|
||||||
* of the underlying vector or matrix once passed to DenseBase::operator()(const RowIndices&, const ColIndices&).
|
* of the underlying vector or matrix once passed to DenseBase::operator()(const RowIndices&, const ColIndices&).
|
||||||
*
|
*
|
||||||
* This symbolic placeholder support standard arithmetic operation.
|
* This symbolic placeholder supports standard arithmetic operations.
|
||||||
*
|
*
|
||||||
* A typical usage example would be:
|
* A typical usage example would be:
|
||||||
* \code
|
* \code
|
||||||
@ -44,7 +44,7 @@ static const symbolic::SymbolExpr<internal::symbolic_last_tag> last; // PLEASE u
|
|||||||
* reference the last+1 element/row/columns of the underlying vector or matrix once
|
* reference the last+1 element/row/columns of the underlying vector or matrix once
|
||||||
* passed to DenseBase::operator()(const RowIndices&, const ColIndices&).
|
* passed to DenseBase::operator()(const RowIndices&, const ColIndices&).
|
||||||
*
|
*
|
||||||
* This symbolic placeholder support standard arithmetic operation.
|
* This symbolic placeholder supports standard arithmetic operations.
|
||||||
* It is essentially an alias to last+fix<1>.
|
* It is essentially an alias to last+fix<1>.
|
||||||
*
|
*
|
||||||
* \sa last
|
* \sa last
|
||||||
|
Loading…
x
Reference in New Issue
Block a user