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

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 210 internal::gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!UseRhs> static_rhs; local
216 UseRhs ? const_cast<RhsScalar*>(rhs.data()) : static_rhs.data());
GeneralMatrixMatrixTriangular.h 223 internal::gemv_static_vector_if<Scalar,Rhs::SizeAtCompileTime,Rhs::MaxSizeAtCompileTime,!UseRhsDirectly> static_rhs; local
225 (UseRhsDirectly ? const_cast<Scalar*>(actualRhs.data()) : static_rhs.data()));
TriangularMatrixVector.h 317 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs; local
320 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 506 gemv_static_vector_if<RhsScalar,_ActualRhsType::SizeAtCompileTime,_ActualRhsType::MaxSizeAtCompileTime,!DirectlyUseRhs> static_rhs; local
509 DirectlyUseRhs ? const_cast<RhsScalar*>(actualRhs.data()) : static_rhs.data());

Completed in 42 milliseconds