Skip to content
 
 

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

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages