Skip to content

Commit 2e11754

Browse files
committed
Update FastTransforms.jl
1 parent 09e4b5f commit 2e11754

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FastTransforms.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ import GenericFFT: interlace # imported in downstream packages
3434

3535
import RecurrenceRelationships: clenshaw!, check_clenshaw_recurrences
3636

37+
const _forwardrecurrence! = RecurrenceRelationships.forwardrecurrence_partial!
38+
const _clenshaw_next = RecurrenceRelationships.clenshaw_next
39+
const _forwardrecurrence_next = RecurrenceRelationships.forwardrecurrence_next
40+
3741
export leg2cheb, cheb2leg, ultra2ultra, jac2jac,
3842
lag2lag, jac2ultra, ultra2jac, jac2cheb,
3943
cheb2jac, ultra2cheb, cheb2ultra, associatedjac2jac,

0 commit comments

Comments
 (0)