MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / coeff

Method coeff

extensions/include/cuMat/src/MatrixBlock.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 * \return a read-only reference to the entry
124 */
125 __device__ CUMAT_STRONG_INLINE _Scalar coeff(Index row, Index col, Index batch, Index index) const
126 {
127 return matrix_.coeff(row + start_row_, col + start_column_, batch + start_batch_, -1);
128 }
129
130 /**
131 * \brief Access to the linearized coefficient.

Callers 1

MatrixBlockClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected