HomeSort by relevance Sort by last modified time
    Searched refs:LU (Results 26 - 50 of 72) sorted by null

12 3

  /external/eigen/test/
inverse.cpp 12 #include <Eigen/LU>
eigensolver_complex.cpp 14 #include <Eigen/LU>
geo_orthomethods.cpp 12 #include <Eigen/LU>
geo_parametrizedline.cpp 13 #include <Eigen/LU>
geo_alignedbox.cpp 12 #include <Eigen/LU>
geo_hyperplane.cpp 13 #include <Eigen/LU>
lu.cpp 11 #include <Eigen/LU>
20 LU.h
61 FullPivLU<MatrixType> lu; local
66 lu.setThreshold(RealScalar(0.01));
67 lu.compute(m1);
70 u = lu.matrixLU().template triangularView<Upper>();
73 = lu.matrixLU().block(0,0,rows,(std::min)(rows,cols));
75 VERIFY_IS_APPROX(lu.permutationP() * m1 * lu.permutationQ(), l*u);
77 KernelMatrixType m1kernel = lu.kernel()
108 FullPivLU<MatrixType> lu; local
151 FullPivLU<MatrixType> lu; local
    [all...]
sparse.h 39 #include <Eigen/LU>
umeyama.cpp 15 #include <Eigen/LU> // required for MatrixBase::determinant
nomalloc.cpp 23 #include <Eigen/LU>
140 // LU module
geo_quaternion.cpp 13 #include <Eigen/LU>
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 206 if (bufferMask >= ((1LU<<numBuffers)-1)) {
222 if ((bufferMask & (1LU<<i)) == 0) {
223 m->bufferMask |= (1LU<<i);
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 212 if (bufferMask >= ((1LU<<numBuffers)-1)) {
228 if ((bufferMask & (1LU<<i)) == 0) {
229 m->bufferMask |= (1LU<<i);
  /hardware/qcom/display/msm8x26/libgralloc/
gpu.cpp 206 if (bufferMask >= ((1LU<<numBuffers)-1)) {
222 if ((bufferMask & (1LU<<i)) == 0) {
223 m->bufferMask |= (1LU<<i);
  /external/eigen/test/eigen2/
eigen2_cholesky.cpp 13 #include <Eigen/LU>
sparse.h 27 #include <Eigen/LU>
eigen2_hyperplane.cpp 13 #include <Eigen/LU>
eigen2_sparse_solvers.cpp 136 // test LU
147 LU<DenseMatrix> refLu(refMat2);
154 // // VERIFY(refX.isApprox(x,test_precision<Scalar>()) && "LU: default");
162 VERIFY(refX.isApprox(x,test_precision<Scalar>()) && "LU: SuperLU");
179 VERIFY(refX.isApprox(x,test_precision<Scalar>()) && "LU: umfpack"); // FIXME solve is not very stable for complex
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 23 #include <Eigen/LU>
152 C = X.lu().matrixLU();
  /external/llvm/lib/IR/
PassManager.cpp 563 SmallPtrSet<Pass *, 8> &LU = DMI->second;
564 for (SmallPtrSet<Pass *, 8>::iterator I = LU.begin(),
565 E = LU.end(); I != E; ++I) {
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 25 * Note that some methods are defined in other modules such as the \ref LU_Module LU module
322 /////////// LU module ///////////
328 const LU<PlainObject> lu() const;
332 const LU<PlainObject> eigen2_lu() const;
336 const PartialPivLU<PlainObject> lu() const;
  /frameworks/native/opengl/libagl/
context.h 232 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
233 INDEX_SEQ = 1LU<<INDEX_BITS,
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 288 template<typename MatrixType> class LU;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
binary.hpp 49 BOOST_SUFFIXED_BINARY_LITERAL( bit_groupings, LU )
    [all...]

Completed in 949 milliseconds

12 3