Fix nalgebra-sparse

This commit is contained in:
Sébastien Crozet 2021-08-03 10:58:23 +02:00
parent 47e226d0e0
commit 492ed8cc8d
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
//! some operations which will be able to dynamically adapt the output pattern to fit the
//! result, but these have yet to be implemented.
#[macro_use]
macro_rules! assert_compatible_spmm_dims {
($c:expr, $a:expr, $b:expr) => {{
use crate::ops::Op::{NoOp, Transpose};
@ -37,7 +36,6 @@ macro_rules! assert_compatible_spmm_dims {
}};
}
#[macro_use]
macro_rules! assert_compatible_spadd_dims {
($c:expr, $a:expr) => {
use crate::ops::Op;