pub fn identity_matrix<R>(d: usize) -> CausalTensor<Complex<R>>where
R: RealField,Expand description
The d×d complex identity matrix.
pub fn identity_matrix<R>(d: usize) -> CausalTensor<Complex<R>>where
R: RealField,The d×d complex identity matrix.