|
TDLS 0.2.0
Tiny Device-callable Linear Solvers
|
This is the complete list of members for tdls::TiledLUppSolverDynamic< T, Config >, including all inherited members.
| bwd_only(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| bwd_pull_one(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride, const int k0, const int m0, const int ke, const int me) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| bwd_step(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride, const int k) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| factor_diag_column(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const int k0, T *TDLS_RESTRICT tile, int &oot_count, const int c, const int ke, T *TDLS_RESTRICT y, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| factor_diag_tile(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const int k0, T *TDLS_RESTRICT tile, int &oot_count, const int ke, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| factorize(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, int &oot_count, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| factorize(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| fwd_bwd(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| fwd_push_one(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride, const int k0, const int m0, const int ke, const int me) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| fwd_step(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride, const int k) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ll_correct_tile(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int row0, const int col0, const int k0, T *TDLS_RESTRICT t, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ll_step(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const int k, int &oot_count, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ll_update_below_one(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT tile, const int k0, const int i0, const int ke, const int ie, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ll_update_right_one(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT tile, const int k0, const int j0, const int ke, const int je) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| load_tile(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT prow, const int col0, T *TDLS_RESTRICT t, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| load_tile_piv(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int row0, const int col0, T *TDLS_RESTRICT t, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| load_tile_piv_lower(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int row0, const int col0, T *TDLS_RESTRICT t, const int re) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| load_tile_piv_upper(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int row0, const int col0, T *TDLS_RESTRICT t, const int re) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| num_tiles(const int n) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| oot_threshold | tdls::TiledLUppSolverDynamic< T, Config > | static |
| ops_eliminate_column(T *TDLS_RESTRICT t, const int k, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ops_gemm_sub(T *TDLS_RESTRICT Ct, const T *TDLS_RESTRICT At, const T *TDLS_RESTRICT Bt, const int re, const int ce, const int kd) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ops_swap_rows(T *TDLS_RESTRICT t, const int k, const int r, const int ke) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ops_trsm_left_unit(const T *TDLS_RESTRICT lu, T *TDLS_RESTRICT B, const int kd, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| ops_trsm_right(const T *TDLS_RESTRICT lu, T *TDLS_RESTRICT B, const int kd, const int re) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| permute_inplace(const int n, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| rl_schur_one(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT pk, const int *TDLS_RESTRICT pi, const T *TDLS_RESTRICT Aik, const int j0, const int ke, const int ie, const int je) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| rl_step(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const int k, int &oot_count, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| rl_trsm_right_one(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT pk, const T *TDLS_RESTRICT tile, const int j0, const int ke, const int je) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| rl_update_row_one(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int *TDLS_RESTRICT pk, const T *TDLS_RESTRICT tile, const int k, const int i0, const int ke, const int ie, T *TDLS_RESTRICT y=nullptr, const int rhs_stride=1) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| schedule | tdls::TiledLUppSolverDynamic< T, Config > | static |
| singular_floor | tdls::TiledLUppSolverDynamic< T, Config > | static |
| solve(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride, int &oot_count) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_inplace(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT y, const int rhs_stride, int &oot_count) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_inplace(const int n, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT y, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_inplace_multirhs(const int n, const int nrhs, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT y, const int rhs_stride, const int xcol_stride, int &oot_count) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_inplace_multirhs(const int n, const int nrhs, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT y, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_multirhs(const int n, const int nrhs, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride, int &oot_count) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| solve_multirhs(const int n, const int nrhs, T *TDLS_RESTRICT A, const int A_stride, int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| store_tile(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT prow, const int col0, const T *TDLS_RESTRICT t, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| store_tile_piv(const int n, T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int row0, const int col0, const T *TDLS_RESTRICT t, const int re, const int ce) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_canonical(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int col, T *TDLS_RESTRICT x, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_canonical_multirhs(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int col0, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_canonical_multirhs_pass(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const int col0, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_inplace(const int n, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_inplace_multirhs(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_inplace_multirhs_pass(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_multirhs(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| substitute_multirhs_pass(const int n, const int nrhs, const T *TDLS_RESTRICT A, const int A_stride, const int *TDLS_RESTRICT piv, const int piv_stride, const T *TDLS_RESTRICT b, T *TDLS_RESTRICT x, const int rhs_stride, const int xcol_stride) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |
| tile_size | tdls::TiledLUppSolverDynamic< T, Config > | static |
| tile_size_at(const int t0, const int n) noexcept | tdls::TiledLUppSolverDynamic< T, Config > | inlinestatic |