Interface for general sparse matrix storage formats.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public interface ISparseMatrixStorage<T> |
| Visual Basic (Declaration) |
|---|
Public Interface ISparseMatrixStorage(Of T) |
| Visual C++ |
|---|
generic<typename T> public interface class ISparseMatrixStorage |
Type Parameters
- T
- The underlying type of the stored values.