Skip to contents

Construct a validated DecompositionResult

Usage

DecompositionResult(
  V_star,
  sigma,
  coords,
  warnings = character(),
  V_k,
  sigma_k,
  coords_k,
  k
)

dr_V_star(x)

dr_sigma(x)

dr_coords(x)

dr_warnings(x)

dr_V_k(x)

dr_sigma_k(x)

dr_coords_k(x)

dr_k(x)

Arguments

V_star

numeric p-vector

sigma

numeric K-vector

coords

list of K numeric n-vectors (component 1)

warnings

character vector

V_k

p x k numeric matrix

sigma_k

K x k numeric matrix

coords_k

list of K numeric n x k matrices

k

positive integer

x

a DecompositionResult (accessor functions only)

Value

validated DecompositionResult