chop

版本 1.0.4 (14.6 KB) 作者: Nick Higham
Round matrix elements to lower precision in MATLAB
301.0 次下载
更新时间 2022/6/14

chop is a MATLAB function for rounding the elements of a matrix to a lower precision arithmetic with one of several forms of rounding. Its intended use is for simulating arithmetic of different precisions (less than double) with various rounding modes. The input to chop should be single precision or double precision and the output will have the same type: the lower precision numbers are stored within a higher precision type.

The arithmetic formats supported are

'b', 'bfloat16' - bfloat16,
'h', 'half', 'fp16' - IEEE half precision (the default),
's', 'single', 'fp32' - IEEE single precision,
'd', 'double', 'fp64' - IEEE double precision,
'c', 'custom' - custom format.

引用格式

Nicholas J. Higham and Srikara Pranesh (2019). chop (https://www.github.com/higham/chop), GitHub. Retrieved March 22, 2019.

MATLAB 版本兼容性
创建方式 R2018b
与 R2016a 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.4

Minor fixes and documentation improvements.

1.0.3

Deleted old citation.

1.0.2

Changed citation.

1.0.1

Added co-author.

1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库