mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
doc and use sed to clean the class hierarchy instead of
preprocessor directives.
This commit is contained in:
@@ -108,7 +108,8 @@ struct MatrixBase<Derived>::CommaInitializer
|
||||
int m_currentBlockRows; // current block height
|
||||
};
|
||||
|
||||
/** Convenient operator to set the coefficients of a matrix.
|
||||
/** \anchor MatrixBaseCommaInitRef
|
||||
* Convenient operator to set the coefficients of a matrix.
|
||||
*
|
||||
* The coefficients must be provided in a row major order and exactly match
|
||||
* the size of the matrix. Otherwise an assertion is raised.
|
||||
|
||||
Reference in New Issue
Block a user