concision-params 0.3.1

this crate implements the core modules for the concision framework
Documentation
1
2
3
4
5
6
7
8
9
/*
    Appellation: impl_params_ref <module>
    Created At: 2025.12.10:23:37:09
    Contrib: @FL03
*/
use crate::ParamsRef;
use ndarray::Dimension;

impl<A, D> ParamsRef<A, D> where D: Dimension {}