Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
This repository was archived by the owner on May 12, 2026. It is now read-only.

correct constructTanakaKasugaYamashitaYazaki6A to D and constructMikkawyEisa #71

@emca1

Description

@emca1

Instead of

return(ExplicitRKTableau(A,c,α,6))

constructTanakaKasugaYamashitaYazaki6D should return

return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))


Instead of

return(ExplicitRKTableau(A,c,α,6))

constructTanakaKasugaYamashitaYazaki6C should return

return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))


Instead of

return(ExplicitRKTableau(A,c,α,6))

constructTanakaKasugaYamashitaYazaki6B should return

return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))


Instead of

return(ExplicitRKTableau(A,c,α,6))

constructTanakaKasugaYamashitaYazaki6A should return

return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))


Instead of

return(ExplicitRKTableau(A,c,α,6))

constructMikkawyEisa should return

return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))


Check the proposed orders...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions