peroxide::complex::matrix

Function 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.)