Difference between revisions of "Octave"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:BioinformaticsCategory:NGS {|<!--Main settings - REQUIRED--> |{{#vardefine:app|Octave}} |{{#vardefine:url|htt...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
+
[[Category:Software]][[Category:Numerical Computing, Programming Language]][[Category:Numerical Computing]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|Octave}}
 
|{{#vardefine:app|Octave}}
Line 28: Line 28:
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN - execution program directory
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN - execution program directory
* HPC_{{#uppercase:{{#var:app}}}}_DIR - library directory
+
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Revision as of 21:40, 5 April 2013

Description

Octave website  

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.

Required Modules

modules documentation

Serial

  • Octave

System Variables

  • HPC_{{#uppercase:Octave}}_DIR - installation directory
  • HPC_{{#uppercase:Octave}}_BIN - execution program directory
  • HPC_{{#uppercase:Octave}}_LIB - library directory