ndarray_cg 0.4.0

High-performance computer graphics mathematics library based on ndarray with vectors, matrices, and transformations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use super::*;

mod indexing_test
{
  use super::*;

  mod iter_test;
  mod iter_mut_test;
  mod lane_test;
  mod lane_indexed_test;

  // qqq : fix tests, please

}

mod scalar_test;