IsSymetric: isSymmetric

32-SymmetricR Documentation

isSymmetric

Description

Check if a given MPCR matrix is symmetric.

Usage

## S4 method for signature 'Rcpp_MPCR'
isSymmetric(object, ...)

Arguments

object

An MPCR matrix.

...

Ignored.

Value

A logical value.

Examples

  
library(MPCR)

x <- as.MPCR(1:50,25,2,"Single")
isSymmetric(x)                      #false


MPCR documentation built on April 13, 2025, 5:08 p.m.

Related to IsSymetric in MPCR...