Searched refs:matrix (Results 1 – 19 of 19) sorted by relevance
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | matrix.md | 17 Once you have matrixes, you need to initialize them. A matrix is also a vector, so you can initial… 44 …merged into the loop. `*` is the element-wise multiply. For the vector / matrix products you shoul… 50 We can create virtual vectors which are view of some slices of the matrix. 96 It is also possible to create a virtual matrix : a view onto a subset of the matrix. 98 Let's add the bottom right corner of the matrix to itself: 117 No stride is supported for matrix view in this version of the library. 123 * `dot` for vector / matrix products 124 * `diagonal` to create a diagonal matrix from a vector. 125 * `identity` to create an identity matrix 126 * `tranpose` to create the transposed matrix
|
D | vectorop.md | 23 #include <dsppp/matrix> 28 …point datatypes are required, `#include <dsppp/fixed_point>` should be used before `<dsppp/matrix>` 92 For an overview of matrix operators, see section @ref dsppp_matrix .
|
D | memory_allocator.md | 78 …reating temporary objects. For instance, if you want to make an identity matrix, you can use ` mk_…
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | api.rst | 186 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th… 188 So to use a CMSIS-DSP matrix function, it is very simple:: 218 Return the matrix product pSrcA * pSrcB 224 :return: the matrix product.
|
D | mfcc.rst | 9 MEL filters are represented as 3 arrays to encode a sparse matrix.
|
/cmsis-dsp-latest/Testing/ |
D | requirements.txt | 1 python-matrix-runner~=1.1.0
|
D | desc_f16.txt | 865 test matrix add:test_mat_add_f16 866 test matrix sub:test_mat_sub_f16 867 test matrix scale:test_mat_scale_f16 868 test matrix transpose:test_mat_trans_f16 869 test matrix inverse:test_mat_inverse_f16 871 test matrix complex transpose:test_mat_cmplx_trans_f16 872 test matrix cholesky decomposition:test_mat_cholesky_dpo_f16
|
D | desc.txt | 3425 test matrix add:test_mat_add_f32 3426 test matrix sub:test_mat_sub_f32 3427 test matrix scale:test_mat_scale_f32 3428 test matrix transpose:test_mat_trans_f32 3429 test matrix inverse:test_mat_inverse_f32 3431 test matrix complex transpose:test_mat_cmplx_trans_f32 3432 test matrix cholesky decomposition:test_mat_cholesky_dpo_f32 3435 test matrix LDL decomposition DPO:test_mat_ldl_f32 3436 test matrix LDL decomposition SDPO:test_mat_ldl_f32 3469 test matrix add:test_mat_add_q31 [all …]
|
D | bench_f16.txt | 467 group Matrix Operators with one matrix size { 536 group Matrix Operators with two matrix sizes {
|
D | bench.txt | 1317 group Matrix Operators with one matrix size { 1535 group Matrix Operators with two matrix sizes {
|
/cmsis-dsp-latest/Examples/cmsis_build/ |
D | runall.bat | 62 -a cpu0="out\matrix\VHT-Corstone-300\Release\matrix.axf"
|
D | buildall_cs300.bat | 4 cbuild "projects/matrix.Release+VHT-Corstone-300.cprj"
|
/cmsis-dsp-latest/ |
D | setup.py | 91 matrix = list(filter(isnotmissing,list(filter(notf16, matrixMod)))) variable 142 moduleMatrix = mkModule('cmsisdsp_matrix',matrix,"MatrixFunctions")
|
D | PythonWrapper_README.md | 187 For matrix, the instance variables are masked by the Python API. We decided that for matrix only th… 189 So to use a [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) matrix function, it is very simp…
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 937 matrix=np.random.randn(matrixDim * matrixDim).reshape(matrixDim,matrixDim) 938 matrix = Tools.normalize(matrix) 940 matrixLT = np.tril(matrix) 944 matrixUT = np.triu(matrix)
|
D | Quaternion.py | 18 q=Quaternion(matrix=mat)
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 404 q=Quaternion(matrix=mat)
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 677 …"The confusion matrix is generated from the test patterns to check the behavior of the classifier:" 823 …e above with scikit-learn, we are checking the result with the confusion matrix and the score. It … 902 …"It will be very similar to the implemenattion above with matrix but will instead use the CMSIS-DS…
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 932 ./src/matrix.md \
|