Searched defs:ComplexMatrix (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | complex_matrix.h | 28 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/ |
D | nomalloc.cpp | 120 maxSize, maxSize> ComplexMatrix; in ctms_decompositions() typedef
|
/external/eigen/unsupported/test/ |
D | matrix_function.cpp | 143 MatrixType::ColsAtCompileTime, MatrixType::Options> ComplexMatrix; in testGonioFunctions() typedef
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix; typedef
|
D | MatrixPower.h | 325 MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrix; typedef
|