Module orphan

Source
Expand description

Orphan namespace of the module.

Macros§

braces_unwrap
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.
for_each
Module :: for_each
impl_rented_op1
Declare operation with 1 operand renting its implementation from math lib of choice.
impl_rented_op2
Declare operation with 2 operands renting its implementation from math lib of choice.
impl_vector_deref
Implement dereferencing of regular math object to math objects of math lib of choice.

Structs§

X2
Vector X2

Traits§

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