Print Options¶
-
namespace mocca
Enable (
1
) or disable (0
, default) the support for the Parallel HDF5 library. Requires aMPI
library (e.g., OpenMPI, MPICH, etc.).-
namespace io
-
namespace print_options¶
Global options that determines the way that Matrix, Vector, CSRMatrix and SparseVector objects are displayed.
Variables
-
static index_t nrows = 5¶
The number of rows to show (default: 5). Must be either
kAllEntries
(i.e., all rows will be printed) or a positive number.
-
static index_t nrows = 5¶
-
namespace print_options¶
-
namespace io