is_EDB: Determine if a square matrix is of type block, band or error

View source: R/utils.R

is_EDBR Documentation

Determine if a square matrix is of type block, band or error

Description

Determine if a square matrix is of type block, band or error

Usage

is_EDB(x)

Arguments

x

A square matrix

Value

Either "error", "band", or "block"


pmxcode documentation built on June 22, 2024, 9:33 a.m.