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 <<
"#zcovector" <<
" " <<
l << std::endl;
46 for(CPPL_INT
i=0;
i<
l;
i++){
std::ostream & operator<<(std::ostream &s, const _zcovector &vec)
_dgematrix i(const _dgbmatrix &mat)
comple * array
1D array to store vector data
comple & operator()(const CPPL_INT &) const
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
void write(const char *) const