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
double * array
1D array to store vector data
Real Double-precision Symmetric Matrix Class [l-type (UPLO=l) Strage].
Real Double-precision Row Vector Class.
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
CPPL_INT n
matrix column size
_drovector operator*(const _drovector &vec, const dsymatrix &mat)
double * array
1D array to store matrix data
_dcovector _(dcovector &vec)