Skip to content

frequency experiments  #1

Description

@sw-gong

forward, invert, evals = transformer(adj.to_dense())

The adj which is row normalized adjacency matrix is not symmetric, which is then passed to np.linalg.eigh for eigendecomposition, but this function only accepts a complex Hermitian (conjugate symmetric) or a real symmetric matrix. Do I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions