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

/external/eigen/Eigen/src/Core/
H A DSolve.h143 Index dstCols = src.cols(); local
144 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
145 dst.resize(dstRows, dstCols);
159 Index dstCols = src.cols(); local
160 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
161 dst.resize(dstRows, dstCols);
176 Index dstCols = src.cols(); local
177 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
178 dst.resize(dstRows, dstCols);
H A DAssignEvaluator.h718 Index dstCols = src.cols(); local
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(); local
895 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
896 dst.resize(dstRows, dstCols);
909 Index dstCols = src.cols(); local
910 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
911 dst.resize(dstRows, dstCols);
922 Index dstCols = src.cols(); local
[all...]
H A DDiagonalMatrix.h324 Index dstCols = src.cols(); local
325 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
326 dst.resize(dstRows, dstCols);
H A DTriangularMatrix.h792 Index dstCols = src.cols(); local
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);
H A DProductEvaluators.h144 Index dstCols = src.cols(); local
145 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
146 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DSolveWithGuess.h102 Index dstCols = src.cols(); local
103 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
104 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/SparseCore/
H A DSparseAssign.h165 Index dstCols = src.cols(); local
166 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
167 dst.resize(dstRows, dstCols);
188 Index dstCols = src.cols(); local
189 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
190 dst.resize(dstRows, dstCols);
H A DSparseProduct.h108 Index dstCols = src.cols(); local
109 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
110 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h357 Index dstCols = src.cols(); local
358 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
359 dst.resize(dstRows, dstCols);
374 Index dstCols = src.cols(); local
375 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
376 dst.resize(dstRows, dstCols);
/external/eigen/Eigen/src/LU/
H A DInverseImpl.h296 Index dstCols = src.cols(); local
297 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols))
298 dst.resize(dstRows, dstCols);
/external/dng_sdk/source/
H A Ddng_resample.cpp704 uint32 dstCols = dstArea.W (); local
757 dstCols,
812 dstCols,

Completed in 342 milliseconds