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

View source: R/lib.R

decomposeAR Documentation

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

Description

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

Usage

decomposeA(A)

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


awblocker/networkTomography documentation built on May 14, 2022, 10:05 p.m.