HomeSort by relevance Sort by last modified time
    Searched full:needtotranspose (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/
Dot.h 21 // the NeedToTranspose condition here is taken straight from Assign.h
22 bool NeedToTranspose = T::IsVectorAtCompileTime
Assign.h 511 bool NeedToTranspose = ((int(Derived::RowsAtCompileTime) == 1 && int(OtherDerived::ColsAtCompileTime) == 1)
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 675 const bool needToTranspose = (Flags & RowMajorBit) != (OtherDerived::Flags & RowMajorBit);
676 if (needToTranspose) {
  /external/eigen/doc/
InsideEigenExample.dox 264 bool NeedToTranspose = Derived::IsVectorAtCompileTime
276 NeedToTranspose is here for the case where the user wants to copy a row-vector into a column-vector. We allow this as a special exception to the general rule that in assignments we require the dimesions to match. Anyway, here both the left-hand and right-hand sides are column vectors, in the sense that ColsAtCompileTime is equal to 1. So NeedToTranspose is \c false too.
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h     [all...]

Completed in 499 milliseconds