Semidefinite
Semidefinite refers to a property of matrices and to a class of optimization problems known as semidefinite programming. In linear algebra, a real symmetric matrix A is called positive semidefinite (PSD) if x^T A x ≥ 0 for all real vectors x. For complex matrices, the analogous condition uses Hermitian A. If x^T A x > 0 for all nonzero x, A is positive definite (PD). Semidefinite matrices have nonnegative eigenvalues; equivalently, A is PSD if and only if there exists a matrix B with A = B^T B (Cholesky-like factorization, possibly with B rectangular).
Semidefinite programming (SDP) is a convex optimization framework in which one minimizes a linear objective subject
Applications span control theory, structural optimization, quantum information, combinatorial optimization via semidefinite relaxations, and machine learning.