Skip to content

include parameter to coerce PLs to sparse matrices #1

Open
@corybrunson

Description

@corybrunson

As in Peter Bubenik's lab worksheets, discrete PLs with common and constant support can be encoded as (sparse) matrices, especially for linear-algebraic uses. Since the functions pl_vectorize() and pl_devectorize() already rely on vector/matrix attributes, it would be a small leap to have them convert between class 'Rcpp_PersistenceLandscape' and a new class of (sparse) matrices of vectorized landscapes.

If this class is used, then either (a) most other pl_*() will need to be adapted to handle this class, (b) a parallel set of pv_*() functions will need to be written, or (c) the low-level pl_*() functions will need to be rewritten to use method dispatch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions