SciFracX / FractionalCalculus.jl

FractionalCalculus.jl: A Julia package for high performance, comprehensive and high precision numerical fractional calculus computing.
http://scifracx.org/FractionalCalculus.jl/dev/
MIT License
32 stars 6 forks source link

The GL_High_Precision broke when p is bigger than 2 #5

Open ErikQQY opened 2 years ago

ErikQQY commented 2 years ago

The newly added algorithm GL_High_Precision throw DimensionMissMatch error when p is bigger than 2

ErikQQY commented 2 years ago

It is caused by the getvec function, the 2 order precision is okay for now