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

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 348 template<typename Scalar,int Size,int MaxSize,bool Cond> struct gemv_static_vector_if;
351 struct gemv_static_vector_if<Scalar,Size,MaxSize,false> struct in namespace:Eigen::internal
357 struct gemv_static_vector_if<Scalar,Size,Dynamic,true> struct in namespace:Eigen::internal
363 struct gemv_static_vector_if<Scalar,Size,MaxSize,true> struct in namespace:Eigen::internal
414 gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,MightCannotUseDest> static_dest;
484 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 202 internal::gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,!EvalToDest> static_dest;
203 internal::gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!UseRhs> static_rhs;
SelfadjointProduct.h 70 internal::gemv_static_vector_if<Scalar,OtherType::SizeAtCompileTime,OtherType::MaxSizeAtCompileTime,!UseOtherDirectly> static_other;
TriangularMatrixVector.h 236 gemv_static_vector_if<ResScalar,Dest::SizeAtCompileTime,Dest::MaxSizeAtCompileTime,MightCannotUseDest> static_dest;
307 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs;

Completed in 49 milliseconds