Searched refs:copyCoeff (Results 1 – 4 of 4) sorted by relevance
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 132 dst.copyCoeff(j, index, src); in triassign() 134 dst.copyCoeff(index, j, src); in triassign() 150 dst.copyCoeff(j, index, src); in triassign() 152 dst.copyCoeff(index, j, src); in triassign()
|
/external/eigen/Eigen/src/Core/ |
D | DenseCoeffsBase.h | 277 void copyCoeff();
|
D | TriangularMatrix.h | 84 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff() function
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 345 dst.copyCoeff(index, src); 353 dst.copyCoeff(index, src); 487 dst.copyCoeff(index, src); 489 …cause there is no SSE vectorization involved here. copyPacket() becomes copyCoeff(), packet() beco…
|