Skip to content

expm missing method definitions, result type inconsistent #174

Closed
@jakebolewski

Description

@jakebolewski

There is some inconsistency with the output type for special matrix types.
expm(::Diagonal) -> Diagonal
expm(::Union(Symmetric,Hermitian)) -> Matrix

expm is currently undefined for the following AbstractMatrix subtypes:

Bidiagonal
UpperTriangular
LowerTriangular
SymTridiagonal

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