Returns the sums of the components of each row of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overrides Function GetRowSums As DenseVector
|
| Visual C++ |
public:
virtual DenseVector^ GetRowSums() override
|
Return Value
A
DenseVector whose components are the sum of the corresponding row of the matrix.
See Also