Searched refs:dstCols (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | 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);
|
D | 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); 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 …]
|
D | DiagonalMatrix.h | 324 Index dstCols = src.cols(); 325 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 326 dst.resize(dstRows, dstCols);
|
D | TriangularMatrix.h | 792 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);
|
D | ProductEvaluators.h | 144 Index dstCols = src.cols(); 145 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 146 dst.resize(dstRows, dstCols);
|
/external/eigen/Eigen/src/SparseCore/ |
D | 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);
|
D | SparseProduct.h | 108 Index dstCols = src.cols(); 109 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 110 dst.resize(dstRows, dstCols);
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | SolveWithGuess.h | 102 Index dstCols = src.cols(); 103 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 104 dst.resize(dstRows, dstCols);
|
/external/eigen/Eigen/src/Geometry/ |
D | 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/ |
D | InverseImpl.h | 296 Index dstCols = src.cols(); 297 if((dst.rows()!=dstRows) || (dst.cols()!=dstCols)) 298 dst.resize(dstRows, dstCols);
|
/external/dng_sdk/source/ |
D | dng_resample.cpp | 704 uint32 dstCols = dstArea.W (); in ProcessArea() local 757 dstCols, in ProcessArea() 812 dstCols, in ProcessArea()
|