|
MyraMath
|
Reshapes/clones an Action A into diag(A,A,A,..), used by "thick" iterative solvers to apply A to multiple contiguous column vectors. 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::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,..) | |
Reshapes/clones an Action A into diag(A,A,A,..), used by "thick" iterative solvers to apply A to multiple contiguous column vectors.
1.8.13