MOAB  4.9.3pre
Eigen::internal::scalar_random_op< Scalar > Struct Template Reference

#include <Random.h>

List of all members.

Public Member Functions

template<typename Index >
const Scalar operator() (Index, Index=0) const

Detailed Description

template<typename Scalar>
struct Eigen::internal::scalar_random_op< Scalar >

Definition at line 17 of file Random.h.


Member Function Documentation

template<typename Scalar >
template<typename Index >
const Scalar Eigen::internal::scalar_random_op< Scalar >::operator() ( Index  ,
Index  = 0 
) const [inline]

Definition at line 20 of file Random.h.

{ return random<Scalar>(); }

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