Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

BlasBlackbox Class Template Reference
[linbox/blackbox]

#include <blas-blackbox.h>

List of all members.


Detailed Description

template<class _Field>
class LinBox::BlasBlackbox< _Field >

dense matrix representation for BLAS based elimination.

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


Member Function Documentation

std::istream& read std::istream &  file  )  [inline]
 

Read the blackbox from an input stream

Parameters:
file Input stream from which to read

std::ostream& write std::ostream &  os  )  const [inline]
 

Write the blackbox to an output stream

Parameters:
os Output stream to which to write


The documentation for this class was generated from the following file:
Generated on Thu Feb 8 22:32:57 2007 for linbox by doxygen 1.3.4