Functions | |
| int | oski_MatMultAndMatTransMult (const oski_matrix_t A_tunable, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view, oski_matop_t opA, oski_value_t omega, const oski_vecview_t w_view, oski_value_t zeta, oski_vecview_t z_view) |
Computes and , where . | |
| int | oski_MatTransMatMult (const oski_matrix_t A_tunable, oski_ataop_t op, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view, oski_vecview_t t_view) |
Computes , where . | |
| int | oski_MatMult (const oski_matrix_t A_tunable, oski_matop_t opA, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view) |
Computes , where . | |
| int | oski_MatPowMult (const oski_matrix_t A_tunable, oski_matop_t opA, int power, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view, oski_vecview_t T_view) |
Computes a power of a matrix times a vector, or . | |
| int | oski_MatTrisolve (const oski_matrix_t T_tunable, oski_matop_t opT, oski_value_t alpha, oski_vecview_t x_view) |
Computes , where is a triangular matrix. | |
|
||||||||||||||||||||||||||||
|
Computes
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
Computes
|
|
||||||||||||||||||||||||||||||||||||
|
Computes a power of a matrix times a vector, or
|
|
||||||||||||||||||||||||||||||||
|
Computes
|
|
||||||||||||||||||||
|
Computes
|
1.4.6