#include <blas-blackbox.h>
A BlasBlackbox can be constructed from any blackbox matrix. This costs n blackbox matrix vector products in general, but is efficiently done from a DenseMatrix or SparseMatrix.
Public Member Functions | |
std::istream & | read (std::istream &file) |
std::ostream & | write (std::ostream &os) const |
|
Read the blackbox from an input stream
|
|
Write the blackbox to an output stream
|