
Today's guest blogger is Mary Fenelon, who is the product marketing manager for Optimization and Math here at MathWorks. In today's post she describes how using the new paged matrix functions can simplify your code and improve performance.Table of Contents
Paged Matrix Functions Easier Faster MoreHelper FunctionsA batched, page-wise matrix multiply function
pagemtimes, along with page-wise transpose
pagetranspose, and complex conjugate transpose
pagectranspose functions, were added to MATLAB® in R2020b. The new functions make operations where an N-D array is a container for dense matrices easier to write and faster to
...
read more >>
More...