decomposeA: Compute pivoted decomposition of routing matrix A into...

Description Usage Arguments Value

View source: R/lib.R

Description

Compute pivoted decomposition of routing matrix A into full-rank and remainder, as in Cao et al. 2000, via the QR decomposition.

Usage

1

Arguments

A

routing matrix of dimension m x k

Value

list containing two matrices: A1 (m x m), a full-rank subset of the columns of A, and A2 (m x k - m), the remaining columns


networkTomography documentation built on May 2, 2019, 3:28 a.m.