A quadratic form is any function
of
the form
| (2.2) |
The minimum of a quadratic form
can be found by setting
, which is equivalent to solving
for
.
Therefore, one may use Gaussian elimination or compute the inverse or
left pseudo-inverse of
[44,23]. The
time complexity of these methods is
O
, which is infeasible
for large values of
. Several possibilities exist for inverting a
matrix asymptotically faster than
O
, with complexities as
low as approximately
O
[37,21].
Due to constant factors not evident in the asymptotic complexity of
these methods,
must be very large before they outperform standard
techniques such as an LU decomposition or Cholesky factorization
[44,37]. However, for very large
even
O
is infeasible, and hence these approaches are not
practical. An alternative is to find an approximate solution
using an iterative method.