MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / coeff

Method coeff

include/Eigen/src/Core/TriangularMatrix.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 EIGEN_DEVICE_FUNC inline Scalar coeff(Index row, Index col) const { return derived().coeff(row, col); }
74 EIGEN_DEVICE_FUNC inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row, col); }
75
76 /** \see MatrixBase::copyCoeff(row,col)

Callers 2

copyCoeffMethod · 0.45
coeffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected