Skip to content

Documentation #21

Description

@bjmtrk

Hi,
Is there a documentation talking about the source code like an API documentation?

I am developing a structure like:
Given that Const is a subtype of Exp
f{T<:Exp}(x::T,y ::T ) = Composite(x,y)
f(x::Const,y::Const) => here I look for optimization cases where Const(0.0) or Const(1.0) and in the fall back case , I need to call f{T<:Exp}(x::T,y ::T ).

This definitely needs this sort of dispatch. I developed my own expression tree matching system. however i need to develop a decision tree and linearization scheme like yours? So If there is a document about the process, it would be awesome.

Or at least, an explanation about each type or jl file that you use in your code would be a nice thing.

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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