We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba06b commit 305fcefCopy full SHA for 305fcef
src/common.jl
@@ -201,7 +201,7 @@ companion(::AbstractPolynomial)
201
"""
202
vander(::Type{AbstractPolynomial}, x::AbstractVector, deg::Integer)
203
204
-Calculate the psuedo-Vandermonde matrix of the given polynomial type with the given degree.
+Calculate the pseudo-Vandermonde matrix of the given polynomial type with the given degree.
205
206
# References
207
[Vandermonde Matrix](https://en.wikipedia.org/wiki/Vandermonde_matrix)
0 commit comments