Searched refs:inv2 (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) { 129 void inv2( complex_type * dst,complex_type * src,int n0,int n1) { 170 void inv2( complex_type * dst,complex_type * src,int n0,int n1) { 225 void inv2(Complex * dst, const Complex * src, int n0,int n1) 227 get_plan(n0,n1,true,dst,src).inv2(fftw_cast(dst), fftw_cast(src) ,n0,n1);
|
D | ei_kissfft_impl.h | 292 void inv2( Complex * dst,const Complex *src,int n0,int n1) in inv2() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matrix_inverse_op_test.py | 148 inv2 = linalg_ops.matrix_inverse(matrix2, adjoint=adjoint_) 149 all_ops += [inv1, inv2]
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 361 void inv2(Complex * dst, const Complex * src, int n0,int n1) 363 m_impl.inv2(dst,src,n0,n1);
|