Compute the scalar product between a vector and a row of the matrix
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Overload List
  Name Description
Public Method Static MatrixUtils.RowScalarProduct (Matrix<double>, int, IList<double>) Compute the scalar product between a vector and a row of the matrix
Public Method Static MatrixUtils.RowScalarProduct (Matrix<double>, int, Matrix<double>, int) Compute the scalar product between two rows of two matrices