Round matrix elements to lower precision in MATLAB
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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.
일반 정보
- 버전 1.0.4 (14.6 KB)
-
GitHub에서 라이선스 보기
MATLAB 릴리스 호환 정보
- R2016a 이상 릴리스와 호환
플랫폼 호환성
- Windows
- macOS
- Linux
GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 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 |
