Go to the source code of this file.
_dsymatrix*dcovector operator
Definition at line 3 of file _dsymatrix-dcovector.hpp.
References _(), dcovector::array, _dsymatrix::array, _dsymatrix::destroy(), dcovector::l, and _dsymatrix::n.
8 std::cerr <<
"These matrix and vector can not make a product." << std::endl
9 <<
"Your input was (" << mat.
n <<
"x" << mat.
n <<
") * (" << vec.
l <<
")." << std::endl;
20 dsymv_( &uplo, &mat.
n, &alpha, mat.
array, &mat.
n, vec.
array, &inc, &beta, newvec.array, &inc );
double * array
1D array to store vector data
double * array
1D array to store matrix data
Real Double-precision Column Vector Class.
CPPL_INT n
matrix column size
_dcovector _(dcovector &vec)