A quadratic objective function is typically of the form x^\top Qx + c^\top x where Q is a (sparse) matrix defining the quadratic part of the function and c is a (sparse) vector of coefficients to the n defining the linear
通常的形式x^\top Qx + c^\top xQ是定义二次部分的功能和c是一个(稀疏)的系数向量(稀疏)矩阵的二次目标函数是n定义的线性
用法----------Usage----------
参数----------Arguments----------
参数:Q
a n \times n matrix with numeric entries representing the quadratic part of objective function. Sparse matrices of class "simple_triplet_matrix" can be supplied.
n \times n二次部分的目标函数矩阵输入数字。稀疏矩阵类"simple_triplet_matrix"可以提供。
参数:L
a numeric vector of length n, where n is the number of objective variables.
一个数值向量的长度n,其中n是目标变量的数量。