[][src]Module reikna::func

Module for working with Functions

This module contains a type alias for Rc<Fn(f64) -> f64>, which is used in many other modules, and functions for working with the alias.

Structs

Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

Type Definitions

Function

Type alias used to represent functions.