linbox  1
BlasMatrixDomainMulAdd< Field, Operand1, Operand2, Operand3 > Class Template Reference

#include <blas-domain.h>

List of all members.


Detailed Description

template<class Field, class Operand1, class Operand2, class Operand3>
class LinBox::BlasMatrixDomainMulAdd< Field, Operand1, Operand2, Operand3 >

Class handling multiplication of a Matrix by an Operand with accumulation and scaling. Operand can be either a matrix or a vector.

The only function: operator () is defined : D = beta.C + alpha. A*B C = beta.C + alpha. A*B


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