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

Param Class Reference

The parameters of a probability function. More...

List of all members.

Public Member Functions

 Param ()
 Param (int dim, double val)
void get_space (int N)
 Allocate space.

void set_zero ()
 Set parameters to zero.

void print ()
Paramoperator *= (double alpha)
Paramoperator+= (Param &to_add)


Detailed Description

The Param class, derived from a vector, was designed to store the parameters of a probability function.

Definition at line 52 of file math_util.hpp.


Constructor & Destructor Documentation

Param::Param  )  [inline]
 

Definition at line 56 of file math_util.hpp.

Param::Param int  dim,
double  val
[inline]
 

Definition at line 57 of file math_util.hpp.


Member Function Documentation

void Param::get_space int  N  )  [inline]
 

Definition at line 60 of file math_util.hpp.

Referenced by Legendre_item::copy_coef(), one_d_Legendre::list_interp(), gen_mf4::one_legendre(), Legendre_item::read_coefs(), and three_d_Kalbach::three_d_Kalbach().

Param & Param::operator *= double  alpha  ) 
 

Definition at line 74 of file math_util.cpp.

Param & Param::operator+= Param to_add  ) 
 

Definition at line 84 of file math_util.cpp.

References SevereError().

void Param::print  ) 
 

Simple printing function.

Definition at line 63 of file math_util.cpp.

References ENDLClass::data(), and ENDL.

void Param::set_zero  ) 
 

Definition at line 53 of file math_util.cpp.


Generated on Thu Sep 7 10:44:48 2006 for fete -- From ENDFB6 To ENDL by doxygen 1.3.4