88 buffer_print_dimensions_(
false)
96 mtx_to_build_buffer_with_ = mtx;
99 void set_precision(uint precision)
101 buffer_precision_ = precision;
104 void print_dimensions(
bool print_dims)
106 buffer_print_dimensions_ = print_dims;
111 Clob* buffer_to_return =
new Clob;
115 mtx_to_build_buffer_with_->saveToFileDescriptor(buffer,
117 buffer_print_dimensions_,
120 buffer_to_return->append(buffer);
122 return buffer_to_return;
126 uint buffer_precision_;
127 bool buffer_print_dimensions_;
137 fake_mtx_error_when_loading_(IO::errNone)
143 fake_mtx_error_when_loading_(IO::errNone)
149 fake_mtx_error_when_loading_(IO::errNone)
154 const AnyString& )
const override
156 return fake_mtx_error_when_loading_;
159 void error_when_loading_from_file(IO::Error err)
161 fake_mtx_error_when_loading_ = err;
165 IO::Error fake_mtx_error_when_loading_;
bool loadFromCSVFile(const AnyString &, uint, uint, uint, BufferType *) override
Load entries from a CSV file.
Definition matrix-bypass-load.h:68