Function scirust::matrix::constructors::hadamard [] [src]

pub fn hadamard(n: usize) -> Result<MatrixF64, SRError>

Returns a Hadamard matrix of size n x n

n must be a power of 2.