Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

linear_least_squares Struct Reference

#include <numerical.h>


Data Fields

int n_parameters
Real ** second_derivs
Real * constants


Field Documentation

Real* linear_least_squares::constants
 

Definition at line 30 of file numerical.h.

Referenced by add_to_linear_least_squares(), delete_linear_least_squares(), get_linear_least_squares_solution(), and initialize_linear_least_squares().

int linear_least_squares::n_parameters
 

Definition at line 28 of file numerical.h.

Referenced by add_to_linear_least_squares(), get_linear_least_squares_solution(), and initialize_linear_least_squares().

Real** linear_least_squares::second_derivs
 

Definition at line 29 of file numerical.h.

Referenced by add_to_linear_least_squares(), delete_linear_least_squares(), get_linear_least_squares_solution(), and initialize_linear_least_squares().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 28 09:11:24 2004 for BICPL by doxygen 1.3.7