rocSOLVER
3.21
1. rocSOLVER User Guide
1.1. Introduction
1.1.1. Library overview
1.1.2. Currently implemented functionality
LAPACK auxiliary functions
LAPACK main functions
LAPACK-like functions
1.2. Building and Installation
1.2.1. Prerequisites
1.2.2. Installing from pre-built packages
1.2.3. Building & installing from source
Using the install.sh script
Manual building and installation
1.3. Using rocSOLVER
1.3.1. QR factorization of a single matrix
1.3.2. QR factorization of a batch of matrices
Strided_batched version
Batched version
1.4. Memory Model
1.4.1. Automatic workspace
1.4.2. User-managed workspace
Minimum required size
Using an environment variable
Using helper functions
1.4.3. User-owned workspace
1.5. Multi-level Logging
1.5.1. Logging modes
Trace logging
Bench logging
Profile logging
1.5.2. Initialization and set-up
1.5.3. Example code
1.5.4. Kernel logging
1.5.5. Multiple host threads
1.6. Clients
1.6.1. Testing rocSOLVER
1.6.2. Benchmarking rocSOLVER
1.6.3. rocSOLVER sample code
2. rocSOLVER Library Design Guide
2.1. Introduction
2.2. Batched rocSOLVER
2.3. Tuning rocSOLVER Performance
2.3.1. geqr2/geqrf and geql2/geqlf functions
GEQxF_BLOCKSIZE
GEQxF_GEQx2_SWITCHSIZE
2.3.2. gerq2/gerqf and gelq2/gelqf functions
GExQF_BLOCKSIZE
GExQF_GExQ2_SWITCHSIZE
2.3.3. org2r/orgqr, org2l/orgql, ung2r/ungqr and ung2l/ungql functions
xxGQx_BLOCKSIZE
xxGQx_xxGQx2_SWITCHSIZE
2.3.4. orgr2/orgrq, orgl2/orglq, ungr2/ungrq and ungl2/unglq functions
xxGxQ_BLOCKSIZE
xxGxQ_xxGxQ2_SWITCHSIZE
2.3.5. orm2r/ormqr, orm2l/ormql, unm2r/unmqr and unm2l/unmql functions
xxMQx_BLOCKSIZE
2.3.6. ormr2/ormrq, orml2/ormlq, unmr2/unmrq and unml2/unmlq functions
xxMxQ_BLOCKSIZE
2.3.7. gebd2/gebrd and labrd functions
GEBRD_BLOCKSIZE
GEBRD_GEBD2_SWITCHSIZE
2.3.8. gesvd function
THIN_SVD_SWITCH
2.3.9. sytd2/sytrd, hetd2/hetrd and latrd functions
xxTRD_BLOCKSIZE
xxTRD_xxTD2_SWITCHSIZE
2.3.10. sygs2/sygst and hegs2/hegst functions
xxGST_BLOCKSIZE
2.3.11. syevd, heevd and stedc functions
STEDC_MIN_DC_SIZE
2.3.12. syevj and heevj functions
SYEVJ_BLOCKED_SWITCH
STEDC_NUM_SPLIT_BLKS
2.3.13. potf2/potrf functions
POTRF_BLOCKSIZE
POTRF_POTF2_SWITCHSIZE
2.3.14. sytf2/sytrf and lasyf functions
SYTRF_BLOCKSIZE
SYTRF_SYTF2_SWITCHSIZE
2.3.15. getf2/getrf functions
GETF2_MAX_COLS
GETF2_MAX_THDS
GETF2_OPTIM_NGRP
GETRF_NUM_INTERVALS
GETRF_INTERVALS
GETRF_BLKSIZES
GETRF_BATCH_NUM_INTERVALS
GETRF_BATCH_INTERVALS
GETRF_BATCH_BLKSIZES
GETRF_NPVT_NUM_INTERVALS
GETRF_NPVT_INTERVALS
GETRF_NPVT_BLKSIZES
GETRF_NPVT_BATCH_NUM_INTERVALS
GETRF_NPVT_BATCH_INTERVALS
GETRF_NPVT_BATCH_BLKSIZES
2.3.16. getri function
GETRI_MAX_COLS
GETRI_TINY_SIZE
GETRI_NUM_INTERVALS
GETRI_INTERVALS
GETRI_BLKSIZES
GETRI_BATCH_TINY_SIZE
GETRI_BATCH_NUM_INTERVALS
GETRI_BATCH_INTERVALS
GETRI_BATCH_BLKSIZES
2.3.17. trtri function
TRTRI_MAX_COLS
TRTRI_NUM_INTERVALS
TRTRI_INTERVALS
TRTRI_BLKSIZES
TRTRI_BATCH_NUM_INTERVALS
TRTRI_BATCH_INTERVALS
TRTRI_BATCH_BLKSIZES
2.4. Contributing Guidelines
3. rocSOLVER API
3.1. Types
3.1.1. Additional types
rocblas_direct
rocblas_storev
rocblas_svect
rocblas_srange
rocblas_evect
rocblas_workmode
rocblas_eform
rocblas_erange
rocblas_eorder
rocblas_esort
rocblas_layer_mode_flags
3.2. LAPACK Auxiliary Functions
3.2.1. Vector and Matrix manipulations
rocsolver_<type>lacgv()
rocsolver_<type>laswp()
rocsolver_<type>lauum()
3.2.2. Householder reflections
rocsolver_<type>larfg()
rocsolver_<type>larft()
rocsolver_<type>larf()
rocsolver_<type>larfb()
3.2.3. Bidiagonal forms
rocsolver_<type>labrd()
rocsolver_<type>bdsqr()
rocsolver_<type>bdsvdx()
3.2.4. Tridiagonal forms
rocsolver_<type>latrd()
rocsolver_<type>sterf()
rocsolver_<type>stebz()
rocsolver_<type>steqr()
rocsolver_<type>stedc()
rocsolver_<type>stein()
3.2.5. Symmetric matrices
rocsolver_<type>lasyf()
3.2.6. Orthonormal matrices
rocsolver_<type>org2r()
rocsolver_<type>orgqr()
rocsolver_<type>orgl2()
rocsolver_<type>orglq()
rocsolver_<type>org2l()
rocsolver_<type>orgql()
rocsolver_<type>orgbr()
rocsolver_<type>orgtr()
rocsolver_<type>orm2r()
rocsolver_<type>ormqr()
rocsolver_<type>orml2()
rocsolver_<type>ormlq()
rocsolver_<type>orm2l()
rocsolver_<type>ormql()
rocsolver_<type>ormbr()
rocsolver_<type>ormtr()
3.2.7. Unitary matrices
rocsolver_<type>ung2r()
rocsolver_<type>ungqr()
rocsolver_<type>ungl2()
rocsolver_<type>unglq()
rocsolver_<type>ung2l()
rocsolver_<type>ungql()
rocsolver_<type>ungbr()
rocsolver_<type>ungtr()
rocsolver_<type>unm2r()
rocsolver_<type>unmqr()
rocsolver_<type>unml2()
rocsolver_<type>unmlq()
rocsolver_<type>unm2l()
rocsolver_<type>unmql()
rocsolver_<type>unmbr()
rocsolver_<type>unmtr()
3.3. LAPACK Functions
3.3.1. Triangular factorizations
rocsolver_<type>potf2()
rocsolver_<type>potf2_batched()
rocsolver_<type>potf2_strided_batched()
rocsolver_<type>potrf()
rocsolver_<type>potrf_batched()
rocsolver_<type>potrf_strided_batched()
rocsolver_<type>getf2()
rocsolver_<type>getf2_batched()
rocsolver_<type>getf2_strided_batched()
rocsolver_<type>getrf()
rocsolver_<type>getrf_batched()
rocsolver_<type>getrf_strided_batched()
rocsolver_<type>sytf2()
rocsolver_<type>sytf2_batched()
rocsolver_<type>sytf2_strided_batched()
rocsolver_<type>sytrf()
rocsolver_<type>sytrf_batched()
rocsolver_<type>sytrf_strided_batched()
3.3.2. Orthogonal factorizations
rocsolver_<type>geqr2()
rocsolver_<type>geqr2_batched()
rocsolver_<type>geqr2_strided_batched()
rocsolver_<type>geqrf()
rocsolver_<type>geqrf_batched()
rocsolver_<type>geqrf_strided_batched()
rocsolver_<type>gerq2()
rocsolver_<type>gerq2_batched()
rocsolver_<type>gerq2_strided_batched()
rocsolver_<type>gerqf()
rocsolver_<type>gerqf_batched()
rocsolver_<type>gerqf_strided_batched()
rocsolver_<type>geql2()
rocsolver_<type>geql2_batched()
rocsolver_<type>geql2_strided_batched()
rocsolver_<type>geqlf()
rocsolver_<type>geqlf_batched()
rocsolver_<type>geqlf_strided_batched()
rocsolver_<type>gelq2()
rocsolver_<type>gelq2_batched()
rocsolver_<type>gelq2_strided_batched()
rocsolver_<type>gelqf()
rocsolver_<type>gelqf_batched()
rocsolver_<type>gelqf_strided_batched()
3.3.3. Problem and matrix reductions
rocsolver_<type>gebd2()
rocsolver_<type>gebd2_batched()
rocsolver_<type>gebd2_strided_batched()
rocsolver_<type>gebrd()
rocsolver_<type>gebrd_batched()
rocsolver_<type>gebrd_strided_batched()
rocsolver_<type>sytd2()
rocsolver_<type>sytd2_batched()
rocsolver_<type>sytd2_strided_batched()
rocsolver_<type>hetd2()
rocsolver_<type>hetd2_batched()
rocsolver_<type>hetd2_strided_batched()
rocsolver_<type>sytrd()
rocsolver_<type>sytrd_batched()
rocsolver_<type>sytrd_strided_batched()
rocsolver_<type>hetrd()
rocsolver_<type>hetrd_batched()
rocsolver_<type>hetrd_strided_batched()
rocsolver_<type>sygs2()
rocsolver_<type>sygs2_batched()
rocsolver_<type>sygs2_strided_batched()
rocsolver_<type>hegs2()
rocsolver_<type>hegs2_batched()
rocsolver_<type>hegs2_strided_batched()
rocsolver_<type>sygst()
rocsolver_<type>sygst_batched()
rocsolver_<type>sygst_strided_batched()
rocsolver_<type>hegst()
rocsolver_<type>hegst_batched()
rocsolver_<type>hegst_strided_batched()
3.3.4. Linear-systems solvers
rocsolver_<type>trtri()
rocsolver_<type>trtri_batched()
rocsolver_<type>trtri_strided_batched()
rocsolver_<type>getri()
rocsolver_<type>getri_batched()
rocsolver_<type>getri_strided_batched()
rocsolver_<type>getrs()
rocsolver_<type>getrs_batched()
rocsolver_<type>getrs_strided_batched()
rocsolver_<type>gesv()
rocsolver_<type>gesv_batched()
rocsolver_<type>gesv_strided_batched()
rocsolver_<type>potri()
rocsolver_<type>potri_batched()
rocsolver_<type>potri_strided_batched()
rocsolver_<type>potrs()
rocsolver_<type>potrs_batched()
rocsolver_<type>potrs_strided_batched()
rocsolver_<type>posv()
rocsolver_<type>posv_batched()
rocsolver_<type>posv_strided_batched()
3.3.5. Least-squares solvers
rocsolver_<type>gels()
rocsolver_<type>gels_batched()
rocsolver_<type>gels_strided_batched()
3.3.6. Symmetric eigensolvers
rocsolver_<type>syev()
rocsolver_<type>syev_batched()
rocsolver_<type>syev_strided_batched()
rocsolver_<type>heev()
rocsolver_<type>heev_batched()
rocsolver_<type>heev_strided_batched()
rocsolver_<type>syevd()
rocsolver_<type>syevd_batched()
rocsolver_<type>syevd_strided_batched()
rocsolver_<type>heevd()
rocsolver_<type>heevd_batched()
rocsolver_<type>heevd_strided_batched()
rocsolver_<type>syevx()
rocsolver_<type>syevx_batched()
rocsolver_<type>syevx_strided_batched()
rocsolver_<type>heevx()
rocsolver_<type>heevx_batched()
rocsolver_<type>heevx_strided_batched()
rocsolver_<type>sygv()
rocsolver_<type>sygv_batched()
rocsolver_<type>sygv_strided_batched()
rocsolver_<type>hegv()
rocsolver_<type>hegv_batched()
rocsolver_<type>hegv_strided_batched()
rocsolver_<type>sygvd()
rocsolver_<type>sygvd_batched()
rocsolver_<type>sygvd_strided_batched()
rocsolver_<type>hegvd()
rocsolver_<type>hegvd_batched()
rocsolver_<type>hegvd_strided_batched()
rocsolver_<type>sygvx()
rocsolver_<type>sygvx_batched()
rocsolver_<type>sygvx_strided_batched()
rocsolver_<type>hegvx()
rocsolver_<type>hegvx_batched()
rocsolver_<type>hegvx_strided_batched()
3.3.7. Singular value decomposition
rocsolver_<type>gesvd()
rocsolver_<type>gesvd_batched()
rocsolver_<type>gesvd_strided_batched()
rocsolver_<type>gesvdx()
rocsolver_<type>gesvdx_batched()
rocsolver_<type>gesvdx_strided_batched()
3.4. Lapack-like Functions
3.4.1. Triangular factorizations
rocsolver_<type>getf2_npvt()
rocsolver_<type>getf2_npvt_batched()
rocsolver_<type>getf2_npvt_strided_batched()
rocsolver_<type>getrf_npvt()
rocsolver_<type>getrf_npvt_batched()
rocsolver_<type>getrf_npvt_strided_batched()
rocsolver_<type>geblttrf_npvt()
rocsolver_<type>geblttrf_npvt_batched()
rocsolver_<type>geblttrf_npvt_strided_batched()
3.4.2. Linear-systems solvers
rocsolver_<type>getri_npvt()
rocsolver_<type>getri_npvt_batched()
rocsolver_<type>getri_npvt_strided_batched()
rocsolver_<type>getri_outofplace()
rocsolver_<type>getri_outofplace_batched()
rocsolver_<type>getri_outofplace_strided_batched()
rocsolver_<type>getri_npvt_outofplace()
rocsolver_<type>getri_npvt_outofplace_batched()
rocsolver_<type>getri_npvt_outofplace_strided_batched()
rocsolver_<type>geblttrs_npvt()
rocsolver_<type>geblttrs_npvt_batched()
rocsolver_<type>geblttrs_npvt_strided_batched()
3.4.3. Symmetric eigensolvers
rocsolver_<type>syevj()
rocsolver_<type>syevj_batched()
rocsolver_<type>syevj_strided_batched()
rocsolver_<type>heevj()
rocsolver_<type>heevj_batched()
rocsolver_<type>heevj_strided_batched()
rocsolver_<type>sygvj()
rocsolver_<type>sygvj_batched()
rocsolver_<type>sygvj_strided_batched()
rocsolver_<type>hegvj()
rocsolver_<type>hegvj_batched()
rocsolver_<type>hegvj_strided_batched()
3.4.4. Singular value decomposition
rocsolver_<type>gesvdj()
rocsolver_<type>gesvdj_batched()
rocsolver_<type>gesvdj_strided_batched()
3.5. Logging Functions and Library Information
3.5.1. Logging functions
rocsolver_log_begin()
rocsolver_log_end()
rocsolver_log_set_layer_mode()
rocsolver_log_set_max_levels()
rocsolver_log_restore_defaults()
rocsolver_log_write_profile()
rocsolver_log_flush_profile()
3.5.2. Library information
rocsolver_get_version_string()
rocsolver_get_version_string_size()
3.6. Deprecated
3.6.1. Types
rocsolver_int
rocsolver_handle
rocsolver_direction
rocsolver_storev
rocsolver_operation
rocsolver_fill
rocsolver_diagonal
rocsolver_side
rocsolver_status
3.6.2. Auxiliary functions
rocsolver_create_handle()
rocsolver_destroy_handle()
rocsolver_set_stream()
rocsolver_get_stream()
rocsolver_set_vector()
rocsolver_get_vector()
rocsolver_set_matrix()
rocsolver_get_matrix()
4. License & Attributions
rocSOLVER
Index
Index
G
|
P
|
R
|
S
|
T
|
X
G
GEBRD_BLOCKSIZE (C macro)
GEBRD_GEBD2_SWITCHSIZE (C macro)
GEQxF_BLOCKSIZE (C macro)
GEQxF_GEQx2_SWITCHSIZE (C macro)
GExQF_BLOCKSIZE (C macro)
GExQF_GExQ2_SWITCHSIZE (C macro)
P
POTRF_BLOCKSIZE (C macro)
POTRF_POTF2_SWITCHSIZE (C macro)
R
rocblas_direct (C enum)
rocblas_direct.rocblas_backward_direction (C enumerator)
rocblas_direct.rocblas_forward_direction (C enumerator)
rocblas_eform (C enum)
rocblas_eform.rocblas_eform_abx (C enumerator)
rocblas_eform.rocblas_eform_ax (C enumerator)
rocblas_eform.rocblas_eform_bax (C enumerator)
rocblas_eorder (C enum)
rocblas_eorder.rocblas_eorder_blocks (C enumerator)
rocblas_eorder.rocblas_eorder_entire (C enumerator)
rocblas_erange (C enum)
rocblas_erange.rocblas_erange_all (C enumerator)
rocblas_erange.rocblas_erange_index (C enumerator)
rocblas_erange.rocblas_erange_value (C enumerator)
rocblas_esort (C enum)
rocblas_esort.rocblas_esort_ascending (C enumerator)
rocblas_esort.rocblas_esort_none (C enumerator)
rocblas_evect (C enum)
rocblas_evect.rocblas_evect_none (C enumerator)
rocblas_evect.rocblas_evect_original (C enumerator)
rocblas_evect.rocblas_evect_tridiagonal (C enumerator)
rocblas_layer_mode_flags (C type)
rocblas_srange (C enum)
rocblas_srange.rocblas_srange_all (C enumerator)
rocblas_srange.rocblas_srange_index (C enumerator)
rocblas_srange.rocblas_srange_value (C enumerator)
rocblas_storev (C enum)
rocblas_storev.rocblas_column_wise (C enumerator)
rocblas_storev.rocblas_row_wise (C enumerator)
rocblas_svect (C enum)
rocblas_svect.rocblas_svect_all (C enumerator)
rocblas_svect.rocblas_svect_none (C enumerator)
rocblas_svect.rocblas_svect_overwrite (C enumerator)
rocblas_svect.rocblas_svect_singular (C enumerator)
rocblas_workmode (C enum)
rocblas_workmode.rocblas_inplace (C enumerator)
rocblas_workmode.rocblas_outofplace (C enumerator)
rocsolver_cbdsqr (C function)
rocsolver_cgebd2 (C function)
rocsolver_cgebd2_batched (C function)
rocsolver_cgebd2_strided_batched (C function)
rocsolver_cgeblttrf_npvt (C function)
rocsolver_cgeblttrf_npvt_batched (C function)
rocsolver_cgeblttrf_npvt_strided_batched (C function)
rocsolver_cgeblttrs_npvt (C function)
rocsolver_cgeblttrs_npvt_batched (C function)
rocsolver_cgeblttrs_npvt_strided_batched (C function)
rocsolver_cgebrd (C function)
rocsolver_cgebrd_batched (C function)
rocsolver_cgebrd_strided_batched (C function)
rocsolver_cgelq2 (C function)
rocsolver_cgelq2_batched (C function)
rocsolver_cgelq2_strided_batched (C function)
rocsolver_cgelqf (C function)
rocsolver_cgelqf_batched (C function)
rocsolver_cgelqf_strided_batched (C function)
rocsolver_cgels (C function)
rocsolver_cgels_batched (C function)
rocsolver_cgels_strided_batched (C function)
rocsolver_cgeql2 (C function)
rocsolver_cgeql2_batched (C function)
rocsolver_cgeql2_strided_batched (C function)
rocsolver_cgeqlf (C function)
rocsolver_cgeqlf_batched (C function)
rocsolver_cgeqlf_strided_batched (C function)
rocsolver_cgeqr2 (C function)
rocsolver_cgeqr2_batched (C function)
rocsolver_cgeqr2_strided_batched (C function)
rocsolver_cgeqrf (C function)
rocsolver_cgeqrf_batched (C function)
rocsolver_cgeqrf_strided_batched (C function)
rocsolver_cgerq2 (C function)
rocsolver_cgerq2_batched (C function)
rocsolver_cgerq2_strided_batched (C function)
rocsolver_cgerqf (C function)
rocsolver_cgerqf_batched (C function)
rocsolver_cgerqf_strided_batched (C function)
rocsolver_cgesv (C function)
rocsolver_cgesv_batched (C function)
rocsolver_cgesv_strided_batched (C function)
rocsolver_cgesvd (C function)
rocsolver_cgesvd_batched (C function)
rocsolver_cgesvd_strided_batched (C function)
rocsolver_cgesvdj (C function)
rocsolver_cgesvdj_batched (C function)
rocsolver_cgesvdj_strided_batched (C function)
rocsolver_cgesvdx (C function)
rocsolver_cgesvdx_batched (C function)
rocsolver_cgesvdx_strided_batched (C function)
rocsolver_cgetf2 (C function)
rocsolver_cgetf2_batched (C function)
rocsolver_cgetf2_npvt (C function)
rocsolver_cgetf2_npvt_batched (C function)
rocsolver_cgetf2_npvt_strided_batched (C function)
rocsolver_cgetf2_strided_batched (C function)
rocsolver_cgetrf (C function)
rocsolver_cgetrf_batched (C function)
rocsolver_cgetrf_npvt (C function)
rocsolver_cgetrf_npvt_batched (C function)
rocsolver_cgetrf_npvt_strided_batched (C function)
rocsolver_cgetrf_strided_batched (C function)
rocsolver_cgetri (C function)
rocsolver_cgetri_batched (C function)
rocsolver_cgetri_npvt (C function)
rocsolver_cgetri_npvt_batched (C function)
rocsolver_cgetri_npvt_outofplace (C function)
rocsolver_cgetri_npvt_outofplace_batched (C function)
rocsolver_cgetri_npvt_outofplace_strided_batched (C function)
rocsolver_cgetri_npvt_strided_batched (C function)
rocsolver_cgetri_outofplace (C function)
rocsolver_cgetri_outofplace_batched (C function)
rocsolver_cgetri_outofplace_strided_batched (C function)
rocsolver_cgetri_strided_batched (C function)
rocsolver_cgetrs (C function)
rocsolver_cgetrs_batched (C function)
rocsolver_cgetrs_strided_batched (C function)
rocsolver_cheev (C function)
rocsolver_cheev_batched (C function)
rocsolver_cheev_strided_batched (C function)
rocsolver_cheevd (C function)
rocsolver_cheevd_batched (C function)
rocsolver_cheevd_strided_batched (C function)
rocsolver_cheevj (C function)
rocsolver_cheevj_batched (C function)
rocsolver_cheevj_strided_batched (C function)
rocsolver_cheevx (C function)
rocsolver_cheevx_batched (C function)
rocsolver_cheevx_strided_batched (C function)
rocsolver_chegs2 (C function)
rocsolver_chegs2_batched (C function)
rocsolver_chegs2_strided_batched (C function)
rocsolver_chegst (C function)
rocsolver_chegst_batched (C function)
rocsolver_chegst_strided_batched (C function)
rocsolver_chegv (C function)
rocsolver_chegv_batched (C function)
rocsolver_chegv_strided_batched (C function)
rocsolver_chegvd (C function)
rocsolver_chegvd_batched (C function)
rocsolver_chegvd_strided_batched (C function)
rocsolver_chegvj (C function)
rocsolver_chegvj_batched (C function)
rocsolver_chegvj_strided_batched (C function)
rocsolver_chegvx (C function)
rocsolver_chegvx_batched (C function)
rocsolver_chegvx_strided_batched (C function)
rocsolver_chetd2 (C function)
rocsolver_chetd2_batched (C function)
rocsolver_chetd2_strided_batched (C function)
rocsolver_chetrd (C function)
rocsolver_chetrd_batched (C function)
rocsolver_chetrd_strided_batched (C function)
rocsolver_clabrd (C function)
rocsolver_clacgv (C function)
rocsolver_clarf (C function)
rocsolver_clarfb (C function)
rocsolver_clarfg (C function)
rocsolver_clarft (C function)
rocsolver_claswp (C function)
rocsolver_clasyf (C function)
rocsolver_clatrd (C function)
rocsolver_cposv (C function)
rocsolver_cposv_batched (C function)
rocsolver_cposv_strided_batched (C function)
rocsolver_cpotf2 (C function)
rocsolver_cpotf2_batched (C function)
rocsolver_cpotf2_strided_batched (C function)
rocsolver_cpotrf (C function)
rocsolver_cpotrf_batched (C function)
rocsolver_cpotrf_strided_batched (C function)
rocsolver_cpotri (C function)
rocsolver_cpotri_batched (C function)
rocsolver_cpotri_strided_batched (C function)
rocsolver_cpotrs (C function)
rocsolver_cpotrs_batched (C function)
rocsolver_cpotrs_strided_batched (C function)
rocsolver_create_handle (C function)
rocsolver_cstedc (C function)
rocsolver_cstein (C function)
rocsolver_csteqr (C function)
rocsolver_csytf2 (C function)
rocsolver_csytf2_batched (C function)
rocsolver_csytf2_strided_batched (C function)
rocsolver_csytrf (C function)
rocsolver_csytrf_batched (C function)
rocsolver_csytrf_strided_batched (C function)
rocsolver_ctrtri (C function)
rocsolver_ctrtri_batched (C function)
rocsolver_ctrtri_strided_batched (C function)
rocsolver_cung2l (C function)
rocsolver_cung2r (C function)
rocsolver_cungbr (C function)
rocsolver_cungl2 (C function)
rocsolver_cunglq (C function)
rocsolver_cungql (C function)
rocsolver_cungqr (C function)
rocsolver_cungtr (C function)
rocsolver_cunm2l (C function)
rocsolver_cunm2r (C function)
rocsolver_cunmbr (C function)
rocsolver_cunml2 (C function)
rocsolver_cunmlq (C function)
rocsolver_cunmql (C function)
rocsolver_cunmqr (C function)
rocsolver_cunmtr (C function)
rocsolver_dbdsqr (C function)
rocsolver_dbdsvdx (C function)
rocsolver_destroy_handle (C function)
rocsolver_dgebd2 (C function)
rocsolver_dgebd2_batched (C function)
rocsolver_dgebd2_strided_batched (C function)
rocsolver_dgeblttrf_npvt (C function)
rocsolver_dgeblttrf_npvt_batched (C function)
rocsolver_dgeblttrf_npvt_strided_batched (C function)
rocsolver_dgeblttrs_npvt (C function)
rocsolver_dgeblttrs_npvt_batched (C function)
rocsolver_dgeblttrs_npvt_strided_batched (C function)
rocsolver_dgebrd (C function)
rocsolver_dgebrd_batched (C function)
rocsolver_dgebrd_strided_batched (C function)
rocsolver_dgelq2 (C function)
rocsolver_dgelq2_batched (C function)
rocsolver_dgelq2_strided_batched (C function)
rocsolver_dgelqf (C function)
rocsolver_dgelqf_batched (C function)
rocsolver_dgelqf_strided_batched (C function)
rocsolver_dgels (C function)
rocsolver_dgels_batched (C function)
rocsolver_dgels_strided_batched (C function)
rocsolver_dgeql2 (C function)
rocsolver_dgeql2_batched (C function)
rocsolver_dgeql2_strided_batched (C function)
rocsolver_dgeqlf (C function)
rocsolver_dgeqlf_batched (C function)
rocsolver_dgeqlf_strided_batched (C function)
rocsolver_dgeqr2 (C function)
rocsolver_dgeqr2_batched (C function)
rocsolver_dgeqr2_strided_batched (C function)
rocsolver_dgeqrf (C function)
rocsolver_dgeqrf_batched (C function)
rocsolver_dgeqrf_strided_batched (C function)
rocsolver_dgerq2 (C function)
rocsolver_dgerq2_batched (C function)
rocsolver_dgerq2_strided_batched (C function)
rocsolver_dgerqf (C function)
rocsolver_dgerqf_batched (C function)
rocsolver_dgerqf_strided_batched (C function)
rocsolver_dgesv (C function)
rocsolver_dgesv_batched (C function)
rocsolver_dgesv_strided_batched (C function)
rocsolver_dgesvd (C function)
rocsolver_dgesvd_batched (C function)
rocsolver_dgesvd_strided_batched (C function)
rocsolver_dgesvdj (C function)
rocsolver_dgesvdj_batched (C function)
rocsolver_dgesvdj_strided_batched (C function)
rocsolver_dgesvdx (C function)
rocsolver_dgesvdx_batched (C function)
rocsolver_dgesvdx_strided_batched (C function)
rocsolver_dgetf2 (C function)
rocsolver_dgetf2_batched (C function)
rocsolver_dgetf2_npvt (C function)
rocsolver_dgetf2_npvt_batched (C function)
rocsolver_dgetf2_npvt_strided_batched (C function)
rocsolver_dgetf2_strided_batched (C function)
rocsolver_dgetrf (C function)
rocsolver_dgetrf_batched (C function)
rocsolver_dgetrf_npvt (C function)
rocsolver_dgetrf_npvt_batched (C function)
rocsolver_dgetrf_npvt_strided_batched (C function)
rocsolver_dgetrf_strided_batched (C function)
rocsolver_dgetri (C function)
rocsolver_dgetri_batched (C function)
rocsolver_dgetri_npvt (C function)
rocsolver_dgetri_npvt_batched (C function)
rocsolver_dgetri_npvt_outofplace (C function)
rocsolver_dgetri_npvt_outofplace_batched (C function)
rocsolver_dgetri_npvt_outofplace_strided_batched (C function)
rocsolver_dgetri_npvt_strided_batched (C function)
rocsolver_dgetri_outofplace (C function)
rocsolver_dgetri_outofplace_batched (C function)
rocsolver_dgetri_outofplace_strided_batched (C function)
rocsolver_dgetri_strided_batched (C function)
rocsolver_dgetrs (C function)
rocsolver_dgetrs_batched (C function)
rocsolver_dgetrs_strided_batched (C function)
rocsolver_diagonal (C type)
rocsolver_direction (C type)
rocsolver_dlabrd (C function)
rocsolver_dlarf (C function)
rocsolver_dlarfb (C function)
rocsolver_dlarfg (C function)
rocsolver_dlarft (C function)
rocsolver_dlaswp (C function)
rocsolver_dlasyf (C function)
rocsolver_dlatrd (C function)
rocsolver_dlauum (C function)
rocsolver_dorg2l (C function)
rocsolver_dorg2r (C function)
rocsolver_dorgbr (C function)
rocsolver_dorgl2 (C function)
rocsolver_dorglq (C function)
rocsolver_dorgql (C function)
rocsolver_dorgqr (C function)
rocsolver_dorgtr (C function)
rocsolver_dorm2l (C function)
rocsolver_dorm2r (C function)
rocsolver_dormbr (C function)
rocsolver_dorml2 (C function)
rocsolver_dormlq (C function)
rocsolver_dormql (C function)
rocsolver_dormqr (C function)
rocsolver_dormtr (C function)
rocsolver_dposv (C function)
rocsolver_dposv_batched (C function)
rocsolver_dposv_strided_batched (C function)
rocsolver_dpotf2 (C function)
rocsolver_dpotf2_batched (C function)
rocsolver_dpotf2_strided_batched (C function)
rocsolver_dpotrf (C function)
rocsolver_dpotrf_batched (C function)
rocsolver_dpotrf_strided_batched (C function)
rocsolver_dpotri (C function)
rocsolver_dpotri_batched (C function)
rocsolver_dpotri_strided_batched (C function)
rocsolver_dpotrs (C function)
rocsolver_dpotrs_batched (C function)
rocsolver_dpotrs_strided_batched (C function)
rocsolver_dstebz (C function)
rocsolver_dstedc (C function)
rocsolver_dstein (C function)
rocsolver_dsteqr (C function)
rocsolver_dsterf (C function)
rocsolver_dsyev (C function)
rocsolver_dsyev_batched (C function)
rocsolver_dsyev_strided_batched (C function)
rocsolver_dsyevd (C function)
rocsolver_dsyevd_batched (C function)
rocsolver_dsyevd_strided_batched (C function)
rocsolver_dsyevj (C function)
rocsolver_dsyevj_batched (C function)
rocsolver_dsyevj_strided_batched (C function)
rocsolver_dsyevx (C function)
rocsolver_dsyevx_batched (C function)
rocsolver_dsyevx_strided_batched (C function)
rocsolver_dsygs2 (C function)
rocsolver_dsygs2_batched (C function)
rocsolver_dsygs2_strided_batched (C function)
rocsolver_dsygst (C function)
rocsolver_dsygst_batched (C function)
rocsolver_dsygst_strided_batched (C function)
rocsolver_dsygv (C function)
rocsolver_dsygv_batched (C function)
rocsolver_dsygv_strided_batched (C function)
rocsolver_dsygvd (C function)
rocsolver_dsygvd_batched (C function)
rocsolver_dsygvd_strided_batched (C function)
rocsolver_dsygvj (C function)
rocsolver_dsygvj_batched (C function)
rocsolver_dsygvj_strided_batched (C function)
rocsolver_dsygvx (C function)
rocsolver_dsygvx_batched (C function)
rocsolver_dsygvx_strided_batched (C function)
rocsolver_dsytd2 (C function)
rocsolver_dsytd2_batched (C function)
rocsolver_dsytd2_strided_batched (C function)
rocsolver_dsytf2 (C function)
rocsolver_dsytf2_batched (C function)
rocsolver_dsytf2_strided_batched (C function)
rocsolver_dsytrd (C function)
rocsolver_dsytrd_batched (C function)
rocsolver_dsytrd_strided_batched (C function)
rocsolver_dsytrf (C function)
rocsolver_dsytrf_batched (C function)
rocsolver_dsytrf_strided_batched (C function)
rocsolver_dtrtri (C function)
rocsolver_dtrtri_batched (C function)
rocsolver_dtrtri_strided_batched (C function)
rocsolver_fill (C type)
rocsolver_get_matrix (C function)
rocsolver_get_stream (C function)
rocsolver_get_vector (C function)
rocsolver_get_version_string (C function)
rocsolver_get_version_string_size (C function)
rocsolver_handle (C type)
rocsolver_int (C type)
rocsolver_log_begin (C function)
rocsolver_log_end (C function)
rocsolver_log_flush_profile (C function)
rocsolver_log_restore_defaults (C function)
rocsolver_log_set_layer_mode (C function)
rocsolver_log_set_max_levels (C function)
rocsolver_log_write_profile (C function)
rocsolver_operation (C type)
rocsolver_sbdsqr (C function)
rocsolver_sbdsvdx (C function)
rocsolver_set_matrix (C function)
rocsolver_set_stream (C function)
rocsolver_set_vector (C function)
rocsolver_sgebd2 (C function)
rocsolver_sgebd2_batched (C function)
rocsolver_sgebd2_strided_batched (C function)
rocsolver_sgeblttrf_npvt (C function)
rocsolver_sgeblttrf_npvt_batched (C function)
rocsolver_sgeblttrf_npvt_strided_batched (C function)
rocsolver_sgeblttrs_npvt (C function)
rocsolver_sgeblttrs_npvt_batched (C function)
rocsolver_sgeblttrs_npvt_strided_batched (C function)
rocsolver_sgebrd (C function)
rocsolver_sgebrd_batched (C function)
rocsolver_sgebrd_strided_batched (C function)
rocsolver_sgelq2 (C function)
rocsolver_sgelq2_batched (C function)
rocsolver_sgelq2_strided_batched (C function)
rocsolver_sgelqf (C function)
rocsolver_sgelqf_batched (C function)
rocsolver_sgelqf_strided_batched (C function)
rocsolver_sgels (C function)
rocsolver_sgels_batched (C function)
rocsolver_sgels_strided_batched (C function)
rocsolver_sgeql2 (C function)
rocsolver_sgeql2_batched (C function)
rocsolver_sgeql2_strided_batched (C function)
rocsolver_sgeqlf (C function)
rocsolver_sgeqlf_batched (C function)
rocsolver_sgeqlf_strided_batched (C function)
rocsolver_sgeqr2 (C function)
rocsolver_sgeqr2_batched (C function)
rocsolver_sgeqr2_strided_batched (C function)
rocsolver_sgeqrf (C function)
rocsolver_sgeqrf_batched (C function)
rocsolver_sgeqrf_strided_batched (C function)
rocsolver_sgerq2 (C function)
rocsolver_sgerq2_batched (C function)
rocsolver_sgerq2_strided_batched (C function)
rocsolver_sgerqf (C function)
rocsolver_sgerqf_batched (C function)
rocsolver_sgerqf_strided_batched (C function)
rocsolver_sgesv (C function)
rocsolver_sgesv_batched (C function)
rocsolver_sgesv_strided_batched (C function)
rocsolver_sgesvd (C function)
rocsolver_sgesvd_batched (C function)
rocsolver_sgesvd_strided_batched (C function)
rocsolver_sgesvdj (C function)
rocsolver_sgesvdj_batched (C function)
rocsolver_sgesvdj_strided_batched (C function)
rocsolver_sgesvdx (C function)
rocsolver_sgesvdx_batched (C function)
rocsolver_sgesvdx_strided_batched (C function)
rocsolver_sgetf2 (C function)
rocsolver_sgetf2_batched (C function)
rocsolver_sgetf2_npvt (C function)
rocsolver_sgetf2_npvt_batched (C function)
rocsolver_sgetf2_npvt_strided_batched (C function)
rocsolver_sgetf2_strided_batched (C function)
rocsolver_sgetrf (C function)
rocsolver_sgetrf_batched (C function)
rocsolver_sgetrf_npvt (C function)
rocsolver_sgetrf_npvt_batched (C function)
rocsolver_sgetrf_npvt_strided_batched (C function)
rocsolver_sgetrf_strided_batched (C function)
rocsolver_sgetri (C function)
rocsolver_sgetri_batched (C function)
rocsolver_sgetri_npvt (C function)
rocsolver_sgetri_npvt_batched (C function)
rocsolver_sgetri_npvt_outofplace (C function)
rocsolver_sgetri_npvt_outofplace_batched (C function)
rocsolver_sgetri_npvt_outofplace_strided_batched (C function)
rocsolver_sgetri_npvt_strided_batched (C function)
rocsolver_sgetri_outofplace (C function)
rocsolver_sgetri_outofplace_batched (C function)
rocsolver_sgetri_outofplace_strided_batched (C function)
rocsolver_sgetri_strided_batched (C function)
rocsolver_sgetrs (C function)
rocsolver_sgetrs_batched (C function)
rocsolver_sgetrs_strided_batched (C function)
rocsolver_side (C type)
rocsolver_slabrd (C function)
rocsolver_slarf (C function)
rocsolver_slarfb (C function)
rocsolver_slarfg (C function)
rocsolver_slarft (C function)
rocsolver_slaswp (C function)
rocsolver_slasyf (C function)
rocsolver_slatrd (C function)
rocsolver_slauum (C function)
rocsolver_sorg2l (C function)
rocsolver_sorg2r (C function)
rocsolver_sorgbr (C function)
rocsolver_sorgl2 (C function)
rocsolver_sorglq (C function)
rocsolver_sorgql (C function)
rocsolver_sorgqr (C function)
rocsolver_sorgtr (C function)
rocsolver_sorm2l (C function)
rocsolver_sorm2r (C function)
rocsolver_sormbr (C function)
rocsolver_sorml2 (C function)
rocsolver_sormlq (C function)
rocsolver_sormql (C function)
rocsolver_sormqr (C function)
rocsolver_sormtr (C function)
rocsolver_sposv (C function)
rocsolver_sposv_batched (C function)
rocsolver_sposv_strided_batched (C function)
rocsolver_spotf2 (C function)
rocsolver_spotf2_batched (C function)
rocsolver_spotf2_strided_batched (C function)
rocsolver_spotrf (C function)
rocsolver_spotrf_batched (C function)
rocsolver_spotrf_strided_batched (C function)
rocsolver_spotri (C function)
rocsolver_spotri_batched (C function)
rocsolver_spotri_strided_batched (C function)
rocsolver_spotrs (C function)
rocsolver_spotrs_batched (C function)
rocsolver_spotrs_strided_batched (C function)
rocsolver_sstebz (C function)
rocsolver_sstedc (C function)
rocsolver_sstein (C function)
rocsolver_ssteqr (C function)
rocsolver_ssterf (C function)
rocsolver_ssyev (C function)
rocsolver_ssyev_batched (C function)
rocsolver_ssyev_strided_batched (C function)
rocsolver_ssyevd (C function)
rocsolver_ssyevd_batched (C function)
rocsolver_ssyevd_strided_batched (C function)
rocsolver_ssyevj (C function)
rocsolver_ssyevj_batched (C function)
rocsolver_ssyevj_strided_batched (C function)
rocsolver_ssyevx (C function)
rocsolver_ssyevx_batched (C function)
rocsolver_ssyevx_strided_batched (C function)
rocsolver_ssygs2 (C function)
rocsolver_ssygs2_batched (C function)
rocsolver_ssygs2_strided_batched (C function)
rocsolver_ssygst (C function)
rocsolver_ssygst_batched (C function)
rocsolver_ssygst_strided_batched (C function)
rocsolver_ssygv (C function)
rocsolver_ssygv_batched (C function)
rocsolver_ssygv_strided_batched (C function)
rocsolver_ssygvd (C function)
rocsolver_ssygvd_batched (C function)
rocsolver_ssygvd_strided_batched (C function)
rocsolver_ssygvj (C function)
rocsolver_ssygvj_batched (C function)
rocsolver_ssygvj_strided_batched (C function)
rocsolver_ssygvx (C function)
rocsolver_ssygvx_batched (C function)
rocsolver_ssygvx_strided_batched (C function)
rocsolver_ssytd2 (C function)
rocsolver_ssytd2_batched (C function)
rocsolver_ssytd2_strided_batched (C function)
rocsolver_ssytf2 (C function)
rocsolver_ssytf2_batched (C function)
rocsolver_ssytf2_strided_batched (C function)
rocsolver_ssytrd (C function)
rocsolver_ssytrd_batched (C function)
rocsolver_ssytrd_strided_batched (C function)
rocsolver_ssytrf (C function)
rocsolver_ssytrf_batched (C function)
rocsolver_ssytrf_strided_batched (C function)
rocsolver_status (C type)
rocsolver_storev (C type)
rocsolver_strtri (C function)
rocsolver_strtri_batched (C function)
rocsolver_strtri_strided_batched (C function)
rocsolver_zbdsqr (C function)
rocsolver_zgebd2 (C function)
rocsolver_zgebd2_batched (C function)
rocsolver_zgebd2_strided_batched (C function)
rocsolver_zgeblttrf_npvt (C function)
rocsolver_zgeblttrf_npvt_batched (C function)
rocsolver_zgeblttrf_npvt_strided_batched (C function)
rocsolver_zgeblttrs_npvt (C function)
rocsolver_zgeblttrs_npvt_batched (C function)
rocsolver_zgeblttrs_npvt_strided_batched (C function)
rocsolver_zgebrd (C function)
rocsolver_zgebrd_batched (C function)
rocsolver_zgebrd_strided_batched (C function)
rocsolver_zgelq2 (C function)
rocsolver_zgelq2_batched (C function)
rocsolver_zgelq2_strided_batched (C function)
rocsolver_zgelqf (C function)
rocsolver_zgelqf_batched (C function)
rocsolver_zgelqf_strided_batched (C function)
rocsolver_zgels (C function)
rocsolver_zgels_batched (C function)
rocsolver_zgels_strided_batched (C function)
rocsolver_zgeql2 (C function)
rocsolver_zgeql2_batched (C function)
rocsolver_zgeql2_strided_batched (C function)
rocsolver_zgeqlf (C function)
rocsolver_zgeqlf_batched (C function)
rocsolver_zgeqlf_strided_batched (C function)
rocsolver_zgeqr2 (C function)
rocsolver_zgeqr2_batched (C function)
rocsolver_zgeqr2_strided_batched (C function)
rocsolver_zgeqrf (C function)
rocsolver_zgeqrf_batched (C function)
rocsolver_zgeqrf_strided_batched (C function)
rocsolver_zgerq2 (C function)
rocsolver_zgerq2_batched (C function)
rocsolver_zgerq2_strided_batched (C function)
rocsolver_zgerqf (C function)
rocsolver_zgerqf_batched (C function)
rocsolver_zgerqf_strided_batched (C function)
rocsolver_zgesv (C function)
rocsolver_zgesv_batched (C function)
rocsolver_zgesv_strided_batched (C function)
rocsolver_zgesvd (C function)
rocsolver_zgesvd_batched (C function)
rocsolver_zgesvd_strided_batched (C function)
rocsolver_zgesvdj (C function)
rocsolver_zgesvdj_batched (C function)
rocsolver_zgesvdj_strided_batched (C function)
rocsolver_zgesvdx (C function)
rocsolver_zgesvdx_batched (C function)
rocsolver_zgesvdx_strided_batched (C function)
rocsolver_zgetf2 (C function)
rocsolver_zgetf2_batched (C function)
rocsolver_zgetf2_npvt (C function)
rocsolver_zgetf2_npvt_batched (C function)
rocsolver_zgetf2_npvt_strided_batched (C function)
rocsolver_zgetf2_strided_batched (C function)
rocsolver_zgetrf (C function)
rocsolver_zgetrf_batched (C function)
rocsolver_zgetrf_npvt (C function)
rocsolver_zgetrf_npvt_batched (C function)
rocsolver_zgetrf_npvt_strided_batched (C function)
rocsolver_zgetrf_strided_batched (C function)
rocsolver_zgetri (C function)
rocsolver_zgetri_batched (C function)
rocsolver_zgetri_npvt (C function)
rocsolver_zgetri_npvt_batched (C function)
rocsolver_zgetri_npvt_outofplace (C function)
rocsolver_zgetri_npvt_outofplace_batched (C function)
rocsolver_zgetri_npvt_outofplace_strided_batched (C function)
rocsolver_zgetri_npvt_strided_batched (C function)
rocsolver_zgetri_outofplace (C function)
rocsolver_zgetri_outofplace_batched (C function)
rocsolver_zgetri_outofplace_strided_batched (C function)
rocsolver_zgetri_strided_batched (C function)
rocsolver_zgetrs (C function)
rocsolver_zgetrs_batched (C function)
rocsolver_zgetrs_strided_batched (C function)
rocsolver_zheev (C function)
rocsolver_zheev_batched (C function)
rocsolver_zheev_strided_batched (C function)
rocsolver_zheevd (C function)
rocsolver_zheevd_batched (C function)
rocsolver_zheevd_strided_batched (C function)
rocsolver_zheevj (C function)
rocsolver_zheevj_batched (C function)
rocsolver_zheevj_strided_batched (C function)
rocsolver_zheevx (C function)
rocsolver_zheevx_batched (C function)
rocsolver_zheevx_strided_batched (C function)
rocsolver_zhegs2 (C function)
rocsolver_zhegs2_batched (C function)
rocsolver_zhegs2_strided_batched (C function)
rocsolver_zhegst (C function)
rocsolver_zhegst_batched (C function)
rocsolver_zhegst_strided_batched (C function)
rocsolver_zhegv (C function)
rocsolver_zhegv_batched (C function)
rocsolver_zhegv_strided_batched (C function)
rocsolver_zhegvd (C function)
rocsolver_zhegvd_batched (C function)
rocsolver_zhegvd_strided_batched (C function)
rocsolver_zhegvj (C function)
rocsolver_zhegvj_batched (C function)
rocsolver_zhegvj_strided_batched (C function)
rocsolver_zhegvx (C function)
rocsolver_zhegvx_batched (C function)
rocsolver_zhegvx_strided_batched (C function)
rocsolver_zhetd2 (C function)
rocsolver_zhetd2_batched (C function)
rocsolver_zhetd2_strided_batched (C function)
rocsolver_zhetrd (C function)
rocsolver_zhetrd_batched (C function)
rocsolver_zhetrd_strided_batched (C function)
rocsolver_zlabrd (C function)
rocsolver_zlacgv (C function)
rocsolver_zlarf (C function)
rocsolver_zlarfb (C function)
rocsolver_zlarfg (C function)
rocsolver_zlarft (C function)
rocsolver_zlaswp (C function)
rocsolver_zlasyf (C function)
rocsolver_zlatrd (C function)
rocsolver_zposv (C function)
rocsolver_zposv_batched (C function)
rocsolver_zposv_strided_batched (C function)
rocsolver_zpotf2 (C function)
rocsolver_zpotf2_batched (C function)
rocsolver_zpotf2_strided_batched (C function)
rocsolver_zpotrf (C function)
rocsolver_zpotrf_batched (C function)
rocsolver_zpotrf_strided_batched (C function)
rocsolver_zpotri (C function)
rocsolver_zpotri_batched (C function)
rocsolver_zpotri_strided_batched (C function)
rocsolver_zpotrs (C function)
rocsolver_zpotrs_batched (C function)
rocsolver_zpotrs_strided_batched (C function)
rocsolver_zstedc (C function)
rocsolver_zstein (C function)
rocsolver_zsteqr (C function)
rocsolver_zsytf2 (C function)
rocsolver_zsytf2_batched (C function)
rocsolver_zsytf2_strided_batched (C function)
rocsolver_zsytrf (C function)
rocsolver_zsytrf_batched (C function)
rocsolver_zsytrf_strided_batched (C function)
rocsolver_ztrtri (C function)
rocsolver_ztrtri_batched (C function)
rocsolver_ztrtri_strided_batched (C function)
rocsolver_zung2l (C function)
rocsolver_zung2r (C function)
rocsolver_zungbr (C function)
rocsolver_zungl2 (C function)
rocsolver_zunglq (C function)
rocsolver_zungql (C function)
rocsolver_zungqr (C function)
rocsolver_zungtr (C function)
rocsolver_zunm2l (C function)
rocsolver_zunm2r (C function)
rocsolver_zunmbr (C function)
rocsolver_zunml2 (C function)
rocsolver_zunmlq (C function)
rocsolver_zunmql (C function)
rocsolver_zunmqr (C function)
rocsolver_zunmtr (C function)
S
STEDC_MIN_DC_SIZE (C macro)
STEDC_NUM_SPLIT_BLKS (C macro)
SYEVJ_BLOCKED_SWITCH (C macro)
SYTRF_BLOCKSIZE (C macro)
SYTRF_SYTF2_SWITCHSIZE (C macro)
T
THIN_SVD_SWITCH (C macro)
X
xxGQx_BLOCKSIZE (C macro)
xxGQx_xxGQx2_SWITCHSIZE (C macro)
xxGST_BLOCKSIZE (C macro)
xxGxQ_BLOCKSIZE (C macro)
xxGxQ_xxGxQ2_SWITCHSIZE (C macro)
xxMQx_BLOCKSIZE (C macro)
xxMxQ_BLOCKSIZE (C macro)
xxTRD_BLOCKSIZE (C macro)
xxTRD_xxTD2_SWITCHSIZE (C macro)