Home
last modified time | relevance | path

Searched refs:ComplexMatrixType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dschur_complex.cpp17 typedef typename ComplexSchur<MatrixType>::ComplexMatrixType ComplexMatrixType; in schur() typedef
24 ComplexMatrixType U = schurOfA.matrixU(); in schur()
25 ComplexMatrixType T = schurOfA.matrixT(); in schur()
65 VERIFY_IS_EQUAL(cs3.matrixU(), ComplexMatrixType::Identity(size, size)); in schur()
/aosp_15_r20/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h81 …ileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime> ComplexMatrixType; typedef
138 const ComplexMatrixType& matrixU() const in matrixU()
162 const ComplexMatrixType& matrixT() const in matrixT()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
H A DComplexSchur_LAPACKE.h55 if(computeU) m_matU = ComplexMatrixType::Identity(1,1); \