JuliaMath / JuliaMath/MeasureTheory.jl

Overload LinearAlgebra.cross for ProductMeasure

Open
#15 13 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
401
Forks
31
PR merge metrics
No merged PRs in 30d

Description

This package defines `×(μ::AbstractMeasure{X}, ν::AbstractMeasure{Y})`. This will collide with `LinearAlgebra.cross`, which is aliased to `×`, which is exported. The solution we used in Manifolds.jl was to overload `LinearAlgebra.cross` and then re-export `×`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.