Skip to content

* has no method matching *(::Array{Float64,2}, ::Tridiagonal{Float64}) #263

@Ken-B

Description

@Ken-B

To replicate:

A = Tridiagonal(rand(4), rand(5), rand(4))
B = rand(5, 5)
A * B #works
B * A #MethodError
B * full(A) #works

Seems to me some fallback is missing. I'm on v0.4-rc2, haven't tried on master.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions