Searched defs:SVD (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h18 * \class SVD
20 * \brief Standard SVD decomposition of a matrix and associated features
22 * \param MatrixType the type of the matrix of which we are computing the SVD decomposition
24 * This class performs a standard SVD decomposition of a real matrix A of size \c M x \c N
28 * \sa MatrixBase::SVD()
30 template<typename MatrixType> class SVD class in namespace:Eigen
51 SVD() {} // a user who relied on compiler-generated default compiler reported problems with MSVC in 2.0.7 function in class:Eigen::SVD
53 SVD(const MatrixType& matrix) function in class:Eigen::SVD
69 SVD& sort();
89 /** Computes / recomputes the SVD decompositio
[all...]
/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h22 /*** QR preconditioners (R-SVD)
24 *** Their role is to reduce the problem of computing the SVD to the case of a square matrix.
25 *** This approach, known as R-SVD, is an optimization for rectangular-enough matrices, and is a requirement for
352 /*** 2x2 SVD implementation
354 *** JacobiSVD consists in performing a series of 2x2 SVD subproblems
360 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD; typedef in struct:Eigen::internal::svd_precondition_2x2_block_to_be_real
361 typedef typename SVD::Index Index;
362 static void run(typename SVD::WorkMatrixType&, SVD&, Index, Index) {} argument
368 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD; typedef in struct:Eigen::internal::svd_precondition_2x2_block_to_be_real
[all...]
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h22 /*** QR preconditioners (R-SVD)
24 *** Their role is to reduce the problem of computing the SVD to the case of a square matrix.
25 *** This approach, known as R-SVD, is an optimization for rectangular-enough matrices, and is a requirement for
352 /*** 2x2 SVD implementation
354 *** JacobiSVD consists in performing a series of 2x2 SVD subproblems
360 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD; typedef in struct:Eigen::internal::svd_precondition_2x2_block_to_be_real
361 typedef typename SVD::Index Index;
362 static void run(typename SVD::WorkMatrixType&, SVD&, Index, Index) {} argument
368 typedef JacobiSVD<MatrixType, QRPreconditioner> SVD; typedef in struct:Eigen::internal::svd_precondition_2x2_block_to_be_real
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1584 SmallVector<ASanStackVariableDescription, 16> SVD; local
1585 SVD.reserve(AllocaVec.size());
1590 SVD.push_back(D);
1596 ComputeASanStackFrameLayout(SVD, 1UL << Mapping.Scale, MinHeaderSize, &L);
1650 for (const auto &Desc : SVD) {

Completed in 729 milliseconds