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

Method coeff

extensions/include/cuMat/src/UnaryOps.h:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); }
481
482 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index index) const
483 {
484 using Functor = internal::ExtractDiagonalFunctor<MatrixType>;
485 return Functor::extractDiagonal(child_.derived().coeff(row, row, batch, index));
486 }
487};
488
489

Callers

nothing calls this directly

Calls 1

coeffMethod · 0.45

Tested by

no test coverage detected