Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp382 Matrix<T,NB,NB,TMP_ALLOC> matinv(const Matrix<T,NB,NB,A> &a) in matinv() function
393 Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> matinv(const Matrix<T,NB,NB,A> &a) in matinv() function
404 void matinv(Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> &res, const Matrix<T,NB,NB,A> &a) in matinv() function
432 PMat<T,R,C> res = matinv(a); in testinv()
434 matinv(res,a); in testinv()