Skip to content

Julia package providing an efficient, in-place commutator implementation

License

Notifications You must be signed in to change notification settings

goerz/Commutator.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commutator.jl

Build Status Build status codecov

This package provides the function commutator! that calculates the commutator [A, B] of two ring elements A, B. That is,

commutator!(alpha, A, B, beta, C)

evaluates in-place to

C = beta * C + alpha * (A * B - B * A)

Typically, A, B, C are subclasses of AbstractMatrix, and beta and alpha are a Number.

Installation

julia> Pkg.add("Commutator")

About

Julia package providing an efficient, in-place commutator implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages