mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
Docs: Typos in ArrayBase doxygen comments
This commit is contained in:
parent
103b9351fd
commit
d1111d625c
@ -50,7 +50,7 @@ EIGEN_MAKE_CWISE_BINARY_OP(operator+,ei_scalar_sum_op)
|
|||||||
* \include class_CwiseBinaryOp.cpp
|
* \include class_CwiseBinaryOp.cpp
|
||||||
* Output: \verbinclude class_CwiseBinaryOp.out
|
* Output: \verbinclude class_CwiseBinaryOp.out
|
||||||
*
|
*
|
||||||
* \sa class CwiseBinaryOp, operator+, operator-, cwiseProduct
|
* \sa class CwiseBinaryOp, operator+(), operator-(), cwiseProduct()
|
||||||
*/
|
*/
|
||||||
template<typename CustomBinaryOp, typename OtherDerived>
|
template<typename CustomBinaryOp, typename OtherDerived>
|
||||||
EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, Derived, OtherDerived>
|
EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, Derived, OtherDerived>
|
||||||
|
@ -139,7 +139,7 @@ imag() const { return derived(); }
|
|||||||
* \include class_CwiseUnaryOp.cpp
|
* \include class_CwiseUnaryOp.cpp
|
||||||
* Output: \verbinclude class_CwiseUnaryOp.out
|
* Output: \verbinclude class_CwiseUnaryOp.out
|
||||||
*
|
*
|
||||||
* \sa class CwiseUnaryOp, class CwiseBinarOp
|
* \sa class CwiseUnaryOp, class CwiseBinaryOp
|
||||||
*/
|
*/
|
||||||
template<typename CustomUnaryOp>
|
template<typename CustomUnaryOp>
|
||||||
inline const CwiseUnaryOp<CustomUnaryOp, Derived>
|
inline const CwiseUnaryOp<CustomUnaryOp, Derived>
|
||||||
@ -157,7 +157,7 @@ unaryExpr(const CustomUnaryOp& func = CustomUnaryOp()) const
|
|||||||
* \include class_CwiseUnaryOp.cpp
|
* \include class_CwiseUnaryOp.cpp
|
||||||
* Output: \verbinclude class_CwiseUnaryOp.out
|
* Output: \verbinclude class_CwiseUnaryOp.out
|
||||||
*
|
*
|
||||||
* \sa class CwiseUnaryOp, class CwiseBinarOp
|
* \sa class CwiseUnaryOp, class CwiseBinaryOp
|
||||||
*/
|
*/
|
||||||
template<typename CustomViewOp>
|
template<typename CustomViewOp>
|
||||||
inline const CwiseUnaryView<CustomViewOp, Derived>
|
inline const CwiseUnaryView<CustomViewOp, Derived>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user