ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Implements the matrix powers kernel \( y=A^kx \) over arbitrary semirings. More...
Go to the source code of this file.
Namespaces | |
namespace | grb |
The ALP/GraphBLAS namespace. | |
namespace | grb::algorithms |
The namespace for ALP/GraphBLAS algorithms. | |
Functions | |
template<Descriptor descr, class Ring , typename IOType , typename InputType > | |
RC | mpv (Vector< IOType > &u, const Matrix< InputType > &A, const size_t k, const Vector< IOType > &v, Vector< IOType > &temp, const Ring &ring) |
The matrix powers kernel. More... | |
Implements the matrix powers kernel \( y=A^kx \) over arbitrary semirings.