/** \brief  Number of k entries. */
 KOKKOS_INLINE_FUNCTION
 size_type num_k() const { return m_j_row_map.dimension_0() - 1 ; }
예제 #2
0
 /** \brief  Dimension of the tensor. */
 KOKKOSARRAY_INLINE_FUNCTION
 size_type dimension() const { return m_k_row_map.dimension_0() - 1 ; }