| .. |
|
Config.cmake
|
Householder and QR decomposition for matrices (f64,f32,f16).
|
3 years ago |
|
MatrixFunctions.c
|
Add some f64 Neon optimisations for aarch64
|
3 years ago |
|
MatrixFunctionsF16.c
|
Typo in MatrixFunctionsF16.c
|
3 years ago |
|
arm_householder_f16.c
|
Optimizations for QR decomposition.
|
3 years ago |
|
arm_householder_f32.c
|
Optimizations for QR decomposition.
|
3 years ago |
|
arm_householder_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_add_f16.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_add_f32.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_add_q15.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_add_q31.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_cholesky_f16.c
|
CMSIS-DSP: Improvements to matrix inversion.
|
4 years ago |
|
arm_mat_cholesky_f32.c
|
CMSIS-DSP: Improvements to matrix inversion.
|
4 years ago |
|
arm_mat_cholesky_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_cmplx_mult_f16.c
|
DSP: Eliminate some non-standard C code
|
4 years ago |
|
arm_mat_cmplx_mult_f32.c
|
CMSIS-DSP: Remove type punning in vector code and some compilation warnings.
|
5 years ago |
|
arm_mat_cmplx_mult_q15.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_cmplx_mult_q31.c
|
CMSIS-DSP: Remove type punning in vector code and some compilation warnings.
|
5 years ago |
|
arm_mat_cmplx_trans_f16.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_cmplx_trans_f32.c
|
Improved documentation
|
3 years ago |
|
arm_mat_cmplx_trans_q15.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_cmplx_trans_q31.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_init_f16.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_init_f32.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_init_f64.c
|
Add some f64 Neon optimisations for aarch64
|
3 years ago |
|
arm_mat_init_q15.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_init_q31.c
|
Improved documentation
|
3 years ago |
|
arm_mat_inverse_f16.c
|
CMSIS-DSP: Improvements to matrix inversion.
|
4 years ago |
|
arm_mat_inverse_f32.c
|
Improved documentation
|
3 years ago |
|
arm_mat_inverse_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_ldlt_f32.c
|
Fixed compiler warnings (#95)
|
3 years ago |
|
arm_mat_ldlt_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_mult_f16.c
|
CMSIS-DSP: Removed float promotion issues
|
5 years ago |
|
arm_mat_mult_f32.c
|
Correction of issue #105
|
3 years ago |
|
arm_mat_mult_f64.c
|
Add some f64 Neon optimisations for aarch64
|
3 years ago |
|
arm_mat_mult_fast_q15.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_mult_fast_q31.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_mult_opt_q31.c
|
CMSIS-DSP: Improvements to pull request #1363
|
4 years ago |
|
arm_mat_mult_q7.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_mult_q15.c
|
Corrections to the documentation.
|
3 years ago |
|
arm_mat_mult_q31.c
|
CMSIS-DSP: Improvements to pull request #1363
|
4 years ago |
|
arm_mat_qr_f16.c
|
Optimizations for QR decomposition.
|
3 years ago |
|
arm_mat_qr_f32.c
|
Optimizations for QR decomposition.
|
3 years ago |
|
arm_mat_qr_f64.c
|
Optimizations for QR decomposition.
|
3 years ago |
|
arm_mat_scale_f16.c
|
CMSIS-DSP: Removed float promotion issues
|
5 years ago |
|
arm_mat_scale_f32.c
|
Improved documentation
|
3 years ago |
|
arm_mat_scale_q15.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_scale_q31.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_solve_lower_triangular_f16.c
|
CMSIS-DSP: Correction os issue 1274
|
4 years ago |
|
arm_mat_solve_lower_triangular_f32.c
|
CMSIS-DSP: Correction os issue 1274
|
4 years ago |
|
arm_mat_solve_lower_triangular_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_solve_upper_triangular_f16.c
|
CMSIS-DSP: Correction os issue 1274
|
4 years ago |
|
arm_mat_solve_upper_triangular_f32.c
|
CMSIS-DSP: Correction os issue 1274
|
4 years ago |
|
arm_mat_solve_upper_triangular_f64.c
|
Revert some part of PR #95
|
3 years ago |
|
arm_mat_sub_f16.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_sub_f32.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_sub_f64.c
|
Improved documentation
|
3 years ago |
|
arm_mat_sub_q15.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_sub_q31.c
|
Fix uninitialised variable references reported by GCC 12 (#42)
|
3 years ago |
|
arm_mat_trans_f16.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_trans_f32.c
|
Improved documentation
|
3 years ago |
|
arm_mat_trans_f64.c
|
Add some f64 Neon optimisations for aarch64
|
3 years ago |
|
arm_mat_trans_q7.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_trans_q15.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_trans_q31.c
|
CMSIS-DSP: Update copyright year and version numbers in comments.
|
5 years ago |
|
arm_mat_vec_mult_f16.c
|
CMSIS-DSP: Removed float promotion issues
|
5 years ago |
|
arm_mat_vec_mult_f32.c
|
CMSIS-DSP: Improvements to matrix inversion.
|
4 years ago |
|
arm_mat_vec_mult_q7.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_vec_mult_q15.c
|
DSP: Remove undefined behavior in post-increment/decrement read (#1443)
|
4 years ago |
|
arm_mat_vec_mult_q31.c
|
CMSIS-DSP: Removed float promotion issues
|
5 years ago |