logo
Expand description

Orphan namespace of the module.

Modules

Implement adapters for cgmath.

Implement adapters for nalgebra.

Numeric traits for generic mathematics

Macros

Unwrap braces of token tree and pass its content to the passed callback. If token tree in not braced then it passed to callback as is.

Module :: for_each

Declare operation with 1 operand renting its implementation from math lib of choice.

Declare operation with 2 operands renting its implementation from math lib of choice.

Implement dereferencing of regular math object to math objects of math lib of choice.

Structs

Vector X2

Traits

An array containing elements of type Element

Trait to interpret canonical math data structures of other math libs as their analogs in cgmath to use operations of cgmath.

Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.

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..

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..

Trait to interpret canonical math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.

Trait for non-canonical structure to clone math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.

Local implementation of trait From.

Local implementation of trait Into.

Implement check is it nan and constructor with NAN value.

Traits any element of a vector should implement.

Standard interface of vector X2. Implements nominal interface, extending it by constructor make.

Interface of vector X2 for structures with the canonical layout.

Nominal interface of vector X2.

Nominal interface of vector X2.