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

  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 69 MatrixVType;
126 const MatrixVType& matrixV() const
169 MatrixVType m_matrixV;
BDCSVD.h 65 MatrixVType;
183 const MatrixVType& matrixV() const
JacobiSVD.h 516 MatrixVType;
  /external/eigen/unsupported/test/
svd_common.h 39 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType;
45 MatrixVType v = svd.matrixV();
  /external/eigen/test/
jacobisvd.cpp 31 typedef Matrix<Scalar, ColsAtCompileTime, ColsAtCompileTime> MatrixVType;
36 MatrixVType v = svd.matrixV();
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 46 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> MatrixVType;
66 const MatrixVType& matrixV() const { return m_matV; }
84 MatrixVType m_matV;
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 523 MatrixVType;
629 const MatrixVType& matrixV() const
753 MatrixVType m_matrixV;
    [all...]

Completed in 886 milliseconds