| MyraMath
    | 
Returns the negation of an Action A. More...
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. | |
Returns the negation of an Action A.
 1.8.13
 1.8.13