Skip to content

Question: old type Poly{T} -- replacement? #585

Description

@B-LIE

I just dug up some old code from 2020, or so, where I used the Polynomials.jl package.

One of my constructs doesn't work any more,

#
# Routine to find the vector of column degrees
#
function col_deg(M::Matrix{Poly{T}}) where T<:Number
    return maximum(length.(coeffs.(M)),dims=1)[:].-1
end

Seems like Poly{T} doesn't exist any more.

  • Has Poly{T} been replaced by another type?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions