HLIBpro
1.2
|
Class for matrix I/O in HLIB format.
#include <TMatrixIO.hh>
Public Member Functions | |
THLibMatrixIO (const bool compressed=false) | |
construct HLIB matrix IO object with compression set to compressed | |
void | set_compression (const bool compressed) |
set internal compression usage to compressed | |
virtual void | write (const TMatrix *A, const String &fname) const |
write matrix A to file fname | |
virtual TMatrix * | read (const String &fname) const |
read and return matrix from file fname |
Protected Attributes | |
bool | _compressed |
flag for using compression |