SciML / SciML/ExponentialUtilities.jl

Drop `ishermitian` and `opnorm` requirement for custom operator types.

Open
#8 1 comment 0 reactions 1 assignee View on GitHub

@MSeeker1340 is already working on this.

Since Oct 16, 2018.

Dominant language
Julia
Stars
107
Forks
35
Avg merge
22h 52m
Merged PRs (30d)
11

Description

Currently to use a matrix-free operator we need to implement the LinearAlgebra.ishermitian and LinearAlgebra.opnorm (or provide a custom norm function). These slows down rapid prototyping and for some sparse types (e.g. SymTridiagonal) the default methods are not very efficient.

Since only scalar values are really needed, we should change the methods to not accept the functions themselves but their values with defaults (as suggested in #1).

For rapid prototyping & interfacing between packages, the end goal should be that only LinearAlgebra.mul! and Base.size needs to be implemented.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.