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

  /external/eigen/Eigen/src/Core/
Solve.h 143 Index dstCols = src.cols();
144 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
145 dst.resize(dstRows, dstCols);
159 Index dstCols = src.cols();
160 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
161 dst.resize(dstRows, dstCols);
176 Index dstCols = src.cols();
177 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
178 dst.resize(dstRows, dstCols);
AssignEvaluator.h 718 Index dstCols = src.cols();
719 if(((dst.rows()!=dstRows) || (dst.cols()!=dstCols)))
720 dst.resize(dstRows, dstCols);
721 eigen_assert(dst.rows() == dstRows && dst.cols() == dstCols);
    [all...]
DiagonalMatrix.h 324 Index dstCols = src.cols();
325 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
326 dst.resize(dstRows, dstCols);
TriangularMatrix.h 792 Index dstCols = src.cols();
793 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
794 dst.resize(dstRows, dstCols);
    [all...]
ProductEvaluators.h 144 Index dstCols = src.cols();
145 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
146 dst.resize(dstRows, dstCols);
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
SolveWithGuess.h 102 Index dstCols = src.cols();
103 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
104 dst.resize(dstRows, dstCols);
  /external/eigen/Eigen/src/SparseCore/
SparseAssign.h 165 Index dstCols = src.cols();
166 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
167 dst.resize(dstRows, dstCols);
188 Index dstCols = src.cols();
189 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
190 dst.resize(dstRows, dstCols);
SparseProduct.h 108 Index dstCols = src.cols();
109 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
110 dst.resize(dstRows, dstCols);
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 357 Index dstCols = src.cols();
358 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
359 dst.resize(dstRows, dstCols);
374 Index dstCols = src.cols();
375 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
376 dst.resize(dstRows, dstCols);
  /external/eigen/Eigen/src/LU/
InverseImpl.h 296 Index dstCols = src.cols();
297 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
298 dst.resize(dstRows, dstCols);
  /external/dng_sdk/source/
dng_resample.cpp 704 uint32 dstCols = dstArea.W ();
757 dstCols,
812 dstCols,

Completed in 166 milliseconds