cdn_kronecker_matrix {HadamardR} | R Documentation |
Checks Hadamard Matrix can be constructed by multiplying 2 existing Hadamard matrix.
cdn_kronecker_matrix(r)
r |
integer |
This function checks whether the Hadamard matrix can be constructed as multiple of 2 Hadamard matrix. Returns the value 12, if it is possible otherwise NULL is returned.
12 or NULL
cdn_kronecker_matrix(8)
#12
cdn_kronecker_matrix(12)
#NULL