#include <apply.h>
Public Types | |
typedef Domain::Element | Element |
typedef std::vector< Element > | Vector |
Public Methods | |
BlasApply (const Domain &D) | |
Vector & | applyV (Vector &y, const BlasMatrix< Element > &A, const Vector &x) const |
Vector & | applyVTrans (Vector &y, BlasMatrix< Element > &A, const Vector &x) const |
Vector & | applyVspecial (Vector &y, BlasMatrix< Element > &A, const Vector &x) const |
|
|
|
|
|
|
|
|
|
|
|
|