#include <MatrixOperationsDefault.h>
Static Public Member Functions | |
| static void | axpy (AMP::Scalar alpha, const MatrixData &X, MatrixData &Y) |
| Compute the linear combination of two matrices. | |
| static void | copy (const MatrixData &X, MatrixData &Y) |
| Set this matrix with the same non-zero and distributed structure as x and copy the coefficients. | |
| static void | matMatMult (MatrixData const &A, MatrixData const &B, MatrixData &C) |
| Compute the product of two matrices. | |
Definition at line 9 of file MatrixOperationsDefault.h.
|
static |
Compute the linear combination of two matrices.
| [in] | alpha | scalar |
| [in] | X | matrix |
| [out] | Y | The output matrix |
Compute \(\mathbf{Y} = \alpha\mathbf{X} + \mathbf{Y}\)
|
static |
Set this matrix with the same non-zero and distributed structure as x and copy the coefficients.
| [in] | X | matrix data to copy from |
| [in] | Y | matrix data to copy to |
|
static |
Compute the product of two matrices.
| [in] | A | Left multiplicand |
| [in] | B | Right multiplicand |
| [in] | C | The product \(\mathbf{AB}\). |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |