https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl

sort by:
Revision Author Date Message Commit Date
2c1fac6 CompatHelper: bump compat for "InfiniteArrays" to "0.7" 07 May 2020, 09:08:59 UTC
f79fd2f Create CompatHelper.yml 07 May 2020, 08:46:17 UTC
476e68c update for new BlockArrays (#9) * updates * updates for ApproxFunBase v0.3 * Update Project.toml 07 May 2020, 08:03:22 UTC
96b08b5 Install TagBot as a GitHub Action (#10) 08 February 2020, 21:36:49 UTC
7c3d32d merge 13 January 2020, 14:26:20 UTC
83e54da add makie plot 13 January 2020, 14:25:28 UTC
2b4244f Dl/newfasttransforms (#8) * Fixes for new FastTransforms * Update test_dirichlettriangle.jl 02 December 2019, 23:24:16 UTC
ea84cf3 v0.0.1 20 August 2019, 15:51:26 UTC
6c6ffd3 LazyArrays v0.10 support 19 August 2019, 12:39:23 UTC
d61c6ca Update Project.toml 27 July 2019, 08:21:54 UTC
8c98abd fix cone transform 15 July 2019, 15:48:27 UTC
57624fc Use matrix of points for Disk 24 June 2019, 10:11:29 UTC
01473be Update Cone.jl 18 June 2019, 06:01:34 UTC
430ed4d cleanup disk/cone 17 June 2019, 13:33:31 UTC
7da2cc0 Create helmholtz.jl 07 June 2019, 07:57:44 UTC
016f4ef Update Cone.jl 06 June 2019, 15:39:32 UTC
22d2395 Cleanup disk and cone 05 June 2019, 05:27:42 UTC
f12f4b1 bounds 03 June 2019, 07:23:51 UTC
0884eb0 Cone transform works 06 May 2019, 21:04:54 UTC
ee3b13c DuffyCone works 01 May 2019, 21:13:59 UTC
1f4d91c points and transform for DuffyCone 01 May 2019, 08:25:04 UTC
e81ad6c work on cone 30 April 2019, 21:21:29 UTC
36eb1f8 Work on Cone transform 30 April 2019, 06:11:42 UTC
9750e75 Work on 3DCone 29 April 2019, 07:43:54 UTC
c9882d0 Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 28 April 2019, 08:06:16 UTC
09d78a1 Cone -> Conic 28 April 2019, 08:04:43 UTC
491e4a4 work on cone 25 April 2019, 12:42:04 UTC
aee1d90 Update test_cone.jl 24 April 2019, 07:06:25 UTC
e82cb05 Merge pull request #5 from JuliaApproximation/dl/approxfunbase WIP Disk Transform / ApproxFunBase support 23 April 2019, 20:24:11 UTC
35b773b Project.toml 23 April 2019, 20:23:38 UTC
53107c7 Add Cone 19 April 2019, 20:40:00 UTC
c29f402 Space(::Disk) 17 April 2019, 07:19:55 UTC
b1d3222 ZernikeDIsk constructor 13 April 2019, 19:45:12 UTC
9157ee8 Update src/c_transforms.jl Co-Authored-By: dlfivefifty <solver@mac.com> 12 April 2019, 17:15:25 UTC
98f1747 Use Ref not Ptr for ccall 12 April 2019, 10:25:50 UTC
1bb04f6 Update transform 12 April 2019, 10:10:12 UTC
1ff9937 make tests more exhaustive 10 April 2019, 10:23:10 UTC
efd46fe Disk transform 10 April 2019, 10:03:43 UTC
ef8b46f classic Toeplitz examples 09 April 2019, 17:22:31 UTC
26c0610 ChebyshevDisk constructor works 08 April 2019, 21:17:35 UTC
b4c1b99 start tests 08 April 2019, 15:57:05 UTC
65df07d reorg 07 April 2019, 22:04:45 UTC
779a69e reorg 07 April 2019, 21:27:31 UTC
ff182bd fix N = 0 case 25 March 2019, 08:28:22 UTC
a85da70 fix for variable coefficients 13 February 2019, 10:58:11 UTC
a7dea1d speed up coefficients and evaluate for DirichletTriangle 14 January 2019, 21:12:33 UTC
038850f ill-conditioned, probably need FEM 03 January 2019, 20:37:18 UTC
e4c09f8 L-shaped domain working 03 January 2019, 16:41:27 UTC
d082484 work on L-shaped Laplace 02 January 2019, 16:53:00 UTC
3f772d2 add appveyor 15 November 2018, 22:17:23 UTC
b57a4fd .. -> Segment 30 October 2018, 07:40:42 UTC
28882a0 update for new ft 28 October 2018, 22:14:12 UTC
e2470d7 Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 28 September 2018, 15:58:07 UTC
27cd3bc Faster clenshaw 28 September 2018, 15:58:04 UTC
d82e70b Start triangle examples 28 September 2018, 10:05:08 UTC
5c35982 work on speeding up clenshaw 27 September 2018, 06:46:07 UTC
111c7a2 New clenshaw works 24 September 2018, 15:06:02 UTC
32085f7 allow reversed boundary pieces 19 September 2018, 11:06:14 UTC
e68ef94 fix multiplication, add in 18 September 2018, 20:41:41 UTC
2949750 update to 1.0 syntax 18 September 2018, 11:51:25 UTC
c3d534b Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 16 September 2018, 11:53:46 UTC
f76c4ff don't use .. for segments 16 September 2018, 11:53:42 UTC
625f342 there is no work-around to using BLAS with pointers because SubArrays are immutable. But it's unlikely that `hhdtbsv!` were to be used unsuspectingly Upgrades #4 to BandedMatrices 0.6.0 14 September 2018, 23:57:28 UTC
6c8a666 Merge pull request #4 from JulienMLN/master A rapid and well-conditioned algorithm for the Helmholtz–Hodge decomposition of vector fields on the sphere 14 September 2018, 23:50:22 UTC
af3aae2 don't include SH for now 14 September 2018, 15:50:16 UTC
d29d182 PeriodicInterval -> PeriodicSegment 14 September 2018, 07:53:02 UTC
82582fe Delete gradient.jl 12 September 2018, 23:33:04 UTC
f777265 Add files via upload 12 September 2018, 23:30:06 UTC
7a4e2a0 Add files via upload 12 September 2018, 23:26:30 UTC
249a40f Add files via upload 12 September 2018, 23:12:23 UTC
ac1dfb6 Add files via upload 12 September 2018, 23:11:50 UTC
b207ec0 simplify test 12 September 2018, 15:50:27 UTC
2f56379 One last fix 11 September 2018, 20:30:20 UTC
7a51b0c Triangle tests pass again 10 September 2018, 21:15:22 UTC
972a606 Koornwinder -> Jacobi 10 September 2018, 19:38:47 UTC
82afce2 Fast Laplacian experiment 04 September 2018, 12:26:21 UTC
b4addae set threads 28 August 2018, 10:13:00 UTC
e5e8d00 💯 coverage 26 August 2018, 11:09:59 UTC
d75ac03 Some more deprecation fixes 19 August 2018, 16:39:10 UTC
0520479 Finish Julia v0.7 15 August 2018, 16:01:07 UTC
5014263 Upgrade to Julia v0.7 15 August 2018, 13:10:40 UTC
af1fe39 Bump Julia version 14 August 2018, 13:16:01 UTC
d758c7a merge, use c_transrorm 07 August 2018, 10:51:26 UTC
f1069fd Add c_transform 07 August 2018, 08:12:04 UTC
2764c54 support other DuffyTriangle bases potentially 06 August 2018, 10:34:26 UTC
97460a9 itransform 04 August 2018, 07:55:57 UTC
871dc51 integer shifts 03 August 2018, 19:20:11 UTC
92b4623 work on transforms 03 August 2018, 15:54:48 UTC
b329e77 cleanup test 02 August 2018, 19:17:50 UTC
937af14 transforms work! 02 August 2018, 19:05:10 UTC
eaaa407 fix degenerate conversions 02 August 2018, 13:13:55 UTC
4e118de Work on incorporating fast transform 02 August 2018, 07:14:17 UTC
cab5d5b Fix tests 22 June 2018, 12:45:14 UTC
89d0899 fix triangleweight 14 May 2018, 15:33:20 UTC
2f66def Merge branch 'master' of https://github.com/JuliaApproximation/MultivariateOrthogonalPolynomials.jl 17 April 2018, 15:59:17 UTC
a49a461 test 17 April 2018, 15:59:15 UTC
9f16108 two triangle example 15 April 2018, 20:41:33 UTC
bcab108 Minor changes 26 March 2018, 15:53:16 UTC
195aad3 Work on restriction to edge 21 March 2018, 11:01:21 UTC
d8a70c0 DirichletTriangle derivatives 21 March 2018, 10:47:35 UTC
back to top