const size_t OPENMP_TDVECTDMATMULT_THRESHOLD
OpenMP dense vector/column-major dense matrix multiplication threshold.This threshold specifies when ...
Definition: Thresholds.h:328
const size_t OPENMP_TSMATDVECMULT_THRESHOLD
OpenMP column-major sparse matrix/dense vector multiplication threshold.This threshold specifies when...
Definition: Thresholds.h:424
const size_t OPENMP_DVECASSIGN_THRESHOLD
OpenMP dense vector assignment threshold.This threshold specifies when an assignment of a plain dense...
Definition: Thresholds.h:200
const size_t OPENMP_DMATASSIGN_THRESHOLD
OpenMP dense matrix assignment threshold.This threshold specifies when an assignment with a plain den...
Definition: Thresholds.h:536
const size_t OPENMP_DMATDVECMULT_THRESHOLD
OpenMP row-major dense matrix/dense vector multiplication threshold.This threshold specifies when a r...
Definition: Thresholds.h:280
const size_t OPENMP_DMATTDMATMULT_THRESHOLD
OpenMP row-major dense matrix/column-major dense matrix multiplication threshold.This threshold speci...
Definition: Thresholds.h:654
const size_t TDMATTDMATMULT_THRESHOLD
Column-major dense matrix/column-major dense matrix multiplication threshold.This setting specifies t...
Definition: Thresholds.h:176
const size_t OPENMP_DMATTDMATADD_THRESHOLD
OpenMP row-major dense matrix/column-major dense matrix addition threshold.This threshold specifies w...
Definition: Thresholds.h:571
const size_t OPENMP_TDMATSVECMULT_THRESHOLD
OpenMP column-major dense matrix/sparse vector multiplication threshold.This threshold specifies when...
Definition: Thresholds.h:360
const size_t OPENMP_DMATTDMATSUB_THRESHOLD
OpenMP row-major dense matrix/column-major dense matrix subtraction threshold.This threshold specifie...
Definition: Thresholds.h:606
const size_t OPENMP_TSVECDMATMULT_THRESHOLD
OpenMP sparse vector/row-major dense matrix multiplication threshold.This threshold specifies when a ...
Definition: Thresholds.h:376
const size_t OPENMP_SMATDMATMULT_THRESHOLD
OpenMP row-major sparse matrix/row-major dense matrix multiplication threshold.This threshold specifi...
Definition: Thresholds.h:766
const size_t OPENMP_DMATSVECMULT_THRESHOLD
OpenMP row-major dense matrix/sparse vector multiplication threshold.This threshold specifies when a ...
Definition: Thresholds.h:344
const size_t TDVECTDMATMULT_THRESHOLD
Dense Vector/column-major dense matrix multiplication threshold.This setting specifies the threshold ...
Definition: Thresholds.h:108
const size_t OPENMP_TSMATTDMATMULT_THRESHOLD
OpenMP column-major sparse matrix/column-major dense matrix multiplication threshold.This threshold specifies when a column-major sparse matrix/column-major dense matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:814
const size_t OPENMP_DVECTDVECMULT_THRESHOLD
OpenMP dense vector/dense vector outer product threshold.This threshold specifies when a dense vector...
Definition: Thresholds.h:894
const size_t OPENMP_DMATDMATSUB_THRESHOLD
OpenMP row-major dense matrix/row-major dense matrix subtraction threshold.This threshold specifies w...
Definition: Thresholds.h:588
const size_t OPENMP_DMATDMATMULT_THRESHOLD
OpenMP row-major dense matrix/row-major dense matrix multiplication threshold.This threshold specifie...
Definition: Thresholds.h:638
const size_t OPENMP_DVECSCALARMULT_THRESHOLD
OpenMP dense vector/scalar multiplication/division threshold.This threshold specifies when a dense ve...
Definition: Thresholds.h:264
const size_t OPENMP_SMATDVECMULT_THRESHOLD
OpenMP row-major sparse matrix/dense vector multiplication threshold.This threshold specifies when a ...
Definition: Thresholds.h:408
const size_t TDMATDMATMULT_THRESHOLD
Column-major dense matrix/row-major dense matrix multiplication threshold.This setting specifies the ...
Definition: Thresholds.h:159
const size_t OPENMP_TSMATSMATMULT_THRESHOLD
OpenMP column-major sparse matrix/row-major sparse matrix multiplication threshold.This threshold specifies when a column-major sparse matrix/row-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:862
const size_t OPENMP_DMATSMATMULT_THRESHOLD
OpenMP row-major dense matrix/row-major sparse matrix multiplication threshold.This threshold specifi...
Definition: Thresholds.h:702
const size_t OPENMP_DVECDVECMULT_THRESHOLD
OpenMP dense vector/dense vector multiplication threshold.This threshold specifies when a dense vecto...
Definition: Thresholds.h:248
const size_t OPENMP_TSMATSVECMULT_THRESHOLD
OpenMP column-major sparse matrix/sparse vector multiplication threshold.This threshold specifies whe...
Definition: Thresholds.h:488
const size_t OPENMP_TDMATDVECMULT_THRESHOLD
OpenMP column-major dense matrix/dense vector multiplication threshold.This threshold specifies when ...
Definition: Thresholds.h:296
const size_t OPENMP_SMATSMATMULT_THRESHOLD
OpenMP row-major sparse matrix/row-major sparse matrix multiplication threshold.This threshold specif...
Definition: Thresholds.h:830
const size_t OPENMP_TDVECTSMATMULT_THRESHOLD
OpenMP dense vector/column-major sparse matrix multiplication threshold.This threshold specifies when...
Definition: Thresholds.h:456
const size_t DMATDMATMULT_THRESHOLD
Row-major dense matrix/row-major dense matrix multiplication threshold.This setting specifies the thr...
Definition: Thresholds.h:125
const size_t OPENMP_TDMATTDMATMULT_THRESHOLD
OpenMP column-major dense matrix/column-major dense matrix multiplication threshold.This threshold specifies when a column-major dense matrix/column-major dense matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:686
const size_t OPENMP_TDMATTSMATMULT_THRESHOLD
OpenMP column-major dense matrix/column-major sparse matrix multiplication threshold.This threshold specifies when a column-major dense matrix/column-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:750
const size_t OPENMP_TSVECSMATMULT_THRESHOLD
OpenMP sparse vector/row-major sparse matrix multiplication threshold.This threshold specifies when a...
Definition: Thresholds.h:504
const size_t OPENMP_DMATSCALARMULT_THRESHOLD
OpenMP dense matrix/scalar multiplication/division threshold.This threshold specifies when a dense ma...
Definition: Thresholds.h:622
const size_t OPENMP_TSMATTSMATMULT_THRESHOLD
OpenMP column-major sparse matrix/column-major sparse matrix multiplication threshold.This threshold specifies when a column-major sparse matrix/column-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:878
const size_t OPENMP_TDVECDMATMULT_THRESHOLD
OpenMP dense vector/row-major dense matrix multiplication threshold.This threshold specifies when a d...
Definition: Thresholds.h:312
const size_t OPENMP_DMATTSMATMULT_THRESHOLD
OpenMP row-major dense matrix/column-major sparse matrix multiplication threshold.This threshold specifies when a row-major dense matrix/column-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:718
const size_t OPENMP_SMATSVECMULT_THRESHOLD
OpenMP row-major sparse matrix/sparse vector multiplication threshold.This threshold specifies when a...
Definition: Thresholds.h:472
const size_t OPENMP_DVECDVECADD_THRESHOLD
OpenMP dense vector/dense vector addition threshold.This threshold specifies when a dense vector/dens...
Definition: Thresholds.h:216
const size_t TDMATDVECMULT_THRESHOLD
Column-major dense matrix/dense vector multiplication threshold.This setting specifies the threshold ...
Definition: Thresholds.h:74
const size_t OPENMP_TSVECTSMATMULT_THRESHOLD
OpenMP sparse vector/column-major sparse matrix multiplication threshold.This threshold specifies whe...
Definition: Thresholds.h:520
const size_t OPENMP_TSMATDMATMULT_THRESHOLD
OpenMP column-major sparse matrix/row-major dense matrix multiplication threshold.This threshold specifies when a column-major sparse matrix/row-major dense matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:798
const size_t OPENMP_DVECDVECSUB_THRESHOLD
OpenMP dense vector/dense vector subtraction threshold.This threshold specifies when a dense vector/d...
Definition: Thresholds.h:232
const size_t OPENMP_TSVECTDMATMULT_THRESHOLD
OpenMP sparse vector/column-major dense matrix multiplication threshold.This threshold specifies when...
Definition: Thresholds.h:392
const size_t DMATTDMATMULT_THRESHOLD
Row-major dense matrix/column-major dense matrix multiplication threshold.This setting specifies the ...
Definition: Thresholds.h:142
const size_t OPENMP_SMATTSMATMULT_THRESHOLD
OpenMP row-major sparse matrix/column-major sparse matrix multiplication threshold.This threshold specifies when a row-major sparse matrix/column-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:846
const size_t OPENMP_TDMATSMATMULT_THRESHOLD
OpenMP column-major dense matrix/row-major sparse matrix multiplication threshold.This threshold specifies when a column-major dense matrix/row-major sparse matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:734
const size_t OPENMP_TDMATDMATMULT_THRESHOLD
OpenMP column-major dense matrix/row-major dense matrix multiplication threshold.This threshold speci...
Definition: Thresholds.h:670
const size_t OPENMP_DMATDMATADD_THRESHOLD
OpenMP row-major dense matrix/row-major dense matrix addition threshold.This threshold specifies when...
Definition: Thresholds.h:553
const size_t OPENMP_TDVECSMATMULT_THRESHOLD
OpenMP dense vector/row-major sparse matrix multiplication threshold.This threshold specifies when a ...
Definition: Thresholds.h:440
const size_t TDVECDMATMULT_THRESHOLD
Dense Vector/row-major dense matrix multiplication threshold.This setting specifies the threshold bet...
Definition: Thresholds.h:91
const size_t OPENMP_SMATTDMATMULT_THRESHOLD
OpenMP row-major sparse matrix/column-major dense matrix multiplication threshold.This threshold specifies when a row-major sparse matrix/column-major dense matrix multiplication can be executed in parallel. In case the number of rows/columns of the target matrix is larger or equal to this threshold, the operation is executed in parallel. If the number of rows/columns is below this threshold the operation is executed single-threaded.
Definition: Thresholds.h:782
const size_t DMATDVECMULT_THRESHOLD
Row-major dense matrix/dense vector multiplication threshold.This setting specifies the threshold bet...
Definition: Thresholds.h:57