Skip to content

Something is wrong with the Inverse class #1

@ted-python

Description

@ted-python
for (int i=jj; i<L; i++)
    {
        if(AA[i][jj]==1)//==1
        {
            LOW[kk]=i;
            kk++;
        }
    }

I am wondering whether you can use the AA[i][jj]>=-1 in the code
When I compare the result of your decoder and the original source, there are mistakes. So it can not decode successfully.

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