Skip to content

Matrix code one line fix #4

@halokid

Description

@halokid

line 150:
result := MakeMatrix(make([]float64, A.cols*A.rows), A.cols, A.rows)

maybe change to:
result := MakeMatrix(make([]float64, A.cols*A.rows), A.rows, .cols)

the order of the params in not right ??? :)

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