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

12 3 4 5 6

  /external/eigen/Eigen/src/SparseCore/
SparseSparseProductWithPruning.h 97 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,RowMajor>
111 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,RowMajor,RowMajor,RowMajor>
124 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,RowMajor,RowMajor,ColMajor>
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 24 struct general_matrix_matrix_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor>
38 RhsScalar, RhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateRhs,
39 LhsScalar, LhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateLhs,
272 typename conditional<StorageOrder==RowMajor,_RhsScalar,_LhsScalar>::type,
273 typename conditional<StorageOrder==RowMajor,_LhsScalar,_RhsScalar>::type>
276 Transpose = StorageOrder==RowMajor,
314 typename conditional<StorageOrder==RowMajor,_RhsScalar,_LhsScalar>::type,
315 typename conditional<StorageOrder==RowMajor,_LhsScalar,_RhsScalar>::type
    [all...]
SelfadjointProduct.h 39 struct selfadjoint_rank1_update<Scalar,Index,RowMajor,UpLo,ConjLhs,ConjRhs>
65 StorageOrder = (internal::traits<MatrixType>::Flags&RowMajorBit) ? RowMajor : ColMajor,
100 Scalar, _ActualOtherType::Flags&RowMajorBit ? RowMajor : ColMajor, OtherBlasTraits::NeedToConjugate && NumTraits<Scalar>::IsComplex,
101 Scalar, _ActualOtherType::Flags&RowMajorBit ? ColMajor : RowMajor, (!OtherBlasTraits::NeedToConjugate) && NumTraits<Scalar>::IsComplex,
102 MatrixType::Flags&RowMajorBit ? RowMajor : ColMajor, UpLo>
TriangularSolverVector.h 24 Conjugate,StorageOrder==RowMajor?ColMajor:RowMajor
31 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor>
38 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,RowMajor>, 0, OuterStride<> > LhsMap;
61 general_matrix_vector_product<Index,LhsScalar,RowMajor,Conjugate,RhsScalar,false>::run(
GeneralMatrixMatrixTriangular_MKL.h 88 char uplo=(IsLower) ? 'L' : 'U', trans=(AStorageOrder==RowMajor) ? 'T':'N'; \
105 conjA = (((AStorageOrder==ColMajor) && ConjugateA) || ((AStorageOrder==RowMajor) && !ConjugateA)) ? 1 : 0 \
113 char uplo=(IsLower) ? 'L' : 'U', trans=(AStorageOrder==RowMajor) ? 'C':'N'; \
GeneralMatrixVector_MKL.h 72 struct general_matrix_vector_product<Index,Scalar,RowMajor,ConjugateLhs,Scalar,ConjugateRhs,Specialized> { \
79 general_matrix_vector_product_gemv<Index,Scalar,RowMajor,ConjugateLhs,Scalar,ConjugateRhs>::run( \
105 if (LhsStorageOrder==RowMajor) { \
GeneralMatrixMatrix_MKL.h 74 transa = (LhsStorageOrder==RowMajor) ? ((ConjugateLhs) ? 'C' : 'T') : 'N'; \
75 transb = (RhsStorageOrder==RowMajor) ? ((ConjugateRhs) ? 'C' : 'T') : 'N'; \
SelfadjointMatrixMatrix.h 206 struct product_selfadjoint_matrix<Scalar,Index,LhsStorageOrder,LhsSelfAdjoint,ConjugateLhs, RhsStorageOrder,RhsSelfAdjoint,ConjugateRhs,RowMajor>
217 EIGEN_LOGICAL_XOR(RhsSelfAdjoint,RhsStorageOrder==RowMajor) ? ColMajor : RowMajor,
219 EIGEN_LOGICAL_XOR(LhsSelfAdjoint,LhsStorageOrder==RowMajor) ? ColMajor : RowMajor,
273 gemm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder==RowMajor?ColMajor:RowMajor, true> pack_lhs_transposed;
418 internal::traits<Lhs>::Flags &RowMajorBit) ? RowMajor : ColMajor, LhsIsSelfAdjoint,
421 internal::traits<Rhs>::Flags &RowMajorBit) ? RowMajor : ColMajor, RhsIsSelfAdjoint,
423 internal::traits<Dest>::Flags&RowMajorBit ? RowMajor : ColMajor
    [all...]
GeneralMatrixMatrixTriangular.h 41 struct general_matrix_matrix_triangular_product<Index,LhsScalar,LhsStorageOrder,ConjugateLhs,RhsScalar,RhsStorageOrder,ConjugateRhs,RowMajor,UpLo,Version>
48 RhsScalar, RhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateRhs,
49 LhsScalar, LhsStorageOrder==RowMajor ? ColMajor : RowMajor, ConjugateLhs,
213 StorageOrder = (internal::traits<MatrixType>::Flags&RowMajorBit) ? RowMajor : ColMajor,
258 typename Lhs::Scalar, _ActualLhs::Flags&RowMajorBit ? RowMajor : ColMajor, LhsBlasTraits::NeedToConjugate,
259 typename Rhs::Scalar, _ActualRhs::Flags&RowMajorBit ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
260 MatrixType::Flags&RowMajorBit ? RowMajor : ColMajor, UpLo>
TriangularMatrixMatrix.h 57 RhsStorageOrder,ConjugateRhs,RowMajor,Version>
69 RhsStorageOrder==RowMajor ? ColMajor : RowMajor,
71 LhsStorageOrder==RowMajor ? ColMajor : RowMajor,
399 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,Scalar,Scalar,
412 (internal::traits<_ActualLhsType>::Flags&RowMajorBit) ? RowMajor : ColMajor, LhsBlasTraits::NeedToConjugate,
413 (internal::traits<_ActualRhsType>::Flags&RowMajorBit) ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
414 (internal::traits<Dest >::Flags&RowMajorBit) ? RowMajor : ColMajor>
TriangularMatrixVector.h 89 struct triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
102 EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
111 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,RowMajor>, 0, OuterStride<> > LhsMap;
139 general_matrix_vector_product<Index,LhsScalar,RowMajor,ConjLhs,RhsScalar,ConjRhs,BuiltIn>::run(
148 general_matrix_vector_product<Index,LhsScalar,RowMajor,ConjLhs,RhsScalar,ConjRhs>::run(
188 internal::trmv_selector<(int(internal::traits<Lhs>::Flags)&RowMajorBit) ? RowMajor : ColMajor>::run(*this, dst, alpha);
206 internal::trmv_selector<(int(internal::traits<Rhs>::Flags)&RowMajorBit) ? ColMajor : RowMajor>::run(
291 template<> struct trmv_selector<RowMajor>
335 RowMajor>
  /external/eigen/test/
conservative_resize.cpp 117 CALL_SUBTEST_1((run_matrix_tests<int, Eigen::RowMajor>()));
119 CALL_SUBTEST_2((run_matrix_tests<float, Eigen::RowMajor>()));
121 CALL_SUBTEST_3((run_matrix_tests<double, Eigen::RowMajor>()));
123 CALL_SUBTEST_4((run_matrix_tests<std::complex<float>, Eigen::RowMajor>()));
125 CALL_SUBTEST_5((run_matrix_tests<std::complex<double>, Eigen::RowMajor>()));
selfadjoint.cpp 55 CALL_SUBTEST_5( selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
product_selfadjoint.cpp 19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, Dynamic, RowMajor> RhsMatrixType;
77 CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) );
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 90 bool row_major = ubo_var->RowMajor;
221 field->type->std140_base_alignment(ubo_var->RowMajor));
225 field_offset += field->type->std140_size(ubo_var->RowMajor);
232 align(deref->type->fields.array->std140_size(ubo_var->RowMajor), 16);
263 if (!ubo_var->RowMajor) {
link_uniforms.cpp 336 unsigned alignment = type->std140_base_alignment(ubo_var->RowMajor);
339 this->ubo_byte_offset += type->std140_size(ubo_var->RowMajor);
343 align(type->fields.array->std140_size(ubo_var->RowMajor), 16);
351 this->uniforms[id].row_major = ubo_var->RowMajor;
416 if (old_block->Uniforms[j].RowMajor !=
417 new_block->Uniforms[j].RowMajor)
496 unsigned alignment = type->std140_base_alignment(ubo_var->RowMajor);
497 unsigned size = type->std140_size(ubo_var->RowMajor);
  /external/eigen/blas/
PackedTriangularSolverVector.h 20 struct packed_triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor>
81 Conjugate,StorageOrder==RowMajor?ColMajor:RowMajor
GeneralRank1Update.h 34 struct general_rank1_update<Scalar,Index,RowMajor,ConjLhs,ConjRhs>
BandTriangularSolver.h 23 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,RowMajor>
25 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,RowMajor>, 0, OuterStride<> > LhsMap;
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 79 CALL_SUBTEST_2((inverse_permutation_4x4<Matrix<double,4,4,RowMajor> >()));
80 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) ));
eigen2_product_large.cpp 19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(ei_random<int>(1,320), ei_random<int>(1,320))) );
  /external/eigen/Eigen/src/LU/
PartialPivLU_MKL.h 56 matrix_order = StorageOrder==RowMajor ? LAPACK_ROW_MAJOR : LAPACK_COL_MAJOR; \
  /external/ceres-solver/include/ceres/
dynamic_numeric_diff_cost_function.h 158 using Eigen::RowMajor;
162 typedef Matrix<double, Dynamic, Dynamic, RowMajor> JacobianMatrix;
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 98 using Eigen::RowMajor;
110 kNumResiduals > 1) ? ColMajor : RowMajor>
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType;
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;

Completed in 536 milliseconds

12 3 4 5 6