#include <CwiseUnaryOp.h>
Inherits type< CwiseUnaryOp< UnaryOp, XprType > >.
List of all members.
Public Types |
typedef
internal::dense_xpr_base
< CwiseUnaryOp< UnaryOp,
XprType > >::type | Base |
typedef CwiseUnaryOp< UnaryOp,
XprType > | Derived |
Public Member Functions |
const Scalar | coeff (Index row, Index col) const |
const Scalar | coeff (Index index) const |
template<int LoadMode> |
PacketScalar | packet (Index row, Index col) const |
template<int LoadMode> |
PacketScalar | packet (Index index) const |
template<typename UnaryOp, typename XprType>
class Eigen::CwiseUnaryOpImpl< UnaryOp, XprType, Dense >
Member Typedef Documentation
Member Function Documentation
const Scalar coeff |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const [inline] |
const Scalar coeff |
( |
Index |
index | ) |
const [inline] |
PacketScalar packet |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const [inline] |
PacketScalar packet |
( |
Index |
index | ) |
const [inline] |
The documentation for this class was generated from the following file: