generate_A11: Generate the 2n x 2n A11 matrix (arithmetic progression form)

View source: R/generate_A11.R

generate_A11R Documentation

Generate the 2n x 2n A11 matrix (arithmetic progression form)

Description

Generate the 2n x 2n A11 matrix (arithmetic progression form)

Usage

generate_A11(n, a11, d1, d2)

Arguments

n

Parameter, final order is 4n

a11

Upper-left corner starting value

d1

Column direction common difference (horizontal increment)

d2

Row direction common difference (vertical increment)

Value

2n x 2n matrix


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