Skip to content

Commit 0368485

Browse files
authored
Merge pull request #266 from adityam/patch-1
Fix typo in documentation
2 parents f3e350b + 7f2bf21 commit 0368485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/method_iar_chebyshev.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Computes the vector y0 used in [`iar_chebyshev`](@ref) defined as
372372
```math
373373
y_0 =\\left( \\sum_{i=0}^{N-1} B \\left( \\frac{d}{d \\theta} \\right) \\hat T_i(\\theta) x_i \\right)(0) - \\sum_{i=0}^{N} T_i(c) y_i
374374
```
375-
where \$T_i\$ is the i-th Chebyshev polynomial of the first kind, \$ \\ hat T_i\$ is the i-th Chebyshev polynomial of the first kind for the interval [a,b]. For a generic `nep`, this quantity is computed by converting polynomials in monomial basis. This procedure may be numerical unstable if many iterations are required. If for the specific `nep` a closed formula is available, we suggest to overload this function.
375+
where \$T_i\$ is the i-th Chebyshev polynomial of the first kind, \$ \\hat T_i\$ is the i-th Chebyshev polynomial of the first kind for the interval [a,b]. For a generic `nep`, this quantity is computed by converting polynomials in monomial basis. This procedure may be numerical unstable if many iterations are required. If for the specific `nep` a closed formula is available, we suggest to overload this function.
376376
"""
377377
function compute_y0_cheb(T,nep::NEPTypes.NEP,::Type{ComputeY0Cheb},X,Y,M0inv,precomp::AbstractPrecomputeData)
378378
# compute_y0_cheb computes y0 for the NEP

0 commit comments

Comments
 (0)