Home
last modified time | relevance | path

Searched refs:copyCoeff (Results 1 – 9 of 9) sorted by relevance

/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh132 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/
DSelfAdjointView.h264 dst.copyCoeff(i, j, src);
267 dst.copyCoeff(j, j, src);
282 dst.copyCoeff(i, j, src);
285 dst.copyCoeff(i, i, src);
DSwap.h73 void copyCoeff(Index rowId, Index colId, const DenseBase<OtherDerived>& other)
84 void copyCoeff(Index index, const DenseBase<OtherDerived>& other)
DTriangularMatrix.h60 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);
DDenseCoeffsBase.h251 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()
DSelfCwiseBinaryOp.h88 void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other)
98 void copyCoeff(Index index, const DenseBase<OtherDerived>& other)
DAssign.h180 dst.copyCoeff(Index, src);
304 dst.copyCoeff(i, src);
385 dst.copyCoeff(index, src);
DDenseBase.h83 using Base::copyCoeff;
/external/eigen/doc/
DInsideEigenExample.dox345 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…