RecursiveTupleMath.jl

Author chriselrod
Popularity
4 Stars
Updated Last
10 Months Ago
Started In
December 2022

RecursiveTupleMath

Stable Dev Build Status Coverage

What is the motivation of this repo?

  1. The language server doesn't understand defining methods with macros like @eval or ForwardDiff.@define_binary_dual_op. Defining methods within the module you're working on will result in them all being marked as undefined references, but if a dependency defines them, the LSP will be able see them. Therefore, it's nice to silo off all macro-defined methods into a separate repo.
  2. Sometimes it's nice to work with and do math with tuples.

Used By Packages

No packages found.