The library provides a good balance between speed and ease of use.
The library supports integers, floating points, complex numbers and a subset of trigonometric and statistics functions.
What's New in This Release: [ read full changelog ]
· Added non-contiguous submatrix views
· Added shorthand for inverse: .i()
· Added hist() and histc()
· Faster repmat()
· Faster handling of submatrix views with one row or column
· Faster generation of random numbers
· Faster element access in fixed size matrices
· Better detection of vector expressions by sum(), cumsum(), prod(), min(), max(), mean(), median(), stddev(), var().