MyraMath
Classes
NegateAction.h File Reference

Returns the negation of an Action A. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
Include dependency graph for NegateAction.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< NumberS > myra::make_NegateAction (const Action< NumberS > &A)
 Returns a NegateAction that applies -A.
 
Action< NumberD > myra::make_NegateAction (const Action< NumberD > &A)
 Returns a NegateAction that applies -A.
 
Action< NumberC > myra::make_NegateAction (const Action< NumberC > &A)
 Returns a NegateAction that applies -A.
 
Action< NumberZ > myra::make_NegateAction (const Action< NumberZ > &A)
 Returns a NegateAction that applies -A.
 
Action< NumberS > myra::operator- (const Action< NumberS > &A)
 Overloads unary operator- for Action, returns a NegateAction.
 
Action< NumberD > myra::operator- (const Action< NumberD > &A)
 Overloads unary operator- for Action, returns a NegateAction.
 
Action< NumberC > myra::operator- (const Action< NumberC > &A)
 Overloads unary operator- for Action, returns a NegateAction.
 
Action< NumberZ > myra::operator- (const Action< NumberZ > &A)
 Overloads unary operator- for Action, returns a NegateAction.
 

Detailed Description

Returns the negation of an Action A.