matrix
matrix copied to clipboard
Matrices.
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?...
`NOTE`s may be found in the source.
Currently, only accept `arrays` for methods such as `mset`. Should also accept `typed-arrays`, etc.
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...