cpumat: cpumat

Description Usage Arguments Details Value See Also

View source: R/cpumat.r

Description

Constructor for cpumat objects.

Usage

1
cpumat(nrows = 0, ncols = 0, type = "double")

Arguments

nrows, ncols

The dimensions of the matrix.

type

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

Details

Data is held in an external pointer.

Value

A cpumat class object.

See Also

cpumat-class


wrathematics/fmlr documentation built on Jan. 17, 2022, 4:10 p.m.