Skip to content

Commit

Permalink
much dev for work new TPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed Jul 13, 2024
1 parent 119438d commit 300aba3
Show file tree
Hide file tree
Showing 8 changed files with 2,091 additions and 2,255 deletions.
8 changes: 7 additions & 1 deletion src/GTPSA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ import Base: +,
lastindex,
firstindex,
rand,
unsafe_convert
unsafe_convert,
eltype

import LinearAlgebra: norm, mul!
import SpecialFunctions: erf, erfc
Expand Down Expand Up @@ -152,4 +153,9 @@ include("operators.jl") # TPS math overloaded operators/functions
include("methods.jl") # Higher-level TPS functions (derivatives, integrals, evaluate, etc)
include("fast_gtpsa.jl") # Everything for the @FastGTPSA macro

include("new/tps.jl")
include("new/operators.jl")
include("new/getset.jl")
include("new/show.jl")

end
3 changes: 1 addition & 2 deletions src/low.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ const NAMSZ::Int = 16
include("low_level/mono.jl")
include("low_level/desc.jl")
include("low_level/rtpsa.jl")
include("low_level/ctpsa.jl")
include("low_level/tps.jl")
include("low_level/ctpsa.jl")
Loading

0 comments on commit 300aba3

Please sign in to comment.