Math.NET Numerics v0.3

SparseColumnRowMatrix Class

Sparse matrix stored as a vector, column major

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

System.Object
   AbstractMatrix
      SparseColumnRowMatrix

public class SparseColumnRowMatrix : AbstractMatrix, ISparseColumnRowAccessMatrix, ISparse, IElementalAccessZeroColumnMatrix, IElementalAccessMatrix, IZeroColumnMatrix, IVectorAccess

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

SparseColumnRowMatrix Members | MathNet.Numerics.LinearAlgebra.Sparse Namespace