remora::cg_solver< MatA > Member List

This is the complete list of members for remora::cg_solver< MatA >, including all inherited members.

cg_solver(matrix_closure_type const &e, double epsilon=1.e-10, unsigned int max_iterations=0)remora::cg_solver< MatA >inline
solve(matrix_expression< MatB, device_type > &B, left, double epsilon, unsigned max_iterations) constremora::cg_solver< MatA >inline
solve(matrix_expression< MatB, device_type > &B, right, double epsilon, unsigned max_iterations) constremora::cg_solver< MatA >inline
solve(vector_expression< VecB, device_type > &b, system_tag< Left >, double epsilon, unsigned max_iterations) constremora::cg_solver< MatA >inline
solve(vector_expression< VecB, device_type > &b, system_tag< Left > tag) constremora::cg_solver< MatA >inline
solve(matrix_expression< MatB, device_type > &B, system_tag< Left > tag) constremora::cg_solver< MatA >inline