Skip to content

Code implementation in minco.hpp does not fit with the paper. Matrix row order changed. #32

@zhangbaozhe

Description

@zhangbaozhe

Hi. I noticed that in the code implementation

for (int i = 0; i < N - 1; i++)

The row order is not the same as described in the paper.

Is this for making the diagonal entries of the matrix M all nonzero (since in the above LU factorization, you divide the element with the diagonal element)?

Could you please describe in detail how you change the row order in terms of different s?

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