matrix icon indicating copy to clipboard operation
matrix copied to clipboard

Matrices.

Results 4 matrix issues
Sort by recently updated
recently updated
newest added

Currently, matrices are row-major order. Supporting column-major order would require internal modifications to provide efficient access patterns. - What are the use cases for supporting column-major order as an option?...

enhancement
question

`NOTE`s may be found in the source.

enhancement
question

Currently, only accept `arrays` for methods such as `mset`. Should also accept `typed-arrays`, etc.

enhancement

What are your thoughts on allowing for row and column names? R has this feature, and for standard applications in statistics, where the columns of a design matrix hold data...

enhancement