Methods for constructing Hilbert matrices: H[i,j] = 1/(i+j-1)
Hilbert(n, type = "matrix", ..., bldim = .pbd_env$BLDIM,
ICTXT = .pbd_env$ICTXT)
number of rows and columns.
"matrix" or "ddmatrix".
Additional arguments.
blocking dimension.
BLACS context number.
Returns a matrix or a distributed matrix.
This constructs the square Hilbert matrix of order n
. The return is
either a matrix or a distributed matrix depending on the argument
type=
.