isdot: Type Checks, Including NA, NaN, etc.

isdotR Documentation

Type Checks, Including NA, NaN, etc.

Description

Functions to check for various types.

Usage

is.ddmatrix(x)

## S4 method for signature 'ddmatrix'
is.na(x)

## S4 method for signature 'ddmatrix'
is.nan(x)

## S4 method for signature 'ddmatrix'
is.numeric(x)

## S4 method for signature 'ddmatrix'
is.infinite(x)

Arguments

x

numeric distributed matrix

Details

Performs the appropriate type check.

Value

Returns boolean in the case of is.numeric() and is.ddmatrix(), otherwise a distributed matrix.


wrathematics/pbdDMAT documentation built on Oct. 2, 2024, 2:56 p.m.