construct_M: Construct the initial matrix M (satisfying the form of Matrix...

View source: R/construct_M.R

construct_MR Documentation

Construct the initial matrix M (satisfying the form of Matrix (8))

Description

Construct the initial matrix M (satisfying the form of Matrix (8))

Usage

construct_M(n, a11, d1, d2, d12, d21, d22)

Arguments

n

Parameter, final order is 4n

a11

Parameters from the lemma, must satisfy d12 + d21 = d22

d1

Parameters from the lemma, must satisfy d12 + d21 = d22

d2

Parameters from the lemma, must satisfy d12 + d21 = d22

d12

Parameters from the lemma, must satisfy d12 + d21 = d22

d21

Parameters from the lemma, must satisfy d12 + d21 = d22

d22

Parameters from the lemma, must satisfy d12 + d21 = d22

Value

4n x 4n matrix


YangHuiMagic documentation built on March 23, 2026, 5:07 p.m.