linear-algebra.ts 231 B

12345678
  1. /**
  2. * Copyright (c) 2017 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. */
  6. export * from './linear-algebra/3d';
  7. export * from './linear-algebra/tensor';