HomeSort by relevance Sort by last modified time
    Searched refs:Lower (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 193 * - the upper part and lower sub-diagonal represent the Hessenberg matrix H
194 * - the rest of the lower part contains the Householder vectors that, combined with
285 * The result is written in the lower triangular part of \a matA.
359 result.bottomLeftCorner(n-2, n-2).template triangularView<Lower>().setZero();
Tridiagonalization.h 197 * - the diagonal and lower sub-diagonal represent the real tridiagonal
199 * - the rest of the lower part contains the Householder vectors that,
325 * \param[in,out] matA On input the selfadjoint matrix. Only the \b lower triangular part is referenced.
326 * On output, the strict upper part is left unchanged, and the lower triangular part
331 * and lower sub-diagonal of the matrix \a matA.
367 hCoeffs.tail(n-i-1).noalias() = (matA.bottomRightCorner(remainingSize,remainingSize).template selfadjointView<Lower>()
372 matA.bottomRightCorner(remainingSize, remainingSize).template selfadjointView<Lower>()
389 * decomposition is to be computed. Only the lower triangular part referenced.
404 * \p extractQ is true, then the orthogonal matrix Q is passed to \p mat. Otherwise the lower
SelfAdjointEigenSolver.h 51 * Only the \b lower \b triangular \b part of the input matrix is referenced.
141 * be computed. Only the lower triangular part of the matrix is referenced.
165 * be computed. Only the lower triangular part of the matrix is referenced.
419 mat = matrix.template triangularView<Lower>();
422 mat.template triangularView<Lower>() /= scale;
579 MatrixType scaledMat = mat.template selfadjointView<Lower>();
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 31 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
32 * or Upper. Default is Lower.
244 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialLLT;
245 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialLDLT;
246 template<typename _MatrixType, int _UpLo = Lower, typename _Ordering = AMDOrdering<typename _MatrixType::Index> > class SimplicialCholesky;
258 typedef SparseTriangularView<CholMatrixType, Eigen::Lower> MatrixL;
299 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
300 * or Upper. Default is Lower.
388 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
389 * or Upper. Default is Lower
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseTriangularView.h 28 enum { SkipFirst = ((Mode&Lower) && !(MatrixType::Flags&RowMajorBit))
SparseMatrixBase.h 365 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
367 return SparseSymmetricPermutationProduct<Derived,Upper|Lower>(derived(), perm);
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMpar.h 82 /* step provides a lower bound, parl, for the zero of */
87 s.topLeftCorner(n,n).transpose().template triangularView<Lower>().solveInPlace(wa1);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 93 m_mat = B.template selfadjointView<Lower>();
  /external/eigen/unsupported/test/
forward_adolc.cpp 141 A.selfadjointView<Lower>().eigenvalues();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 13 blo Type_BI ; Lower than branch (00001)
14 bls Type_BI ; Lower than or same branch (00010)
45 ldilo R0,R0 ; Lower than load (00001)
46 ldils R0,R0 ; Lower than or same load (00010)
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 103 || (mode==Lower && col<=row)
126 * #Lower, #UnitUpper, #UnitLower, #StrictlyUpper, or #StrictlyLower.
127 * This is in fact a bit field; it must have either #Upper or #Lower,
186 TransposeMode = (Mode & Upper ? Lower : 0)
187 | (Mode & Lower ? Upper : 0)
455 eigen_assert( Mode == Upper || Mode == Lower
459 || (Mode == Lower && row >= col)
502 struct triangular_assignment_selector<Derived1, Derived2, Lower, Dynamic, ClearOpposite>
761 * \c #Lower, \c #StrictlyLower, \c #UnitLower.
811 /** \returns true if *this is approximately equal to a lower triangular matrix
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 225 template<typename MatrixType, int UpLo = Lower> class LLT;
226 template<typename MatrixType, int UpLo = Lower> class LDLT;
  /external/eigen/test/
nomalloc.cpp 90 m2.template selfadjointView<Lower>().rankUpdate(m1.col(0),-1);
91 m2.template selfadjointView<Lower>().rankUpdate(m1.row(0),-1);
95 // m1.template selfadjointView<Lower>().rankUpdate(m2);
97 // m1 += m1.template selfadjointView<Lower>() * m2;
sparse_solver.h 164 if(Solver::UpLo==(Lower|Upper))
236 halfA.template selfadjointView<Solver::UpLo>() = it.matrix().template triangularView<Eigen::Lower>().twistedBy(pnull);
product_trmm.cpp 93 CALL_ALL_ORDERS(EIGEN_CAT(1,NB),SCALAR,Lower) \
sparse_basic.cpp 439 refMat3 = refMat2.template triangularView<Lower>();
440 m3 = m2.template triangularView<Lower>();
470 refMat3 = refMat2.template selfadjointView<Lower>();
471 m3 = m2.template selfadjointView<Lower>();
  /external/v8/test/mjsunit/
string-externalize.js 70 // Lower-casing an ascii string should produce ascii.
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 10 // This file contains code to lower AArch64 MachineInstrs to their corresponding
207 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 10 // This file contains code to lower Mips MachineInstrs to their corresponding
175 // Lower register operand.
189 // Lower two register operands.
226 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 218 MCInstLowering.Lower(MI, TmpInst);
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 400 LhsIsUpper = (LhsMode&(Upper|Lower))==Upper,
402 RhsIsUpper = (RhsMode&(Upper|Lower))==Upper,
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 536 * \tparam UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
601 // Pastix supports only lower, column-major matrices
602 out.template selfadjointView<Lower>() = matrix.template selfadjointView<UpLo>();
617 * \tparam UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
683 // Pastix supports only lower, column-major matrices
684 out.template selfadjointView<Lower>() = matrix.template selfadjointView<UpLo>();

Completed in 3347 milliseconds

1 2 3 45 6 7