12#ifndef _C_LINEAR_OPERATOR_C_DENSE_AFFINE_MATRIX_FUNCTION_H_
13#define _C_LINEAR_OPERATOR_C_DENSE_AFFINE_MATRIX_FUNCTION_H_
20#include "../_definitions/types.h"
44template <
typename DataType>
72 const DataType* vector,
76 const DataType* vector,
Base class for affine matrix functions of one parameter.
Container for dense affine matrix functions of one parameter.
virtual void dot(const DataType *vector, DataType *product)
Matrix vector product.
virtual ~cDenseAffineMatrixFunction()
Destructor.
cDenseMatrix< DataType > B
cDenseMatrix< DataType > A
virtual void transpose_dot(const DataType *vector, DataType *product)
Matrix vector product written in place.
virtual void set_symmetry(const FlagType symmetric)
Specify whether the matrices are symmetic or non-symmetric.
Container for dense matrices.