MATLAB | Eigen | Notes |
---|---|---|
|
|
MATLAB version allows Y to be a multidimensional matrix, but the Eigen version is only for 1D or 2D matrices. |
|
|
MATLAB version would allow w and h to be non-positive since the colon operator evaluates to a list of indices, but the Eigen version needs non-negative width and height values. |
|
|
Find the maximum coefficient over all entries of the matrix. |
|
|
Find the minimum coefficient over all entries of the matrix. |