Returns the dot product between two rows of the current matrix.
Syntax
MatrixObject.RowsDotProduct(Row1, Row2)
Parameters
- Row1
- Long integer specifying the first row.
- Row2
- Long integer specifying the second row.
Remarks
If the same value is used for Row1, Rowl2 parameters then the
value returned is the sum of squares of the specified row elements.
Error Codes
Error 1319
will be returned, if Row1 or Row2 exceed matrix size.
See Also
ColsDotProduct Method
Applies To: Matrix | CMatrix