Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ coeff
Method
coeff
Eigen/src/Core/TriangularMatrix.h:75–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
EIGEN_DEVICE_FUNC
76
inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); }
77
EIGEN_DEVICE_FUNC
78
inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); }
79
Callers
2
copyCoeff
Method · 0.45
coeff
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected