Skip to content

Potential issue with rankUpdate! dosctring #813

Closed
@ajinkya-k

Description

@ajinkya-k

According to the rankUpdate docstring:

A rank-k update, C := α*A'A + β*C, of a Hermitian (Symmetric) matrix.

the update is C <- α*A'A + β*C but while debugging with the penicllin data, I had the following: C is of size (6,6) and A is of size (6,24) which means the update is C <- α*AA' + β*C (note the reverse order for A and its transpose).

Image

Am I understanding something incorrectly or should the docstring be updated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions