Function peroxide::complex::matrix::r_cmatrix

source ยท
pub fn r_cmatrix<T>(
    v: Vec<T>,
    r: usize,
    c: usize,
    shape: Shape,
) -> ComplexMatrix
where T: Into<C64>,
Expand description

R-like complex matrix constructor (Explicit ver.)