loops_parallel: Calculates the strengths and weights of all loops of length...

View source: R/Loops_functions_new.R

loops_parallelR Documentation

Calculates the strengths and weights of all loops of length n within the matrix A

Description

Same function as loops() but calculations can be run on multiple cores (setup of parallel backend only works on Linux!!!)

Usage

loops_parallel(n, A, n_cores)

Arguments

n

loop length

A

a Jacobian matrix in which all loops of length should be identified

n_cores

number of cores used for computation

Value

A dataframe containing the loops, their strengths and weights


franzikoch/Feedbackloops documentation built on July 1, 2023, 12:42 p.m.