Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h87 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);
Dei_kissfft_impl.h292 void inv2( Complex * dst,const Complex *src,int n0,int n1) in inv2() function
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_inverse_op_test.py148 inv2 = linalg_ops.matrix_inverse(matrix2, adjoint=adjoint_)
149 all_ops += [inv1, inv2]
/external/eigen/unsupported/Eigen/
DFFT361 void inv2(Complex * dst, const Complex * src, int n0,int n1)
363 m_impl.inv2(dst,src,n0,n1);