Module prelude

Source
Expand description

Prelude to use essentials: use my_module::prelude::*.

Traitsยง

Array
An array containing elements of type Element
AsCgmathCanonicalInterface
Trait to interpret canonical math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
AsCgmathNonCanonicalInterface
Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
AsForeignCanonicalInterface
Trait to interpret canonical math data structures of other math libs as their analogs a math lib of choice to use operations of the library..
AsForeignNonCanonicalInterface
Trait to interpret non-canonical math data structures of other math libs as their analogs a math lib of choice to use operations of the library..
AsNalgebraCanonicalInterface
Trait to interpret canonical math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.
AsNalgebraNonCanonicalInterface
Trait for non-canonical structure to clone math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.
From2
Local implementation of trait From.
Into2
Local implementation of trait Into.
NanLikeInterface
Implement check is it nan and constructor with NAN value.
ScalarInterface
Traits any element of a vector should implement.
X2BasicInterface
Standard interface of vector X2. Implements nominal interface, extending it by constructor make.
X2CanonicalInterface
Interface of vector X2 for structures with the canonical layout.
X2Interface
Nominal interface of vector X2.
X2NominalInterface
Nominal interface of vector X2.