What does this weird matrix notation mean?

78 Views Asked by At

I came across this in a convexity chapter of a book,

$$f (\bf x) = ( \bf B x, \bf x)$$

where both $\bf B$ and $\bf x$ are matrices. What does the right-hand side mean?

1

There are 1 best solutions below

0
On

It is $f:\mathbb R^n\to \mathbb R$ with

$$f(x)=\langle Bx,x\rangle=x^TBx$$