Add benching of matrix creation

This commit is contained in:
2020-08-21 22:53:37 +02:00
parent d00e7b3fb1
commit 3671ba5e1f
2 changed files with 44 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ use sbp::operators::{SbpOperator2d, UpwindOperator2d};
use sbp::Float;
#[cfg(feature = "sparse")]
mod sparse;
pub mod sparse;
#[derive(Clone, Debug)]
pub struct Field(pub(crate) Array3<Float>);