bump nalgebra

This commit is contained in:
Alexander Bulaev
2020-04-06 13:04:08 +03:00
parent 0fcdbacaf3
commit 04247d8706
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
use alga::general::{ClosedAdd, ClosedDiv, ClosedMul, ClosedSub};
use nalgebra::{Scalar, Vector, Vector1, Vector2, Vector3, Vector4, Vector5, Vector6};
use num_traits as nt;
use simba::scalar::{ClosedAdd, ClosedDiv, ClosedMul, ClosedSub};
use std::ops::Mul;
use crate::interpolate::{