mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Document QuaternionBase, minor doc improvements.
* Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
This commit is contained in:
@@ -440,10 +440,10 @@ Eigen provides several reduction methods such as:
|
||||
\link DenseBase::sum() sum() \endlink, \link DenseBase::prod() prod() \endlink,
|
||||
\link MatrixBase::trace() trace() \endlink \matrixworld,
|
||||
\link MatrixBase::norm() norm() \endlink \matrixworld, \link MatrixBase::squaredNorm() squaredNorm() \endlink \matrixworld,
|
||||
\link DenseBase::all() all() \endlink \redstar,and \link DenseBase::any() any() \endlink \redstar.
|
||||
\link DenseBase::all() all() \endlink, and \link DenseBase::any() any() \endlink.
|
||||
All reduction operations can be done matrix-wise,
|
||||
\link DenseBase::colwise() column-wise \endlink \redstar or
|
||||
\link DenseBase::rowwise() row-wise \endlink \redstar. Usage example:
|
||||
\link DenseBase::colwise() column-wise \endlink or
|
||||
\link DenseBase::rowwise() row-wise \endlink. Usage example:
|
||||
<table class="manual">
|
||||
<tr><td rowspan="3" style="border-right-style:dashed;vertical-align:middle">\code
|
||||
5 3 1
|
||||
|
||||
Reference in New Issue
Block a user