MyraMath
Classes
ReshapeAction.h File Reference

Reshapes/clones an Action A into diag(A,A,A,..), used by "thick" iterative solvers to apply A to multiple contiguous column vectors. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for ReshapeAction.h:

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< NumberS > myra::reshape (const Action< NumberS > &A, int N)
 Reshapes/clones an Action A into diag(A,A,A,..)
 
Action< NumberD > myra::reshape (const Action< NumberD > &A, int N)
 Reshapes/clones an Action A into diag(A,A,A,..)
 
Action< NumberC > myra::reshape (const Action< NumberC > &A, int N)
 Reshapes/clones an Action A into diag(A,A,A,..)
 
Action< NumberZ > myra::reshape (const Action< NumberZ > &A, int N)
 Reshapes/clones an Action A into diag(A,A,A,..)
 

Detailed Description

Reshapes/clones an Action A into diag(A,A,A,..), used by "thick" iterative solvers to apply A to multiple contiguous column vectors.