Skip to content

Outsource algorithm to compute matrix power #139

@schillic

Description

@schillic

See this thread.

Summary:

  • Add an abstract type IntervalMatrixPowerAlgorithm.
  • Add a field algorithm::IntervalMatrixPowerAlgorithm to IntervalMatrixPower (best make this a type parameter).
  • Add types for each algorithm and implement apply methods.
struct MultiplyAlgorithm <: IntervalMatrixPowerAlgorithm end
struct PowerAlgorithm <: IntervalMatrixPowerAlgorithm end
...

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