Hilbert: Generate Hilbert Matrices

Description Usage Arguments Details Value

View source: R/ddmatrix_special.r

Description

Methods for constructing Hilbert matrices: H[i,j] = 1/(i+j-1)

Usage

1
2
3
4
5
6
7
Hilbert(
  n,
  type = "matrix",
  ...,
  bldim = .pbd_env$BLDIM,
  ICTXT = .pbd_env$ICTXT
)

Arguments

n

number of rows and columns.

type

"matrix" or "ddmatrix".

...

Additional arguments.

bldim

blocking dimension.

ICTXT

BLACS context number.

Details

This constructs the square Hilbert matrix of order n. The return is either a matrix or a distributed matrix depending on the argument type=.

Value

Returns a matrix or a distributed matrix.


RBigData/pbdDMAT documentation built on Oct. 29, 2021, 6:20 p.m.