Forgot to load lapack in a few examples
[maxima.git] / share / contrib / format / autoload-m.macsyma
blobb8b5ed7a01ae00515d932b5de9c1c7c45874371b
1 /* -*- Mode: Macsyma -*- */
2 /*************************************************************************************
3  Autoload definitions for Miller's formatting packages
4 *************************************************************************************/
6 setup_autoload("coeflist", matching_parts,function_calls,function_arguments,
7                            coeffs,trig_coeffs,series_coeffs,taylor_coeffs,get_coef,uncoef,
8                            partition_poly,partition_trig,partition_series,partition_taylor)$
10 setup_autoload("format", format)$