Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 19 of 19) sorted by relevance

/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmatrix.md17 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
Dvectorop.md23 #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 .
Dmemory_allocator.md78 …reating temporary objects. For instance, if you want to make an identity matrix, you can use ` mk_…
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst186 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.
Dmfcc.rst9 MEL filters are represented as 3 arrays to encode a sparse matrix.
/cmsis-dsp-latest/Testing/
Drequirements.txt1 python-matrix-runner~=1.1.0
Ddesc_f16.txt865 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
Ddesc.txt3425 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 …]
Dbench_f16.txt467 group Matrix Operators with one matrix size {
536 group Matrix Operators with two matrix sizes {
Dbench.txt1317 group Matrix Operators with one matrix size {
1535 group Matrix Operators with two matrix sizes {
/cmsis-dsp-latest/Examples/cmsis_build/
Drunall.bat62 -a cpu0="out\matrix\VHT-Corstone-300\Release\matrix.axf"
Dbuildall_cs300.bat4 cbuild "projects/matrix.Release+VHT-Corstone-300.cprj"
/cmsis-dsp-latest/
Dsetup.py91 matrix = list(filter(isnotmissing,list(filter(notf16, matrixMod)))) variable
142 moduleMatrix = mkModule('cmsisdsp_matrix',matrix,"MatrixFunctions")
DPythonWrapper_README.md187 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/
DMatrix.py937 matrix=np.random.randn(matrixDim * matrixDim).reshape(matrixDim,matrixDim)
938 matrix = Tools.normalize(matrix)
940 matrixLT = np.tril(matrix)
944 matrixUT = np.triu(matrix)
DQuaternion.py18 q=Quaternion(matrix=mat)
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py404 q=Quaternion(matrix=mat)
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb677 …"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/
Ddsp.dxy.in932 ./src/matrix.md \