49 namespace DenseLinAlgPack {
54 int p = o.precision();
55 o.precision( std::numeric_limits<value_type>::digits10 + 3 );
59 o <<
' ' << *itr <<
";";
73 int p = o.precision();
74 o.precision( std::numeric_limits<value_type>::digits10 + 3 );
76 o << name <<
" = [\n";
Teuchos::Ordinal size_type
Typedef for the size type of elements that are used by the library.
C++ Standard Library compatable iterator class for accesing nonunit stride arrays of data...
std::ostream & out(std::ostream &o, const char *name, const DVectorSlice &vs, BLAS_Cpp::Transp trans=BLAS_Cpp::no_trans)
size_type rows() const
Return the number of rows.
DVectorSlice row(size_type i)
Return DVectorSlice object representing the ith row (1-based; 1,2,..,#this->rows()#, or throw std::out_of_range)