You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should work for arbitrary number types, e.g TPS64 = TPS{Float64}, TPS{Float128}, etc (not only Float64 and ComplexF64). This also opens up allowing symbolics as TPS
TPSs should be immutable structs
Adopt Base Complex definition (so ComplexTPS64 = Complex{TPS64})
The text was updated successfully, but these errors were encountered:
Rewrite of library entirely in Julia:
TPS64 = TPS{Float64}
,TPS{Float128}
, etc (not only Float64 and ComplexF64). This also opens up allowing symbolics as TPSComplex
definition (soComplexTPS64 = Complex{TPS64}
)The text was updated successfully, but these errors were encountered: