pub fn r_cmatrix<T>( v: Vec<T>, r: usize, c: usize, shape: Shape, ) -> ComplexMatrixwhere T: Into<C64>,
R-like complex matrix constructor (Explicit ver.)