Numerical Components for .NET
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
public override IEnumerable<RowColumnValueTriplet> NonzeroComponents { get; }
Public Overrides ReadOnly Property NonzeroComponents As IEnumerable(Of RowColumnValueTriplet) Get
public: virtual property IEnumerable<RowColumnValueTriplet>^ NonzeroComponents { IEnumerable<RowColumnValueTriplet>^ get () override; }
abstract NonzeroComponents : IEnumerable<RowColumnValueTriplet> override NonzeroComponents : IEnumerable<RowColumnValueTriplet>
Use this property to enumerate over the nonzero components of a sparse matrix. The object that is returned implements IEnumerable. Use this object's GetEnumerator()()()() method to get access to the elements.
The elements of the enumeration are of type RowColumnValueTriplet. These are triplets consisting of the row, the column and the value of the nonzero component.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.