Home
last modified time | relevance | path

Searched defs:ComplexMatrix (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dcomplex_matrix.h28 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
30 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function
33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
/external/eigen/test/
Dnomalloc.cpp120 maxSize, maxSize> ComplexMatrix; in ctms_decompositions() typedef
/external/eigen/unsupported/test/
Dmatrix_function.cpp143 MatrixType::ColsAtCompileTime, MatrixType::Options> ComplexMatrix; in testGonioFunctions() typedef
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix; typedef
DMatrixPower.h325 MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrix; typedef