feat: Added ndarray_15 feature

This commit is contained in:
uttarayan21
2025-06-23 15:38:28 +05:30
parent b490c806c1
commit 5e8a004b1f
6 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#[cfg(feature = "ndarray_15")]
use crate::ndarray_15_extra::Pow;
use ndarray::{ArrayBase, Ix1};
#[derive(Debug, Clone, Copy, PartialEq, Eq, thiserror::Error)]
pub enum CosineSimilarityError {
#[error(