44 #include "EST_TSimpleMatrix.h" 
   45 #include "EST_TSimpleVector.h" 
   48 #include "EST_Val_defs.h" 
   73                     EST_FMatrix::default_file_type );
 
   83     void copyin(
float **x, 
int rows, 
int cols);
 
  135     EST_write_status est_save(
const EST_String &filename,
 
  172 void make_random_vector(
EST_FVector &M, 
const float scale);
 
  174 void make_random_matrix(
EST_FMatrix &M, 
const float scale);
 
  176 void make_random_diagonal_matrix(
EST_FMatrix &M, 
const float scale);
 
  178 void make_random_symmetric_matrix(
EST_FMatrix &M, 
const float scale);
 
  209 int  floor_matrix(
EST_FMatrix &M, 
const float floor);
 
  238 polynomial_value(
const EST_FVector &coeffs, 
const float x);