Home
last modified time | relevance | path

Searched defs:ComplexMatrix (Results 1 – 4 of 4) 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.cpp111 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/
DMatrixPower.h387 MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> ComplexMatrix; typedef