LeanPool.RlTheoryInLean.Data.Matrix.PosDef #
A real square matrix whose negation is asymmetrically positive definite.
- nd : (-A).PosDefAsymm
Instances
@[implicit_reducible]
noncomputable instance
Matrix.instInvertibleRealDetOfPosDefAsymm
{α : Type u_1}
[Fintype α]
(A : Matrix α α ℝ)
[DecidableEq α]
[A.PosDefAsymm]
:
Equations
@[implicit_reducible]
noncomputable instance
Matrix.instInvertibleRealOfPosDefAsymm
{α : Type u_1}
[Fintype α]
(A : Matrix α α ℝ)
[DecidableEq α]
[A.PosDefAsymm]
:
Equations
@[implicit_reducible]
noncomputable instance
Matrix.instInvertibleRealDetOfNegDefAsymm
{α : Type u_1}
[Fintype α]
(A : Matrix α α ℝ)
[DecidableEq α]
[A.NegDefAsymm]
:
Equations
@[implicit_reducible]
noncomputable instance
Matrix.instInvertibleRealOfNegDefAsymm
{α : Type u_1}
[Fintype α]
(A : Matrix α α ℝ)
[DecidableEq α]
[A.NegDefAsymm]
: