remove_redundancy: Remove redundancy frrom linear system

View source: R/remove-redundancy.r

remove_redundancyR Documentation

Remove redundancy frrom linear system

Description

Removes redundant rows of configuration matric and corresponding entries in observed data

Usage

remove_redundancy(A, y)

Arguments

A

Configuration matrix

y

Vector of observed data. Should be of length nrow(A)

Value

A list with components A and y, respectively the configuration matrix and data vector with redundant rows removed.


MartinLHazelton/DynamicLatticeBasis documentation built on March 1, 2024, 3:14 a.m.