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

  /external/eigen/unsupported/Eigen/src/SVD/
SVDBase.h 66 MatrixUType;
110 const MatrixUType& matrixU() const
168 MatrixUType m_matrixU;
BDCSVD.h 62 MatrixUType;
167 const MatrixUType& matrixU() const
JacobiSVD.h 513 MatrixUType;
  /external/eigen/unsupported/test/
svd_common.h 38 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType;
44 MatrixUType u = svd.matrixU();
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 19 template <typename MatrixLType, typename MatrixUType> struct SparseLUMatrixUReturnType;
720 template<typename MatrixLType, typename MatrixUType>
725 SparseLUMatrixUReturnType(const MatrixLType& mapL, const MatrixUType& mapU)
761 typename MatrixUType::InnerIterator it(m_mapU, jcol);
772 const MatrixUType& m_mapU;
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
64 const MatrixUType& matrixU() const { return m_matU; }
82 MatrixUType m_matU;
520 Matrix<Scalar,MatrixUType::RowsAtCompileTime,1> aux = m_matU.transpose() * b.col(j);
  /external/eigen/test/
jacobisvd.cpp 30 typedef Matrix<Scalar, RowsAtCompileTime, RowsAtCompileTime> MatrixUType;
35 MatrixUType u = svd.matrixU();
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 520 MatrixUType;
613 const MatrixUType& matrixU() const
752 MatrixUType m_matrixU;
    [all...]

Completed in 210 milliseconds