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

Function coeff

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

\sa MatrixBase::coeff() * \warning the coordinates must fit into the referenced triangular part */

Source from the content-addressed store, hash-verified

359 * \warning the coordinates must fit into the referenced triangular part
360 */
361 EIGEN_DEVICE_FUNC inline Scalar coeff(Index row, Index col) const {
362 Base::check_coordinates_internal(row, col);
363 return derived().nestedExpression().coeff(row, col);
364 }
365
366 /** \sa MatrixBase::coeffRef()
367 * \warning the coordinates must fit into the referenced triangular part

Callers 3

operator()Method · 0.70
isUpperTriangularMethod · 0.70
isLowerTriangularMethod · 0.70

Calls 2

nestedExpressionMethod · 0.80
coeffMethod · 0.45

Tested by

no test coverage detected