mdmath_core 0.4.0

Core multidimensional mathematics library with fundamental types, traits, and operations
Documentation
1
2
3
4
5
6
7
#![ allow( missing_docs ) ]
#![ allow( unused_imports ) ]

use test_tools::exposed::*;
use mdmath_core as the_module;

mod inc;