HomeSort by relevance Sort by last modified time
    Searched refs:ColumnVectorType (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 319 typedef Matrix<Scalar, ColsAtCompileTime, 1, Options & ~RowMajor, MaxColsAtCompileTime, 1> ColumnVectorType;
320 ColumnVectorType m_tmp;
RealSchur.h 70 typedef Matrix<Scalar, ColsAtCompileTime, 1, Options & ~RowMajor, MaxColsAtCompileTime, 1> ColumnVectorType;
229 ColumnVectorType m_workspaceVector;
RealQZ.h 73 typedef Matrix<Scalar, ColsAtCompileTime, 1, Options & ~RowMajor, MaxColsAtCompileTime, 1> ColumnVectorType;

Completed in 132 milliseconds