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

Detailed Description

template<typename Scalar, bool RandomAccess>
struct Eigen::internal::linspaced_op< Scalar, RandomAccess >

Definition at line 585 of file Core.

List of all members.

Public Types

typedef packet_traits< Scalar >
::type 
Packet

Public Member Functions

 linspaced_op (Scalar low, Scalar high, int num_steps)
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index i) const
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index row, Index col) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index i) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index row, Index col) const

Public Attributes

const linspaced_op_impl
< Scalar, RandomAccess > 
impl

Member Typedef Documentation

template<typename Scalar , bool RandomAccess>
typedef packet_traits<Scalar>::type Eigen::internal::linspaced_op< Scalar, RandomAccess >::Packet

Definition at line 587 of file Core.


Constructor & Destructor Documentation

template<typename Scalar , bool RandomAccess>
Eigen::internal::linspaced_op< Scalar, RandomAccess >::linspaced_op ( Scalar  low,
Scalar  high,
int  num_steps 
) [inline]

Definition at line 588 of file Core.


Member Function Documentation

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  i) const [inline]

Definition at line 591 of file Core.

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  row,
Index  col 
) const [inline]

Definition at line 596 of file Core.

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op< Scalar, RandomAccess >::packetOp ( Index  i) const [inline]

Definition at line 603 of file Core.

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op< Scalar, RandomAccess >::packetOp ( Index  row,
Index  col 
) const [inline]

Definition at line 608 of file Core.


Member Data Documentation

template<typename Scalar , bool RandomAccess>
const linspaced_op_impl<Scalar,RandomAccess> Eigen::internal::linspaced_op< Scalar, RandomAccess >::impl

Definition at line 617 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