Click or drag to resize

imbSCI.Data.collection.math Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generic relationship matrix structures, concurrent 2D matrices and concurrent List
Classes
  ClassDescription
Public classaceInt2DStackedMatrix
2D matrix of integer values, where Y is not preset but contains stacked values. Thread-safe version
Public classaceInt2DStackedMatrixConcurrent
2D matrix of integer values, where Y is not preset but contains stacked values. Thread-safe version
Public classaceRelationMatrixTXAxis, TYAxis, TRelation
Universal generic matrix, having separate type parameter for X axis, Y axis and relationship definition
Public classaceRelationMatrixTripleTXAxis, TYAxis, TRelation
Public classConcurrentEnumeratorT
Concurrent Enumerator by Brian Murphy-Booth @ stackoverflow
Public classConcurrentListT
Concurrent List by Brian Murphy-Booth @ stackoverflow
Delegates
Remarks
Note that concurrent list doesn't make any sense in terms of performances. It was introduced here just as compatibility feature (between multi-threading and single-threaded execution)