mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
- all what's not in unsupported/ is considered stable API
(except internal stuff e.g. expression templates).
This commit is contained in:
@@ -823,7 +823,7 @@ inline Transform<Scalar,Dim,Mode> Transform<Scalar,Dim,Mode>::operator*(const Ro
|
||||
************************/
|
||||
|
||||
/** \returns the rotation part of the transformation
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \svd_module
|
||||
*
|
||||
@@ -844,7 +844,7 @@ Transform<Scalar,Dim,Mode>::rotation() const
|
||||
*
|
||||
* If either pointer is zero, the corresponding computation is skipped.
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \svd_module
|
||||
*
|
||||
@@ -862,7 +862,7 @@ void Transform<Scalar,Dim,Mode>::computeRotationScaling(RotationMatrixType *rota
|
||||
*
|
||||
* If either pointer is zero, the corresponding computation is skipped.
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \svd_module
|
||||
*
|
||||
@@ -909,7 +909,7 @@ struct ei_projective_transform_inverse<TransformType, Projective>
|
||||
};
|
||||
|
||||
|
||||
/** \nonstableyet
|
||||
/**
|
||||
*
|
||||
* \returns the inverse transformation according to some given knowledge
|
||||
* on \c *this.
|
||||
|
||||
Reference in New Issue
Block a user