Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::bind1st_op< BinaryOp > Struct Template Reference

#include <BinaryFunctors.h>

Inheritance diagram for Eigen::internal::bind1st_op< BinaryOp >:
Inheritance graph
[legend]

Public Types

typedef BinaryOp::first_argument_type first_argument_type
 
typedef BinaryOp::result_type result_type
 
typedef BinaryOp::second_argument_type second_argument_type
 

Public Member Functions

 bind1st_op (const first_argument_type &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const second_argument_type &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &b) const
 

Public Attributes

first_argument_type m_value
 

Detailed Description

template<typename BinaryOp>
struct Eigen::internal::bind1st_op< BinaryOp >

Definition at line 440 of file BinaryFunctors.h.

Member Typedef Documentation

template<typename BinaryOp >
typedef BinaryOp::first_argument_type Eigen::internal::bind1st_op< BinaryOp >::first_argument_type

Definition at line 442 of file BinaryFunctors.h.

template<typename BinaryOp >
typedef BinaryOp::result_type Eigen::internal::bind1st_op< BinaryOp >::result_type

Definition at line 444 of file BinaryFunctors.h.

template<typename BinaryOp >
typedef BinaryOp::second_argument_type Eigen::internal::bind1st_op< BinaryOp >::second_argument_type

Definition at line 443 of file BinaryFunctors.h.

Constructor & Destructor Documentation

template<typename BinaryOp >
Eigen::internal::bind1st_op< BinaryOp >::bind1st_op ( const first_argument_type val)
inline

Definition at line 446 of file BinaryFunctors.h.

Member Function Documentation

template<typename BinaryOp >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type Eigen::internal::bind1st_op< BinaryOp >::operator() ( const second_argument_type b) const
inline

Definition at line 448 of file BinaryFunctors.h.

template<typename BinaryOp >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::bind1st_op< BinaryOp >::packetOp ( const Packet b) const
inline

Definition at line 451 of file BinaryFunctors.h.

Member Data Documentation

template<typename BinaryOp >
first_argument_type Eigen::internal::bind1st_op< BinaryOp >::m_value

Definition at line 454 of file BinaryFunctors.h.


The documentation for this struct was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:31