Skip to content

dimensions of outputs from linear algebra operators #179

@paciorek

Description

@paciorek

We handle doing x %*% y where y is numericVector, but the output is numericMatrix.

This then requires nimble-like gymnastics of (x%*%y)[,1] if the user wants to work with a vector. And of course will likely cause user confusion.

This issue is to allow us to discuss how far we want to go with trying to get this to "just work".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions