All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Variables
Thresholds.h File Reference

Header file for the thresholds for matrix/vector and matrix/matrix multiplications. More...

#include <blaze/util/StaticAssert.h>
#include <blaze/config/Thresholds.h>

Go to the source code of this file.

Namespaces

 blaze
 Namespace of the Blaze C++ math library.
 

Variables

const size_t blaze::SMP_DVECASSIGN_THRESHOLD = OPENMP_DVECASSIGN_THRESHOLD
 SMP dense vector assignment threshold.This threshold represents the system-specific threshold for a parallel assignment of a plain dense vector. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DVECDVECADD_THRESHOLD = OPENMP_DVECDVECADD_THRESHOLD
 SMP dense vector/dense vector addition threshold.This threshold represents the system-specific threshold for a parallel dense vector/dense vector addition. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DVECDVECSUB_THRESHOLD = OPENMP_DVECDVECSUB_THRESHOLD
 SMP dense vector/dense vector subtraction threshold.This threshold represents the system-specific threshold for a parallel dense vector/dense vector subtraction. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DVECDVECMULT_THRESHOLD = OPENMP_DVECDVECMULT_THRESHOLD
 SMP dense vector/dense vector multiplication threshold.This threshold represents the system-specific threshold for a parallel dense vector/dense vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DVECSCALARMULT_THRESHOLD = OPENMP_DVECSCALARMULT_THRESHOLD
 SMP dense vector/scalar multiplication/division threshold.This threshold represents the system-specific threshold for a parallel dense vector/scalar multiplication/division. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DMATDVECMULT_THRESHOLD = OPENMP_DMATDVECMULT_THRESHOLD
 SMP row-major dense matrix/dense vector multiplication threshold.This threshold represents the system-specific threshold for a parallel dense matrix/dense vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDMATDVECMULT_THRESHOLD = OPENMP_TDMATDVECMULT_THRESHOLD
 SMP column-major dense matrix/dense vector multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/dense vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDVECDMATMULT_THRESHOLD = OPENMP_TDVECDMATMULT_THRESHOLD
 SMP dense vector/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel dense vector/row-major dense matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDVECTDMATMULT_THRESHOLD = OPENMP_TDVECTDMATMULT_THRESHOLD
 SMP dense vector/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel dense vector/column-major dense matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DMATSVECMULT_THRESHOLD = OPENMP_DMATSVECMULT_THRESHOLD
 SMP row-major dense matrix/sparse vector multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/sparse vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDMATSVECMULT_THRESHOLD = OPENMP_TDMATSVECMULT_THRESHOLD
 SMP column-major dense matrix/sparse vector multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/sparse vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSVECDMATMULT_THRESHOLD = OPENMP_TSVECDMATMULT_THRESHOLD
 SMP sparse vector/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel sparse vector/row-major dense matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSVECTDMATMULT_THRESHOLD = OPENMP_TSVECTDMATMULT_THRESHOLD
 SMP sparse vector/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel sparse vector/column-major dense matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_SMATDVECMULT_THRESHOLD = OPENMP_SMATDVECMULT_THRESHOLD
 SMP row-major sparse matrix/dense vector multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/dense vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSMATDVECMULT_THRESHOLD = OPENMP_TSMATDVECMULT_THRESHOLD
 SMP column-major sparse matrix/dense vector multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/dense vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDVECSMATMULT_THRESHOLD = OPENMP_TDVECSMATMULT_THRESHOLD
 SMP dense vector/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel dense vector/row-major sparse matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TDVECTSMATMULT_THRESHOLD = OPENMP_TDVECTSMATMULT_THRESHOLD
 SMP dense vector/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel dense vector/column-major sparse matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_SMATSVECMULT_THRESHOLD = OPENMP_SMATSVECMULT_THRESHOLD
 SMP row-major sparse matrix/sparse vector multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/sparse vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSMATSVECMULT_THRESHOLD = OPENMP_TSMATSVECMULT_THRESHOLD
 SMP column-major sparse matrix/sparse vector multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/sparse vector multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSVECSMATMULT_THRESHOLD = OPENMP_TSVECSMATMULT_THRESHOLD
 SMP sparse vector/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel sparse vector/row-major sparse matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_TSVECTSMATMULT_THRESHOLD = OPENMP_TSVECTSMATMULT_THRESHOLD
 SMP sparse vector/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel sparse vector/column-major sparse matrix multiplication. In case the number of elements of the target vector is larger or equal to this threshold, the operation is executed in parallel. If the number of elements is below this threshold the operation is executed single-threaded.
 
const size_t blaze::SMP_DMATASSIGN_THRESHOLD = OPENMP_DMATASSIGN_THRESHOLD
 SMP dense matrix assignment threshold.This threshold represents the system-specific threshold for a parallel assignment with a plain dense matrix. 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.
 
const size_t blaze::SMP_DMATDMATADD_THRESHOLD = OPENMP_DMATDMATADD_THRESHOLD
 SMP row-major dense matrix/row-major dense matrix addition threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/row-major dense matrix addition. This threshold affects both additions between two row-major matrices or two column-major dense matrices. 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.
 
const size_t blaze::SMP_DMATTDMATADD_THRESHOLD = OPENMP_DMATTDMATADD_THRESHOLD
 SMP row-major dense matrix/column-major dense matrix addition threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/column-major dense matrix addition. This threshold affects both additions between a row-major matrix and a column-major matrix and a column-major matrix and a row-major matrix. 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.
 
const size_t blaze::SMP_DMATDMATSUB_THRESHOLD = OPENMP_DMATDMATSUB_THRESHOLD
 SMP row-major dense matrix/row-major dense matrix subtraction threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/row-major dense matrix subtraction. This threshold affects both subtractions between two row-major matrices or two column-major dense matrices. 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.
 
const size_t blaze::SMP_DMATTDMATSUB_THRESHOLD = OPENMP_DMATTDMATSUB_THRESHOLD
 SMP row-major dense matrix/column-major dense matrix subtraction threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/column-major dense matrix subtraction. This threshold affects both subtractions between a row-major matrix and a column-major matrix and a column-major matrix and a row-major matrix. 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.
 
const size_t blaze::SMP_DMATSCALARMULT_THRESHOLD = OPENMP_DMATSCALARMULT_THRESHOLD
 SMP dense matrix/scalar multiplication/division threshold.This threshold represents the system-specific threshold for a parallel dense matrix/scalar multiplication or division 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.
 
const size_t blaze::SMP_DMATDMATMULT_THRESHOLD = OPENMP_DMATDMATMULT_THRESHOLD
 SMP row-major dense matrix/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/row-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_DMATTDMATMULT_THRESHOLD = OPENMP_DMATTDMATMULT_THRESHOLD
 SMP row-major dense matrix/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/column-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_TDMATDMATMULT_THRESHOLD = OPENMP_TDMATDMATMULT_THRESHOLD
 SMP column-major dense matrix/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/row-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_TDMATTDMATMULT_THRESHOLD = OPENMP_TDMATTDMATMULT_THRESHOLD
 SMP column-major dense matrix/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/column-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_DMATSMATMULT_THRESHOLD = OPENMP_DMATSMATMULT_THRESHOLD
 SMP row-major dense matrix/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/row-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_DMATTSMATMULT_THRESHOLD = OPENMP_DMATTSMATMULT_THRESHOLD
 SMP row-major dense matrix/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major dense matrix/column-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_TDMATSMATMULT_THRESHOLD = OPENMP_TDMATSMATMULT_THRESHOLD
 SMP column-major dense matrix/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/row-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_TDMATTSMATMULT_THRESHOLD = OPENMP_TDMATTSMATMULT_THRESHOLD
 SMP column-major dense matrix/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major dense matrix/column-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_SMATDMATMULT_THRESHOLD = OPENMP_SMATDMATMULT_THRESHOLD
 SMP row-major sparse matrix/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/row-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_SMATTDMATMULT_THRESHOLD = OPENMP_SMATTDMATMULT_THRESHOLD
 SMP row-major sparse matrix/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/column-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_TSMATDMATMULT_THRESHOLD = OPENMP_TSMATDMATMULT_THRESHOLD
 SMP column-major sparse matrix/row-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/row-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_TSMATTDMATMULT_THRESHOLD = OPENMP_TSMATTDMATMULT_THRESHOLD
 SMP column-major sparse matrix/column-major dense matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/column-major dense matrix multiplication. 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.
 
const size_t blaze::SMP_SMATSMATMULT_THRESHOLD = OPENMP_SMATSMATMULT_THRESHOLD
 SMP row-major sparse matrix/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/row-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_SMATTSMATMULT_THRESHOLD = OPENMP_SMATTSMATMULT_THRESHOLD
 SMP row-major sparse matrix/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel row-major sparse matrix/column-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_TSMATSMATMULT_THRESHOLD = OPENMP_TSMATSMATMULT_THRESHOLD
 SMP column-major sparse matrix/row-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/row-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_TSMATTSMATMULT_THRESHOLD = OPENMP_TSMATTSMATMULT_THRESHOLD
 SMP column-major sparse matrix/column-major sparse matrix multiplication threshold.This threshold represents the system-specific threshold for a parallel column-major sparse matrix/column-major sparse matrix multiplication. 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.
 
const size_t blaze::SMP_DVECTDVECMULT_THRESHOLD = OPENMP_DVECTDVECMULT_THRESHOLD
 SMP dense vector/dense vector outer product threshold.This threshold represents the system-specific threshold for a parallel dense vector/dense vector outer product. 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.
 

Detailed Description

Header file for the thresholds for matrix/vector and matrix/matrix multiplications.

Copyright (C) 2013 Klaus Iglberger - All Rights Reserved

This file is part of the Blaze library. You can redistribute it and/or modify it under the terms of the New (Revised) BSD License. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the names of the Blaze development group nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.