Public Member Functions | Private Attributes | List of all members
fcl::SamplerR< S, N > Class Template Reference

#include <sampler_r.h>

Inheritance diagram for fcl::SamplerR< S, N >:
Inheritance graph
[legend]

Public Member Functions

void getBound (VectorN< S, N > &lower_bound_, VectorN< S, N > &upper_bound_) const
 
VectorN< S, N > sample () const
 
 SamplerR ()
 
 SamplerR (const VectorN< S, N > &lower_bound_, const VectorN< S, N > &upper_bound_)
 
void setBound (const VectorN< S, N > &lower_bound_, const VectorN< S, N > &upper_bound_)
 

Private Attributes

VectorN< S, N > lower_bound
 
VectorN< S, N > upper_bound
 

Additional Inherited Members

- Public Attributes inherited from fcl::SamplerBase< S >
RNG< S > rng
 

Detailed Description

template<typename S, std::size_t N>
class fcl::SamplerR< S, N >

Definition at line 49 of file sampler_r.h.

Constructor & Destructor Documentation

◆ SamplerR() [1/2]

template<typename S , std::size_t N>
fcl::SamplerR< S, N >::SamplerR

Definition at line 48 of file sampler_r-inl.h.

◆ SamplerR() [2/2]

template<typename S , std::size_t N>
fcl::SamplerR< S, N >::SamplerR ( const VectorN< S, N > &  lower_bound_,
const VectorN< S, N > &  upper_bound_ 
)

Definition at line 55 of file sampler_r-inl.h.

Member Function Documentation

◆ getBound()

template<typename S , std::size_t N>
void fcl::SamplerR< S, N >::getBound ( VectorN< S, N > &  lower_bound_,
VectorN< S, N > &  upper_bound_ 
) const

Definition at line 70 of file sampler_r-inl.h.

◆ sample()

template<typename S , std::size_t N>
VectorN< S, N > fcl::SamplerR< S, N >::sample

Definition at line 78 of file sampler_r-inl.h.

◆ setBound()

template<typename S , std::size_t N>
void fcl::SamplerR< S, N >::setBound ( const VectorN< S, N > &  lower_bound_,
const VectorN< S, N > &  upper_bound_ 
)

Definition at line 62 of file sampler_r-inl.h.

Member Data Documentation

◆ lower_bound

template<typename S , std::size_t N>
VectorN<S, N> fcl::SamplerR< S, N >::lower_bound
private

Definition at line 66 of file sampler_r.h.

◆ upper_bound

template<typename S , std::size_t N>
VectorN<S, N> fcl::SamplerR< S, N >::upper_bound
private

Definition at line 67 of file sampler_r.h.


The documentation for this class was generated from the following files:


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50