is_EDB {pmxcode} | R 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"
[Package pmxcode version 0.1.3 Index]