Enum arrayfire::DiffusionEq[][src]

#[repr(u32)]
pub enum DiffusionEq { QUADRATIC, EXPONENTIAL, DEFAULT, }

Anisotropic diffusion flux equation types

Variants

Quadratic flux function

Exponential flux function

Default flux function, a.k.a exponential

Trait Implementations

impl Clone for DiffusionEq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DiffusionEq
[src]

impl Debug for DiffusionEq
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DiffusionEq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DiffusionEq

impl Sync for DiffusionEq