이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
연산자 대체
코드 대체 툴 또는 프로그래밍 인터페이스를 사용하여 스칼라 및 행렬 연산에 대한 코드 대체 매핑을 정의합니다. 행렬 연산을 프로세서 또는 BLAS 코드로 대체합니다. 데이터 정렬을 제어합니다. 코드 일치 및 대체 프로세스를 사용자 지정합니다.
툴
함수
도움말 항목
- Scalar Operator Code Replacement
Define code replacement mappings for scalar operators.
- Addition and Subtraction Operator Code Replacement
Define code replacement mappings for addition and subtraction operations.
- Small Matrix Operation to Processor Code Replacement
Define code replacement mappings that replace nonscalar small matrix operations with processor-specific intrinsic functions.
- Matrix Multiplication Operation to MathWorks BLAS Code Replacement
Define code replacement mappings that replace nonscalar multiplication operations with Basic Linear Algebra subroutine (BLAS) multiplication functions
andx
gemm
.x
gemv - Matrix Multiplication Operation to ANSI/ISO C BLAS Code Replacement
Define code replacement mappings that replace nonscalar multiplication operations with ANSI®/ISO® C BLASBinary-Point-Only Scaling Code Replacement multiplication functions
andx
gemm
.x
gemv - Shift Left Operations and Code Replacement
Define code replacement mappings for code that the code generator produces for shift (<<) operations.