Skip to content

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

@B-LIE

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?

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