项目作者: Ojaswy

项目描述 :
A Hadamard matrix is a type of square (-1,1)-matrix invented by Sylvester (1867) under the name of anallagmatic pavement, 26 years before Hadamard (1893) considered them. In a Hadamard matrix, placing any two columns or rows side by side gives half the adjacent cells the same sign and half the other sign. When viewed as pavements, cells with 1s are colored black and those with -1s are colored white. Therefore, the n×n Hadamard matrix H_n must have n(n-1)/2 white squares (-1s) and n(n+1)/2 black squares (1s)
高级语言: C++
项目地址: git://github.com/Ojaswy/Hadamard-Matrix.git
创建时间: 2018-12-12T19:01:26Z
项目社区:https://github.com/Ojaswy/Hadamard-Matrix

开源协议:MIT License

下载