MyraMath
Classes
RaiseAction.h File Reference

Routines for making float-precision Action's act like double-precision ones, accepting some loss of accuracy. Used in the context of backwards refinement or krylov solution that operates in mixed precision. (e.g. use a float- precision preconditioner to solve a double-precision forward operator) More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for RaiseAction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Action< Number >
 Applies the "Action" of a linear operator, b := A*x. More...
 

Functions

Action< NumberD > myra::raise_precision (const Action< NumberS > &A)
 Raises a float-precision Action to a double-precision one.
 
Action< NumberZ > myra::raise_precision (const Action< NumberC > &A)
 Raises a float-precision Action to a double-precision one.
 

Detailed Description

Routines for making float-precision Action's act like double-precision ones, accepting some loss of accuracy. Used in the context of backwards refinement or krylov solution that operates in mixed precision. (e.g. use a float- precision preconditioner to solve a double-precision forward operator)