Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Dec 18, 2023
1 parent b74a476 commit bc7a907
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tree/src/implementations/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ use num::Float;
use rand::prelude::*;
use rand::SeedableRng;

// use rlst::dense::{base_matrix::BaseMatrix, rlst_dynamic_mat, Dynamic, Matrix, VectorContainer};
use rlst_dense::{
array::Array, base_array::BaseArray, data_container::VectorContainer, rlst_dynamic_array2,
};


/// Alias for an rlst container for point data.
pub type PointsMat<T> = Array<T, BaseArray<T, VectorContainer<T>, 2>, 2>;


/// Points fixture for testing, uniformly samples in each axis from min to max.
///
/// # Arguments
Expand Down

0 comments on commit bc7a907

Please sign in to comment.