Searched defs:ComplexMatrix (Results 1 – 4 of 4) sorted by relevance
28 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function30 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
111 maxSize, maxSize> ComplexMatrix; in ctms_decompositions() typedef
143 MatrixType::ColsAtCompileTime, MatrixType::Options> ComplexMatrix; in testGonioFunctions() typedef
387 MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> ComplexMatrix; typedef