Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 479 Bytes

File metadata and controls

23 lines (18 loc) · 479 Bytes
CurrentModule = MatrixAlgebraKit
CollapsedDocStrings = true

Matrix Properties

MatrixAlgebraKit.jl provides a number of methods to check various properties of matrices.

isisometric
isunitary
ishermitian
isantihermitian

Furthermore, there are also methods to project a matrix onto the nearest matrix (in 2-norm distance) with a given property.

project_isometric
project_hermitian
project_antihermitian