Skip to main content

identity_matrix

Function identity_matrix 

Source
pub fn identity_matrix<R>(d: usize) -> CausalTensor<Complex<R>>
where R: RealField,
Expand description

The d×d complex identity matrix.