Home
last modified time | relevance | path

Searched refs:dstCols (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Core/
DSolve.h143 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);
DAssignEvaluator.h718 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);
894 Index dstCols = src.cols();
895 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
896 dst.resize(dstRows, dstCols);
909 Index dstCols = src.cols();
910 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
911 dst.resize(dstRows, dstCols);
[all …]
DDiagonalMatrix.h324 Index dstCols = src.cols();
325 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
326 dst.resize(dstRows, dstCols);
DTriangularMatrix.h792 Index dstCols = src.cols();
793 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
794 dst.resize(dstRows, dstCols);
949 Index dstCols = src.cols();
950 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
951 dst.resize(dstRows, dstCols);
DProductEvaluators.h144 Index dstCols = src.cols();
145 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
146 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/SparseCore/
DSparseAssign.h165 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);
DSparseProduct.h108 Index dstCols = src.cols();
109 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
110 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/IterativeLinearSolvers/
DSolveWithGuess.h102 Index dstCols = src.cols();
103 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
104 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h357 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/
DInverseImpl.h296 Index dstCols = src.cols();
297 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
298 dst.resize(dstRows, dstCols);
/external/dng_sdk/source/
Ddng_resample.cpp704 uint32 dstCols = dstArea.W (); in ProcessArea() local
757 dstCols, in ProcessArea()
812 dstCols, in ProcessArea()