column_limit is a strategy_type which decides the number of stored elements per row of the ell part by specifying the number of columns.  
 More...
#include <ginkgo/core/matrix/hybrid.hpp>
template<typename ValueType = default_precision, typename IndexType = int32>
class gko::matrix::Hybrid< ValueType, IndexType >::column_limit
column_limit is a strategy_type which decides the number of stored elements per row of the ell part by specifying the number of columns. 
 
◆ column_limit()
template<typename ValueType = default_precision, typename IndexType = int32> 
 
Creates a column_limit strategy. 
- Parameters
 - 
  
    | num_column | the specified number of columns of the ell part  | 
  
   
 
 
◆ compute_ell_num_stored_elements_per_row()
template<typename ValueType = default_precision, typename IndexType = int32> 
 
 
◆ get_num_columns()
template<typename ValueType = default_precision, typename IndexType = int32> 
 
Get the number of columns limit. 
- Returns
 - the number of columns limit 
 
 
 
The documentation for this class was generated from the following file: