Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CwiseUnaryView< ViewOp, MatrixType > Class Template Reference
[Core module]
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector. More...
#include <CwiseUnaryView.h>
Detailed Description
template<typename ViewOp, typename MatrixType>
class Eigen::CwiseUnaryView< ViewOp, MatrixType >
Generic lvalue expression of a coefficient-wise unary operator of a matrix or a vector.
- Parameters:
-
ViewOp template functor implementing the view MatrixType the type of the matrix we are applying the unary operator
This class represents a lvalue expression of a generic unary view operator of a matrix or a vector. It is the return type of real() and imag(), and most of the time this is the only way it is used.
- See also:
- MatrixBase::unaryViewExpr(const CustomUnaryOp &) const, class CwiseUnaryOp
Definition at line 59 of file CwiseUnaryView.h.
Generated on Thu Nov 17 2022 22:01:31 by
1.7.2