Go to the source code of this file.
_drovector*dsymatrix operator
Definition at line 3 of file _drovector-dsymatrix.hpp.
References _(), _drovector::array, drovector::array, dsymatrix::array, _drovector::destroy(), _drovector::l, and dsymatrix::n.
8 std::cerr <<
"These vector and matrix can not make a product." << std::endl
9 <<
"Your input was (" << vec.
l <<
") * (" << mat.
n <<
"x" << mat.
n <<
")." << 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
Real Double-precision Row Vector Class.
CPPL_INT n
matrix column size
double * array
1D array to store matrix data
_dcovector _(dcovector &vec)