From owner-bug-octave at bevo dot che dot wisc dot edu Mon Dec 4 08:44:01 1995 Subject: Octave compilation From: Emmanuel FARHI To: bug-octave at che dot utexas dot edu Date: Mon, 04 Dec 1995 15:43:53 +0100 Hello Mr. Eaton, I am currently using Octave 1.1.0 for spectra analysis ; It's great ! I have been writing some data analysis library for it. The problem is that it seems to be desesperatly slow (don't take it personnaly !). I have been launching some data smoothing using Lagrange interpolation, and it lasts for about 20 minutes. Would you say that it is normal ? In fact the question is to know if it is possible to really compile some source code for Octave into an external executable file in order to increase computation speed. Thanks a lot. EDITOR = "vi" IMAGEPATH = ".:/usr/local/GNU/Octave/lib/octave/1.1.0/imagelib//" INFO_FILE = "/usr/local/GNU/Octave/info/octave.info" LOADPATH = ".:/usr/local/GNU/Octave/lib/octave/site/oct/rs6000-ibm-aix325//:/ usr/local/GNU/Octave/lib/octave/site/m//:/usr/local/GNU/Octave/lib/octave/1.1.0 /oct/rs6000-ibm-aix325//:/usr/local/GNU/Octave/lib/octave/1.1.0/m//" OCTAVE_VERSION = "1.1.0" PAGER = "less -e" PS1 = "\\s:\\#> " PS2 = "> " automatic_replot = "false" whitespace_in_literal_matrix = "" default_save_format = "ascii" do_fortran_indexing = "false" empty_list_elements_ok = "warn" eps = 2.22045e-16 gnuplot_binary = "gnuplot" ignore_function_time_stamp = "system" implicit_str_to_num_ok = "false" ok_to_lose_imaginary_part = "warn" output_max_field_width = 10 output_precision = 5 page_screen_output = "true" prefer_column_vectors = "true" prefer_zero_one_indexing = "false" print_answer_id_name = "true" print_empty_dimensions = "true" propagate_empty_matrices = "true" resize_on_range_error = "true" return_last_computed_value = "false" save_precision = 17 silent_functions = "false" split_long_rows = "true" treat_neg_dim_as_zero = "false" warn_assign_as_truth_value = "true" warn_comma_in_global_decl = "true" warn_divide_by_zero = "true"