Returns the sums of the components of each row of the matrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| Visual Basic (Declaration) |
Public Overridable Function GetRowSums As SingleDenseVector
|
Return Value
A
DenseVector whose components are the sum of the corresponding row of the matrix.
See Also