Function geo_nd::matrix::multiply_dyn

source ·
pub fn multiply_dyn<V: Float>(
    r: usize,
    x: usize,
    c: usize,
    a: &[V],
    b: &[V],
    m: &mut [V]
)
Expand description

Multiply two matrices, dynamically sized

Until generic const expressions work cleanly this is a workaround