Skip to content

reserve_coo should zero-initialize all memory #125

@rileyjmurray

Description

@rileyjmurray

This is a minor issue. Debugging would be easier if we zero-initialized memory here:

M.vals = new T[nnz];
M.rows = new sint_t[nnz];
M.cols = new sint_t[nnz];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions