MCPcopy Create free account

hub / github.com/clMathLibraries/clBLAS / functions

Functions4,214 in github.com/clMathLibraries/clBLAS

Functioncall_kernel_triple_update192
src/library/blas/functor/gpu_dtrsm192.cc:116
Functioncatch
src/library/tools/ktest/config-cmdline.cpp:215
FunctioncheckBestImage
src/library/blas/scimage.c:100
FunctioncheckCalcDecomp
src/library/blas/gens/syrxk.c:2308
FunctioncheckCalcDecompDedicated
src/library/blas/gens/trsm.c:1584
FunctioncheckEventWaitList
src/library/blas/functor/include/functor_utils.h:45
FunctioncheckFILE
src/library/tools/tune/toolslib.c:293
FunctioncheckMatrixA
src/library/blas/functor/include/functor_utils.h:63
FunctioncheckMatrixB
src/library/blas/functor/include/functor_utils.h:68
FunctioncheckMatrixC
src/library/blas/functor/include/functor_utils.h:73
FunctioncheckMatrixMemLevelSet
src/library/blas/generic/solution_seq_make.c:723
FunctioncheckQueues
src/library/blas/functor/include/functor_utils.h:22
FunctioncheckTimeOutPut2
(args)
src/scripts/perf/measurePerformance.py:159
FunctioncheckVectorX
src/library/blas/functor/include/functor_utils.h:78
FunctioncheckVectorY
src/library/blas/functor/include/functor_utils.h:83
FunctionclAmdBlasCaxpy
* @brief Scale vector X of complex-float elements and add to Y * * - \f$ Y \leftarrow \alpha X + Y \f$ * * @param[in] N Number of elemen
src/clAmdBlas.h:1216
FunctionclAmdBlasCcopy
* @brief Copies complex-float elements from vector X to vector Y * * - \f$ Y \leftarrow X \f$ * * @param[in] N Number of elements in vec
src/clAmdBlas.h:995
FunctionclAmdBlasCdotc
src/clAmdBlas.h:1561
FunctionclAmdBlasCdotu
* @brief dot product of two vectors containing float-complex elements * * @param[in] N Number of elements in vector \b X. * @param[out]
src/clAmdBlas.h:1451
FunctionclAmdBlasCgbmv
* @brief Matrix-vector product with a general rectangular banded matrix and * float-complex elements. * * Matrix-vector products: * - \f$ Y \lef
src/clAmdBlas.h:7330
FunctionclAmdBlasCgemm
* @brief Matrix-matrix product of general rectangular matrices with float * complex elements. * * Matrix-matrix products: * - \f$ C \leftarrow \
src/clAmdBlas.h:8521
FunctionclAmdBlasCgemmEx
* @brief Matrix-matrix product of general rectangular matrices with float * complex elements. Extended version. * * Matrix-matrix products:
src/clAmdBlas.h:8834
FunctionclAmdBlasCgemv
* @brief Matrix-vector product with a general rectangular matrix and * float complex elements. * * Matrix-vector products: * - \f$ y \leftarrow
src/clAmdBlas.h:3270
FunctionclAmdBlasCgemvEx
* @brief Matrix-vector product with a general rectangular matrix and * float complex elements. Extended version. * * Matrix-vector products:
src/clAmdBlas.h:3558
FunctionclAmdBlasCgerc
* @brief vector-vector product with float complex elements and * performs the rank 1 operation A * * Vector-vector products: * - \f$ A \leftarro
src/clAmdBlas.h:5013
FunctionclAmdBlasCgeru
* @brief vector-vector product with float complex elements and * performs the rank 1 operation A * * Vector-vector products: * - \f$ A \leftarro
src/clAmdBlas.h:4860
FunctionclAmdBlasChbmv
* @brief Matrix-vector product with a hermitian banded matrix and float elements. * * Matrix-vector products: * - \f$ Y \leftarrow \alpha A X + \be
src/clAmdBlas.h:7930
FunctionclAmdBlasChemm
* @brief Matrix-matrix product of hermitian rectangular matrices with * float-complex elements. * * Matrix-matrix products: * - \f$ C \leftarrow
src/clAmdBlas.h:11778
FunctionclAmdBlasChemv
* @brief Matrix-vector product with a hermitian matrix and float-complex elements. * * Matrix-vector products: * - \f$ Y \leftarrow \alpha A X + \b
src/clAmdBlas.h:4024
FunctionclAmdBlasCher
@{*/ * @brief hermitian rank 1 operation with a general triangular matrix and * float-complex elements. * * hermitian rank 1 operation: * - \f$
src/clAmdBlas.h:5300
FunctionclAmdBlasCher2
@{*/ * @brief Hermitian rank 2 operation with a general triangular matrix and * float-compelx elements. * * Hermitian rank 2 operation: * - \f$
src/clAmdBlas.h:5608
FunctionclAmdBlasCher2k
* @brief Rank-2k update of a hermitian matrix with float-complex elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A B^H + conj( \alpha )
src/clAmdBlas.h:12119
FunctionclAmdBlasCherk
* @brief Rank-k update of a hermitian matrix with float-complex elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A A^H + \beta C \f$ *
src/clAmdBlas.h:11953
FunctionclAmdBlasChpmv
* @brief Matrix-vector product with a packed hermitian matrix and float-complex elements. * * Matrix-vector products: * - \f$ Y \leftarrow \alpha A
src/clAmdBlas.h:6453
FunctionclAmdBlasChpr
@{*/ * @brief hermitian rank 1 operation with a general triangular packed-matrix and * float-complex elements. * * hermitian rank 1 operation: *
src/clAmdBlas.h:6737
FunctionclAmdBlasChpr2
@{*/ * @brief Hermitian rank 2 operation with a general triangular packed-matrix and * float-compelx elements. * * Hermitian rank 2 operation: *
src/clAmdBlas.h:7022
FunctionclAmdBlasCrotg
* @brief construct givens plane rotation on float-complex elements * * @param[out] CA Buffer object that contains CA * @param[in] offCA
src/clAmdBlas.h:1793
FunctionclAmdBlasCscal
* @brief Scales a complex-float vector by a complex-float constant * * - \f$ X \leftarrow \alpha X \f$ * * @param[in] N Number of eleme
src/clAmdBlas.h:669
FunctionclAmdBlasCsrot
* @brief applies a plane rotation for float-complex elements * * @param[in] N Number of elements in vector \b X and \b Y. * @param[out] X
src/clAmdBlas.h:2168
FunctionclAmdBlasCsscal
* @brief Scales a complex-float vector by a float constant * * - \f$ X \leftarrow \alpha X \f$ * * @param[in] N Number of elements in ve
src/clAmdBlas.h:776
FunctionclAmdBlasCswap
* @brief interchanges two vectors of complex-float elements. * * * @param[in] N Number of elements in vector \b X. * @param[out] X
src/clAmdBlas.h:467
FunctionclAmdBlasCsymm
* @brief Matrix-matrix product of symmetric rectangular matrices with * float-complex elements. * * Matrix-matrix products: * - \f$ C \leftarrow
src/clAmdBlas.h:11597
FunctionclAmdBlasCsyr2k
* @brief Rank-2k update of a symmetric matrix with complex float elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A B^T + \alpha B A^T +
src/clAmdBlas.h:10939
FunctionclAmdBlasCsyr2kEx
* @brief Rank-2k update of a symmetric matrix with complex float elements. * Extended version. * * Rank-k updates: * - \f$ C \leftarrow \
src/clAmdBlas.h:11250
FunctionclAmdBlasCsyrk
* @brief Rank-k update of a symmetric matrix with complex float elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A A^T + \beta C \f$ *
src/clAmdBlas.h:10345
FunctionclAmdBlasCsyrkEx
* @brief Rank-k update of a symmetric matrix with complex float elements. * Extended version. * * Rank-k updates: * - \f$ C \leftarrow \a
src/clAmdBlas.h:10626
FunctionclAmdBlasCtbmv
* @brief Matrix-vector product with a triangular banded matrix and * float-complex elements. * * Matrix-vector products: * - \f$ X \leftarrow A
src/clAmdBlas.h:7620
FunctionclAmdBlasCtbsv
* @brief solving triangular banded matrix problems with float-complex elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * -
src/clAmdBlas.h:8210
FunctionclAmdBlasCtpmv
* @brief Matrix-vector product with a packed triangular matrix and * float-complex elements. * * Matrix-vector products: * - \f$ X \leftarrow A
src/clAmdBlas.h:5875
FunctionclAmdBlasCtpsv
* @brief solving triangular packed matrix problems with float complex elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * -
src/clAmdBlas.h:6148
FunctionclAmdBlasCtrmm
* @brief Multiplying a matrix by a triangular matrix with float complex * elements. * * Matrix-triangular matrix products: * - \f$ B \leftarrow
src/clAmdBlas.h:9155
FunctionclAmdBlasCtrmmEx
* @brief Multiplying a matrix by a triangular matrix with float complex * elements. Extended version. * * Matrix-triangular matrix products:
src/clAmdBlas.h:9444
FunctionclAmdBlasCtrmv
* @brief Matrix-vector product with a triangular matrix and * float complex elements. * * Matrix-vector products: * - \f$ X \leftarrow A X \f$
src/clAmdBlas.h:4304
FunctionclAmdBlasCtrsm
* @brief Solving triangular systems of equations with multiple right-hand * sides and float complex elements. * * Solving triangular systems of equ
src/clAmdBlas.h:9758
FunctionclAmdBlasCtrsmEx
* @brief Solving triangular systems of equations with multiple right-hand * sides and float complex elements. Extended version. * * Solving
src/clAmdBlas.h:10049
FunctionclAmdBlasCtrsv
* @brief solving triangular matrix problems with float-complex elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * - \f$ A^T
src/clAmdBlas.h:4560
FunctionclAmdBlasDasum
* @brief absolute sum of values of a vector containing double elements * * @param[in] N Number of elements in vector \b X. * @param[out
src/clAmdBlas.h:2934
FunctionclAmdBlasDaxpy
* @brief Scale vector X of double elements and add to Y * * - \f$ Y \leftarrow \alpha X + Y \f$ * * @param[in] N Number of elements in v
src/clAmdBlas.h:1168
FunctionclAmdBlasDcopy
* @brief Copies double elements from vector X to vector Y * * - \f$ Y \leftarrow X \f$ * * @param[in] N Number of elements in vector \b
src/clAmdBlas.h:949
FunctionclAmdBlasDdot
* @brief dot product of two vectors containing double elements * * @param[in] N Number of elements in vector \b X. * @param[out] dotPro
src/clAmdBlas.h:1398
FunctionclAmdBlasDgbmv
* @brief Matrix-vector product with a general rectangular banded matrix and * double elements. * * Matrix-vector products: * - \f$ Y \leftarrow
src/clAmdBlas.h:7260
FunctionclAmdBlasDgemm
* @brief Matrix-matrix product of general rectangular matrices with double * elements. * * Matrix-matrix products: * - \f$ C \leftarrow \alpha A
src/clAmdBlas.h:8453
FunctionclAmdBlasDgemmEx
* @brief Matrix-matrix product of general rectangular matrices with double * elements. Extended version. * * Matrix-matrix products: * -
src/clAmdBlas.h:8755
FunctionclAmdBlasDgemv
* @brief Matrix-vector product with a general rectangular matrix and * double elements. * * Matrix-vector products: * - \f$ y \leftarrow \alpha
src/clAmdBlas.h:3202
FunctionclAmdBlasDgemvEx
* @brief Matrix-vector product with a general rectangular matrix and * double elements. Extended version. * * Matrix-vector products: * -
src/clAmdBlas.h:3488
FunctionclAmdBlasDger
* @brief vector-vector product with double elements and * performs the rank 1 operation A * * Vector-vector products: * - \f$ A \leftarrow \alph
src/clAmdBlas.h:4772
FunctionclAmdBlasDnrm2
* @brief computes the euclidean norm of vector containing double elements * * NRM2 = sqrt( X' * X ) * * @param[in] N Number of elemen
src/clAmdBlas.h:2489
FunctionclAmdBlasDrot
* @brief applies a plane rotation for double elements * * @param[in] N Number of elements in vector \b X and \b Y. * @param[out] X B
src/clAmdBlas.h:2119
FunctionclAmdBlasDrotg
* @brief construct givens plane rotation on double elements * * @param[out] DA Buffer object that contains DA * @param[in] offDA
src/clAmdBlas.h:1744
FunctionclAmdBlasDrotm
* @brief modified givens rotation for double elements * * @param[in] N Number of elements in vector \b X and \b Y. * @param[out] X B
src/clAmdBlas.h:2361
FunctionclAmdBlasDrotmg
* @brief construct the modified givens rotation on double elements * * @param[out] DD1 Buffer object that contains DD1 * @param[in] offDD1
src/clAmdBlas.h:1987
FunctionclAmdBlasDsbmv
* @brief Matrix-vector product with a symmetric banded matrix and double elements. * * Matrix-vector products: * - \f$ Y \leftarrow \alpha A X + \b
src/clAmdBlas.h:7840
FunctionclAmdBlasDscal
* @brief Scales a double vector by a double constant * * - \f$ X \leftarrow \alpha X \f$ * * @param[in] N Number of elements in vector \
src/clAmdBlas.h:628
FunctionclAmdBlasDspmv
* @brief Matrix-vector product with a symmetric packed-matrix and double elements. * * Matrix-vector products: * - \f$ Y \leftarrow \alpha A X + \b
src/clAmdBlas.h:6366
FunctionclAmdBlasDspr
* @brief Symmetric rank 1 operation with a general triangular packed-matrix and * double elements. * * Symmetric rank 1 operation: * - \f$ A \le
src/clAmdBlas.h:6660
FunctionclAmdBlasDspr2
* @brief Symmetric rank 2 operation with a general triangular packed-matrix and * double elements. * * Symmetric rank 2 operation: * - \f$ A \le
src/clAmdBlas.h:6939
FunctionclAmdBlasDswap
* @brief interchanges two vectors of double. * * * @param[in] N Number of elements in vector \b X. * @param[out] X Buffer object st
src/clAmdBlas.h:423
FunctionclAmdBlasDsymm
* @brief Matrix-matrix product of symmetric rectangular matrices with double * elements. * * Matrix-matrix products: * - \f$ C \leftarrow \alpha
src/clAmdBlas.h:11521
FunctionclAmdBlasDsymv
* @brief Matrix-vector product with a symmetric matrix and double elements. * * Matrix-vector products: * - \f$ y \leftarrow \alpha A x + \beta y \
src/clAmdBlas.h:3794
FunctionclAmdBlasDsymvEx
* @brief Matrix-vector product with a symmetric matrix and double elements. * Extended version. * * Matrix-vector products: * - \f$ y \left
src/clAmdBlas.h:3934
FunctionclAmdBlasDsyr
* @brief Symmetric rank 1 operation with a general triangular matrix and * double elements. * * Symmetric rank 1 operation: * - \f$ A \leftarrow
src/clAmdBlas.h:5219
FunctionclAmdBlasDsyr2
* @brief Symmetric rank 2 operation with a general triangular matrix and * double elements. * * Symmetric rank 2 operation: * - \f$ A \leftarrow
src/clAmdBlas.h:5521
FunctionclAmdBlasDsyr2k
* @brief Rank-2k update of a symmetric matrix with double elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A B^T + \alpha B A^T + \beta
src/clAmdBlas.h:10870
FunctionclAmdBlasDsyr2kEx
* @brief Rank-2k update of a symmetric matrix with double elements. * Extended version. * * Rank-k updates: * - \f$ C \leftarrow \alpha A
src/clAmdBlas.h:11172
FunctionclAmdBlasDsyrk
* @brief Rank-k update of a symmetric matrix with double elements. * * Rank-k updates: * - \f$ C \leftarrow \alpha A A^T + \beta C \f$ * - \f$
src/clAmdBlas.h:10281
FunctionclAmdBlasDsyrkEx
* @brief Rank-k update of a symmetric matrix with double elements. * Extended version. * * Rank-k updates: * - \f$ C \leftarrow \alpha A
src/clAmdBlas.h:10556
FunctionclAmdBlasDtbmv
* @brief Matrix-vector product with a triangular banded matrix and * double elements. * * Matrix-vector products: * - \f$ X \leftarrow A X \f$
src/clAmdBlas.h:7559
FunctionclAmdBlasDtbsv
* @brief solving triangular banded matrix problems with double elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * - \f$ A^T
src/clAmdBlas.h:8154
FunctionclAmdBlasDtpmv
* @brief Matrix-vector product with a packed triangular matrix and * double elements. * * Matrix-vector products: * - \f$ X \leftarrow A X \f$
src/clAmdBlas.h:5821
FunctionclAmdBlasDtpsv
* @brief solving triangular packed matrix problems with double elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * - \f$ A^T
src/clAmdBlas.h:6080
FunctionclAmdBlasDtrmm
* @brief Multiplying a matrix by a triangular matrix with double elements. * * Matrix-triangular matrix products: * - \f$ B \leftarrow \alpha A B
src/clAmdBlas.h:9091
FunctionclAmdBlasDtrmmEx
* @brief Multiplying a matrix by a triangular matrix with double elements. * Extended version. * * Matrix-triangular matrix products: * -
src/clAmdBlas.h:9373
FunctionclAmdBlasDtrmv
* @brief Matrix-vector product with a triangular matrix and * double elements. * * Matrix-vector products: * - \f$ X \leftarrow A X \f$ * -
src/clAmdBlas.h:4247
FunctionclAmdBlasDtrsm
* @brief Solving triangular systems of equations with multiple right-hand * sides and double elements. * * Solving triangular systems of equations:
src/clAmdBlas.h:9692
FunctionclAmdBlasDtrsmEx
* @brief Solving triangular systems of equations with multiple right-hand * sides and double elements. Extended version. * * Solving triangu
src/clAmdBlas.h:9977
FunctionclAmdBlasDtrsv
* @brief solving triangular matrix problems with double elements. * * Matrix-vector products: * - \f$ A X \leftarrow X \f$ * - \f$ A^T X \lef
src/clAmdBlas.h:4506
FunctionclAmdBlasDzasum
* @brief absolute sum of values of a vector containing double-complex elements * * @param[in] N Number of elements in vector \b X. * @p
src/clAmdBlas.h:3028
FunctionclAmdBlasDznrm2
* @brief computes the euclidean norm of vector containing double-complex elements * * NRM2 = sqrt( X**H * X ) * * @param[in] N Number
src/clAmdBlas.h:2588
FunctionclAmdBlasGetVersion
* @brief Get the clAmdBlas library version info. * * @param[out] major Location to store library's major version. * @param[out] minor
src/clAmdBlas.h:174
FunctionclAmdBlasSasum
* @brief absolute sum of values of a vector containing float elements * * @param[in] N Number of elements in vector \b X. * @param[out]
src/clAmdBlas.h:2882
← previousnext →2,401–2,500 of 4,214, ranked by callers