devela 0.27.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// devela::num::fin::ord::order::namespace
//
//! Defines [`Order`].
//

#[doc = crate::_tags!(wip num layout namespace)]
/// Unified namespace for multi-dimensional ordering schemes.
#[doc = crate::_doc_location!("num/fin/ord")]
///
/// `Order` provides a set of static functions that map discrete coordinates
/// from higher-dimensional integer spaces to a single linear index, and back,
/// using different locality-preserving strategies.
#[derive(Debug)]
pub struct Order;