Public Types | Public Member Functions

mln::fun::v2w2v::cos< V > Struct Template Reference

Cosinus bijective functor. More...

#include <cos.hh>

Inheritance diagram for mln::fun::v2w2v::cos< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef cos< V > exact_t
typedef void mutable_result
typedef V result

Public Member Functions

f_1 (const V &v) const
operator() (const V &v) const

Detailed Description

template<typename V>
struct mln::fun::v2w2v::cos< V >

Cosinus bijective functor.

V is the type of input values and the result type.

See also:
mln::math::cos.

Definition at line 59 of file fun/v2w2v/cos.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< cos< V > >::category [inherited]

Reimplemented from mln::Function< cos< V > >.

Definition at line 126 of file function.hh.

typedef cos< V > mln::Object< cos< V > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< cos< V > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename V >
typedef V mln::fun::v2w2v::cos< V >::result

Definition at line 61 of file fun/v2w2v/cos.hh.


Member Function Documentation

template<typename V >
V mln::fun::v2w2v::cos< V >::f_1 ( const V &  v  )  const [inline]

Definition at line 79 of file fun/v2w2v/cos.hh.

References mln::math::acos().

template<typename V >
V mln::fun::v2w2v::cos< V >::operator() ( const V &  v  )  const [inline]

Definition at line 71 of file fun/v2w2v/cos.hh.

References mln::math::cos().