elematrix: Elementary matrix generation

Description Usage Arguments

View source: R/elematrix.R

Description

Elementary matrix generation (Salce pag 46)

Usage

1
2
elematrix(n = stop("n must be specified"),
  i = stop("i must be specified"), j = NULL, alpha = NULL)

Arguments

n

dimnension of the square matrix

i

row number

j

column number

alpha

a scalar


lbraglia/lbla documentation built on June 25, 2021, 12:52 p.m.