@fluidframework/matrix Package
Packages > @fluidframework/matrix
Classes
List of classes contained in this package or namespace
Class |
Description |
SharedMatrix |
A SharedMatrix holds a rectangular 2D array of values. Supported operations include setting values and inserting/removing rows and columns.Matrix values may be any Fluid serializable type, which is the set of JSON serializable types extended to include IFluidHandles.Fluid's SharedMatrix implementation works equally well for dense and sparse matrix data and physically stores data in Z-order to leverage CPU caches and prefetching when reading in either row or column major order. (See README.md for more details.) |
SharedMatrixFactory |
|
Interfaces