Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Public Attributes
Eigen::internal::linspaced_op_impl< Scalar, false > Struct Template Reference

Detailed Description

template<typename Scalar>
struct Eigen::internal::linspaced_op_impl< Scalar, false >

Definition at line 531 of file Core.

List of all members.

Public Types

typedef packet_traits< Scalar >
::type 
Packet

Public Member Functions

 linspaced_op_impl (Scalar low, Scalar step)
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index i) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index) const

Public Attributes

const Scalar m_low
const Scalar m_step
const Packet m_packetStep
Packet m_base

Member Typedef Documentation

template<typename Scalar >
typedef packet_traits<Scalar>::type Eigen::internal::linspaced_op_impl< Scalar, false >::Packet

Definition at line 533 of file Core.


Constructor & Destructor Documentation

template<typename Scalar >
Eigen::internal::linspaced_op_impl< Scalar, false >::linspaced_op_impl ( Scalar  low,
Scalar  step 
) [inline]

Definition at line 535 of file Core.


Member Function Documentation

template<typename Scalar >
template<typename Index >
EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::operator() ( Index  i) const [inline]

Definition at line 541 of file Core.

template<typename Scalar >
template<typename Index >
EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op_impl< Scalar, false >::packetOp ( Index  ) const [inline]

Definition at line 543 of file Core.


Member Data Documentation

template<typename Scalar >
Packet Eigen::internal::linspaced_op_impl< Scalar, false >::m_base [mutable]

Definition at line 548 of file Core.

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::m_low

Definition at line 545 of file Core.

template<typename Scalar >
const Packet Eigen::internal::linspaced_op_impl< Scalar, false >::m_packetStep

Definition at line 547 of file Core.

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::m_step

Definition at line 546 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo