Differences between revisions 3 and 4

Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * Copy [:Trsv_ln/FLAME@lab/UnbVar1: Trsv_ln_unb_var1.m] into that directory, in file Trsv_ln_unb_var1.m (note: name of the file is important!). This function is used within the code for Trinv_l.

Contents

  1. Octave

Try the FLAME@lab Trinv (Unblocked Variant 2)

Octave

Gnu Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.

Note: Instructions are for Linux! However, the files will work for Windows as well>.

  • Create a directory
  • Download the FLAME@lab utility routines into that directory.

  • Copy Trinv_l_unb_var2.m into that directory, in file Trinv_l_unb_var2.m (note: name of the file is important!).

  • Copy driver_Trinv_l_unb_var2.m into that directory, in file driver_Trinv_l_unb_var2.m (note: name of the file is important!).

  • Copy Trsv_ln_unb_var1.m into that directory, in file Trsv_ln_unb_var1.m (note: name of the file is important!). This function is used within the code for Trinv_l.

  • Start Octave:
    > octave --traditional
  • Execute the test driver:
    octave:1> driver_Trinv_unb_var2
    

LinearAlgebraWiki: Trinv/FLAME@lab/TryUnbVar2 (last edited 2008-08-06 19:56:32 by MarthaGanser)