Skip to content

Support batch inputs #11

Open
Open
@sbarratt

Description

@sbarratt

Eg

A = sparse.eye(5)
s = qdldl.Solver(A)
rhs = np.random.randn(5, 2)
s.solve(rhs)

The pure python implementation would be something like
[s.solve(rhs[:,i]) for i in range(rhs.shape[1])]

Most of the numpy/scipy solve commands support this so it might be nice.

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