linbox
Submatrix< BlasMatrix< _Field >, VectorCategories::DenseVectorTag >::rebind< _Tp1 > Struct Template Reference

Generic matrix-vector apply y = A * x. More...

#include <submatrix.h>

Detailed Description

template<class _Field>
template<typename _Tp1>
struct LinBox::Submatrix< BlasMatrix< _Field >, VectorCategories::DenseVectorTag >::rebind< _Tp1 >

Generic matrix-vector apply y = A * x.

This version of apply allows use of arbitrary input and output vector * types.

Parameters
yOutput vector
xInput vector
Returns
Reference to output vector Generic matrix-vector transpose apply y = A^T * x This version of applyTranspose allows use of arbitrary input and output vector types
Parameters
yOutput vector
xInput vector
Returns
Reference to output vector

The documentation for this struct was generated from the following file: