MOAB  4.9.3pre
Eigen::internal::member_lpnorm< p, ResultType > Struct Template Reference

#include <VectorwiseOp.h>

List of all members.

Classes

struct  Cost

Public Types

typedef ResultType result_type

Public Member Functions

EIGEN_DEVICE_FUNC member_lpnorm ()
template<typename XprType >
EIGEN_DEVICE_FUNC ResultType operator() (const XprType &mat) const

Detailed Description

template<int p, typename ResultType>
struct Eigen::internal::member_lpnorm< p, ResultType >

Definition at line 114 of file VectorwiseOp.h.


Member Typedef Documentation

template<int p, typename ResultType >
typedef ResultType Eigen::internal::member_lpnorm< p, ResultType >::result_type

Definition at line 115 of file VectorwiseOp.h.


Constructor & Destructor Documentation

template<int p, typename ResultType >
EIGEN_DEVICE_FUNC Eigen::internal::member_lpnorm< p, ResultType >::member_lpnorm ( ) [inline]

Definition at line 118 of file VectorwiseOp.h.

{}

Member Function Documentation

template<int p, typename ResultType >
template<typename XprType >
EIGEN_DEVICE_FUNC ResultType Eigen::internal::member_lpnorm< p, ResultType >::operator() ( const XprType &  mat) const [inline]

Definition at line 120 of file VectorwiseOp.h.

  { return mat.template lpNorm<p>(); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines