mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
fix typos
This commit is contained in:
parent
e80d6a95d9
commit
537a0e0a52
@ -36,8 +36,8 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* \param _Scalar Numeric type, i.e. float, double, int
|
* \param _Scalar Numeric type, i.e. float, double, int
|
||||||
* \param _Rows Numer of rows, or \b Dynamic
|
* \param _Rows Number of rows, or \b Dynamic
|
||||||
* \param _Cols Number of columnss, or \b Dynamic
|
* \param _Cols Number of columns, or \b Dynamic
|
||||||
* \param _StorageOrder Either RowMajor or ColMajor. The default is ColMajor.
|
* \param _StorageOrder Either RowMajor or ColMajor. The default is ColMajor.
|
||||||
* \param _MaxRows Maximum number of rows. Defaults to \a _Rows. See note below.
|
* \param _MaxRows Maximum number of rows. Defaults to \a _Rows. See note below.
|
||||||
* \param _MaxCols Maximum number of columns. Defaults to \a _Cols. See note below.
|
* \param _MaxCols Maximum number of columns. Defaults to \a _Cols. See note below.
|
||||||
|
Loading…
Reference in New Issue
Block a user