8 std::cerr <<
"The required component is out of the vector size." << std::endl
9 <<
"Your input is (" << i <<
"), whereas the vector size is " <<
l <<
"." << std::endl;
24 for(CPPL_INT
i=0;
i<vec.
l;
i++){
25 s <<
" " << vec.
array[
i] << std::endl;
39 std::ofstream ofs(filename, std::ios::trunc);
40 ofs.setf(std::cout.flags());
41 ofs.precision(std::cout.precision());
42 ofs.width(std::cout.width());
43 ofs.fill(std::cout.fill());
45 ofs <<
"#dcovector" <<
" " <<
l << std::endl;
46 for(CPPL_INT
i=0;
i<
l;
i++){
_dgematrix i(const _dgbmatrix &mat)
void write(const char *) const
double & operator()(const CPPL_INT &) const
std::ostream & operator<<(std::ostream &s, const _dcovector &vec)
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
double * array
1D array to store vector data