|
M4RIE
0.20111004
|
Functions | |
| void | mzed_trsm_lower_left_newton_john (const mzed_t *L, mzed_t *B) |
| \(B = L^{-1} \cdot B\) using Newton-John tables. More... | |
| void | mzd_slice_trsm_lower_left_newton_john (const mzd_slice_t *L, mzd_slice_t *B) |
| \(B = L^{-1} \cdot B\) using Newton-John tables. More... | |
| void | mzed_trsm_upper_left_newton_john (const mzed_t *U, mzed_t *B) |
| \(B = U^{-1} \cdot B\) using Newton-John tables. More... | |
| void | mzd_slice_trsm_upper_left_newton_john (const mzd_slice_t *U, mzd_slice_t *B) |
| \(B = U^{-1} \cdot B\) using Newton-John tables. More... | |
| void | _mzed_trsm_upper_left (const mzed_t *U, mzed_t *B, const rci_t cutoff) |
| \(B = U^{-1} \cdot B\) More... | |
| void | mzed_trsm_upper_left_naive (const mzed_t *U, mzed_t *B) |
| \(B = U^{-1} \cdot B\) More... | |
| static void | mzed_trsm_upper_left (const mzed_t *U, mzed_t *B) |
| \(B = U^{-1} \cdot B\) More... | |
| void | _mzd_slice_trsm_upper_left (const mzd_slice_t *U, mzd_slice_t *B, const rci_t cutoff) |
| \(B = U^{-1} \cdot B\) More... | |
| void | mzd_slice_trsm_upper_left_naive (const mzd_slice_t *U, mzd_slice_t *B) |
| \(B = U^{-1} \cdot B\) More... | |
| static void | mzd_slice_trsm_upper_left (const mzd_slice_t *U, mzd_slice_t *B) |
| \(B = U^{-1} \cdot B\) More... | |
| void | _mzed_trsm_lower_left (const mzed_t *L, mzed_t *B, const rci_t cutoff) |
| \(B = L^{-1} \cdot B\) More... | |
| void | mzed_trsm_lower_left_naive (const mzed_t *L, mzed_t *B) |
| \(B = L^{-1} \cdot B\) More... | |
| static void | mzed_trsm_lower_left (const mzed_t *L, mzed_t *B) |
| \(B = L^{-1} \cdot B\) More... | |
| void | _mzd_slice_trsm_lower_left (const mzd_slice_t *L, mzd_slice_t *B, const rci_t cutoff) |
| \(B = L^{-1} \cdot B\) More... | |
| void | mzd_slice_trsm_lower_left_naive (const mzd_slice_t *L, mzd_slice_t *B) |
| \(B = L^{-1} \cdot B\) More... | |
| static void | mzd_slice_trsm_lower_left (const mzd_slice_t *L, mzd_slice_t *B) |
| \(B = L^{-1} \cdot B\) More... | |
| void _mzd_slice_trsm_lower_left | ( | const mzd_slice_t * | L, |
| mzd_slice_t * | B, | ||
| const rci_t | cutoff | ||
| ) |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
| cutoff | Crossover dimension to base case. |
| void _mzd_slice_trsm_upper_left | ( | const mzd_slice_t * | U, |
| mzd_slice_t * | B, | ||
| const rci_t | cutoff | ||
| ) |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
| cutoff | Crossover dimension to base case. |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
| cutoff | Crossover dimension to base case. |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
| cutoff | Crossover dimension to base case. |
|
inlinestatic |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
| void mzd_slice_trsm_lower_left_naive | ( | const mzd_slice_t * | L, |
| mzd_slice_t * | B | ||
| ) |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
| void mzd_slice_trsm_lower_left_newton_john | ( | const mzd_slice_t * | L, |
| mzd_slice_t * | B | ||
| ) |
\(B = L^{-1} \cdot B\) using Newton-John tables.
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
|
inlinestatic |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
| void mzd_slice_trsm_upper_left_naive | ( | const mzd_slice_t * | U, |
| mzd_slice_t * | B | ||
| ) |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
| void mzd_slice_trsm_upper_left_newton_john | ( | const mzd_slice_t * | U, |
| mzd_slice_t * | B | ||
| ) |
\(B = U^{-1} \cdot B\) using Newton-John tables.
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
\(B = L^{-1} \cdot B\)
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
\(B = L^{-1} \cdot B\) using Newton-John tables.
| L | Lower-triangular matrix (other entries are ignored). |
| B | Matrix. |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
\(B = U^{-1} \cdot B\)
| U | Upper-triangular matrix (other entries are ignored). |
| B | Matrix. |
1.8.7