|
MyraMath
|
Composes two Action's A and B, yielding an Action that cascades A*(B*X) 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_ProductAction (const Action< NumberS > &A, const Action< NumberS > &B) |
| Returns a ProductAction that applies A*B. | |
| Action< NumberD > | myra::make_ProductAction (const Action< NumberD > &A, const Action< NumberD > &B) |
| Returns a ProductAction that applies A*B. | |
| Action< NumberC > | myra::make_ProductAction (const Action< NumberC > &A, const Action< NumberC > &B) |
| Returns a ProductAction that applies A*B. | |
| Action< NumberZ > | myra::make_ProductAction (const Action< NumberZ > &A, const Action< NumberZ > &B) |
| Returns a ProductAction that applies A*B. | |
| Action< NumberS > | myra::operator* (const Action< NumberS > &A, const Action< NumberS > &B) |
| Overloads operator* for Action, returns a ProductAction. | |
| Action< NumberD > | myra::operator* (const Action< NumberD > &A, const Action< NumberD > &B) |
| Overloads operator* for Action, returns a ProductAction. | |
| Action< NumberC > | myra::operator* (const Action< NumberC > &A, const Action< NumberC > &B) |
| Overloads operator* for Action, returns a ProductAction. | |
| Action< NumberZ > | myra::operator* (const Action< NumberZ > &A, const Action< NumberZ > &B) |
| Overloads operator* for Action, returns a ProductAction. | |
Composes two Action's A and B, yielding an Action that cascades A*(B*X)
1.8.13