CompactBases.jl icon indicating copy to clipboard operation
CompactBases.jl copied to clipboard

Julia library for function approximation with compact basis functions

Results 16 CompactBases.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `ContinuumArrays` package from `0.10, 0.11, 0.12` to `0.10, 0.11, 0.12, 0.17`. This keeps the compat entries for earlier versions. Note: I...

This pull request changes the compat entry for the `ContinuumArrays` package from `0.10, 0.11, 0.12` to `0.10, 0.11, 0.12, 0.16`. This keeps the compat entries for earlier versions. Note: I...

This pull request changes the compat entry for the `QuasiArrays` package from `0.9` to `0.9, 0.11`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `FastGaussQuadrature` package from `0.4, 0.5` to `0.4, 0.5, 1`. This keeps the compat entries for earlier versions. Note: I have not...

This pull request changes the compat entry for the `BandedMatrices` package from `0.16,0.17` to `0.16,0.17, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

For discretization of non-Hermitian operators in non-uniform finite-differences, it can be advantageous to work with separate left- and right-vectors, where the inner product is computed as `transpose(left)*right` (i.e. the first...

`b = A*x` is not particularly fast for `A isa BlockSkylineMatrix`, at least not for the block sizes that commonly arise in FE-DVR. Maybe representing `A` as a `BandedMatrix` (thus...

The same set of data points can lead to different estimates of the convergence rate, which sometimes leads to tests failing: - Failure: https://ci.appveyor.com/project/jagot/compactbases-jl/builds/33863946/job/4hwakx40umwhundm#L272 - Success: https://ci.appveyor.com/project/jagot/compactbases-jl/builds/33756833/job/u7xqcq2wugkb0a53#L272 It does not...