mpimat: mpimat

Description Usage Arguments Details Value See Also

View source: R/mpimat.r

Description

Constructor for mpimat objects.

Usage

1
mpimat(grid, nrows = 0, ncols = 0, bf_rows = 16, bf_cols = 16, type = "double")

Arguments

grid

An MPI grid object; the return of grid(). See ?grid.

nrows, ncols

The dimensions of the matrix.

bf_rows, bf_cols

The blocking factor.

type

Storage type for the matrix. Should be one of 'int', 'float', or 'double'.

Details

Data is held in an external pointer.

Value

A mpimat class object.

See Also

mpimat-class


fml-fam/fmlr documentation built on Jan. 16, 2022, 9:27 a.m.