Next:
Public Methods
Up:
Source Code
Previous:
vectorint Cost::Cout [private]
 
Contents
HBF Class Reference
Storage of matrix in Harwell Boeing Format.
#include
hbf.h
Subsections
Public Methods
Static Public Attributes
Private Attributes
Detailed Description
Constructor & Destructor Documentation
HBF::HBF ()
HBF::
HBF ()
Member Function Documentation
int HBF::col (const int
i
) const
[inline]
void HBF::col2row ()
void HBF::convert ()
void HBF::create (const int
d
, const int
n
)
void HBF::give_a_name (const
psi_name
file
)
[inline]
bool HBF::is_empty () const
[inline]
double HBF::maxi () const
[inline]
psi_name
HBF::name () const
[inline]
int HBF::order () const
[inline]
int HBF::out_degree () const
void HBF::read_hbf_c (const
psi_name
path
)
void HBF::read_hbf_r (const
psi_name
path
)
void HBF::read_marca (const
psi_name
path
)
int HBF::row (const int
i
) const
[inline]
void HBF::scale (const double
d
)
int HBF::size () const
[inline]
void HBF::transform (const int
d
)
psi_type
HBF::type () const
[inline]
void HBF::uniformization ()
void HBF::update ()
double HBF::val (const int
i
) const
[inline]
int HBF::valbyrow (const int
i
) const
[inline]
void HBF::write_unif (const
psi_name
file
))
int HBF::zero_or_one ()
[inline]
Member Data Documentation
double HBF::biggest
[private]
vector
int
HBF::Col
[private]
int HBF::dimension
[private]
HBF HBF::hbf = HBF()
[static]
psi_name
HBF::model_name
[private]
psi_type
HBF::model_type
[private]
int HBF::nz_number
[private]
vector
int
HBF::Row
[private]
vector
double
HBF::Val
[private]
vector
int
HBF::ValbyRow
[private]
Florent Morata 2002-12-11