Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::member_lpnorm< p, ResultType > Struct Template Reference

#include <src/eigen/Eigen/src/Core/VectorwiseOp.h>

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 >

Member Typedef Documentation

◆ result_type

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

Constructor & Destructor Documentation

◆ member_lpnorm()

template<int p, typename ResultType >
EIGEN_DEVICE_FUNC Eigen::internal::member_lpnorm< p, ResultType >::member_lpnorm ( )
inline
118{}

Member Function Documentation

◆ operator()()

template<int p, typename ResultType >
template<typename XprType >
EIGEN_DEVICE_FUNC ResultType Eigen::internal::member_lpnorm< p, ResultType >::operator() ( const XprType &  mat) const
inline
121 { return mat.template lpNorm<p>(); }

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