8000 Iterative Solvers - Matrix Output? · Issue #274 · viennacl/viennacl-dev · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Iterative Solvers - Matrix Output? #274
Open
@cdeterman

Description

@cdeterman

It seems that almost all the solvers (i.e. A = xB) in ViennaCL return a vector result. The exception being the use of LU decomposition (example here). Whereas all the iterative solvers show a vector result see here. If I want the solution matrix of a real matrix with respect to the corresponding identity matrix I am currently using the combination of lu_factorize and lu_substitute. Is that currently the only option for the full matrix result or is there another way to use the functions or to use the returned vector result?

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

      0