Searched refs:copyCoeff (Results 1 – 9 of 9) 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 | SelfAdjointView.h | 264 dst.copyCoeff(i, j, src); 267 dst.copyCoeff(j, j, src); 282 dst.copyCoeff(i, j, src); 285 dst.copyCoeff(i, i, src);
|
D | Swap.h | 73 void copyCoeff(Index rowId, Index colId, const DenseBase<OtherDerived>& other) 84 void copyCoeff(Index index, const DenseBase<OtherDerived>& other)
|
D | TriangularMatrix.h | 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff() function 464 dst.copyCoeff(row, col, src); 493 dst.copyCoeff(i, j, src); 510 dst.copyCoeff(i, j, src); 530 dst.copyCoeff(i, j, src); 547 dst.copyCoeff(i, j, src); 566 dst.copyCoeff(i, j, src); 586 dst.copyCoeff(i, j, src);
|
D | DenseCoeffsBase.h | 251 void copyCoeff(); 476 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) in copyCoeff() function 492 EIGEN_STRONG_INLINE void copyCoeff(Index index, const DenseBase<OtherDerived>& other) in copyCoeff() function 505 derived().copyCoeff(row, col, other); in copyCoeffByOuterInner()
|
D | SelfCwiseBinaryOp.h | 88 void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) 98 void copyCoeff(Index index, const DenseBase<OtherDerived>& other)
|
D | Assign.h | 180 dst.copyCoeff(Index, src); 304 dst.copyCoeff(i, src); 385 dst.copyCoeff(index, src);
|
D | DenseBase.h | 83 using Base::copyCoeff;
|
/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…
|