|
MyraMath
|
An Action for multiplying by a hermitian dense Matrix or SparseMatrix using hemm() 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... | |
| class | myra::CMatrixRange< Number > |
| Represents a const MatrixRange. More... | |
| class | myra::CSparseMatrixRange< Number > |
| Represents a const SparseMatrixRange. More... | |
Functions | |
| Action< NumberS > | myra::make_HemmAction (const CMatrixRange< NumberS > &A, char uplo='L') |
| Returns an Action that delegates to hemm_inplace() for dense Matrix. | |
| Action< NumberD > | myra::make_HemmAction (const CMatrixRange< NumberD > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for dense Matrix. | |
| Action< NumberC > | myra::make_HemmAction (const CMatrixRange< NumberC > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for dense Matrix. | |
| Action< NumberZ > | myra::make_HemmAction (const CMatrixRange< NumberZ > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for dense Matrix. | |
| Action< NumberS > | myra::make_HemmAction (const CSparseMatrixRange< NumberS > &A, char uplo='L') |
| Returns an Action that delegates to hemm_inplace() for SparseMatrix. | |
| Action< NumberD > | myra::make_HemmAction (const CSparseMatrixRange< NumberD > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for SparseMatrix. | |
| Action< NumberC > | myra::make_HemmAction (const CSparseMatrixRange< NumberC > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for SparseMatrix. | |
| Action< NumberZ > | myra::make_HemmAction (const CSparseMatrixRange< NumberZ > &A, char uplo) |
| Returns an Action that delegates to hemm_inplace() for SparseMatrix. | |
An Action for multiplying by a hermitian dense Matrix or SparseMatrix using hemm()
1.8.13