goethals_seidel_array: goethals_seidel_array

Description Usage Arguments Details Value References

View source: R/goethal-seidal_array.R

Description

goethals_seidel_array performs the construction of Hadamard matrix by Goethals-Seidel method

Usage

1
goethals_seidel_array(A = NA, B = NA, C = NA, D = NA)

Arguments

A

matrix

B

matrix

C

matrix

D

matrix

Details

For this function requrires the four matrices, all the four matrix are Circulant matrices same order.R is an antidiagonal matrix of the same order With which it should satisfy the AA'+ BB'+ CC'+ DD'=4nI, where I is the identity matrix of order n. This function returns matrix of order 4n where n is the order of the given matrices.

Value

goethals_seidel matrix of order 4n

References

Goethals, J. M. and Seidel, J. J. (1967). Orthogonal matrices with zero diagnol. Canad. J. Math., 19, 259-264.


HadamardR documentation built on April 14, 2020, 7:01 p.m.