nathanaelbosch / PSDMatrices.jl

Positive semi-definite matrix types in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Printable PSDMatrix

pnkraemer opened this issue · comments

Currently, when printing a PSDMatrix, one gets an error:

Error showing value of type PSDMatrix{Float64, LowerTriangular{Float64, Adjoint{Float64, Matrix{Float64}}}}:
ERROR: getindex not defined for PSDMatrix{Float64, LowerTriangular{Float64, Adjoint{Float64, Matrix{Float64}}}}
Stacktrace:

Would be great to have this fixed.