b is a vector of length n,
the corresponding diagonal matrix B is defined by
/ b if i == j
/ i
B =
i,j \
\ 0 otherwise
user,
select User-Defined Functions,
and then select the Display button,
the contents page for the User-Defined Functions section
of the O-Matrix documentation will be displayed in your browser.
If in the search dialog,
you enter the word tutorial and select the corresponding topic,
a tutorial for learning O-Matrix will be displayed.
W is positive definite if for every non-zero
column vector u with the same number of rows as W
T
u W u > 0
Note that we include the matrix being symmetric in our definition of
positive definite; i.e.,
W(i, j) = W(j, i)