Math.NET Numerics v0.3

SparseRowMatrix Class

Sparse matrix stored as 2D ragged rows. For best performance during assembly, ensure that enough memory is allocated at construction time, as re-allocation may be time-consuming.

For a list of all members of this type, see SparseRowMatrix Members.

System.Object
   AbstractMatrix
      SparseRowMatrix

public class SparseRowMatrix : AbstractMatrix, ISparseRowAccessMatrix, ISparse, IElementalAccessZeroRowMatrix, IElementalAccessMatrix, IZeroRowMatrix, IMatrixAccess

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: MathNet.Numerics.LinearAlgebra.Sparse

Assembly: MathNet.Numerics (in MathNet.Numerics.dll)

See Also

SparseRowMatrix Members | MathNet.Numerics.LinearAlgebra.Sparse Namespace