gnuoctave
Fork from ftp://ftp.gnu.org/gnu/octave/octave-3.8.2.tar.gz
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Fork from ftp://ftp.gnu.org/gnu/octave/octave-3.8.2.tar.gz
Basic Info
- Host: GitHub
- Owner: arthurmde
- License: gpl-3.0
- Language: C++
- Default Branch: master
- Size: 19.7 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Created over 11 years ago
· Last pushed over 11 years ago
Metadata Files
Readme
Changelog
License
Citation
README
GNU Octave -- a high-level language for numerical computations. Copyright (C) 1996-2013 John W. Eaton Overview -------- 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. GNU Octave is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. GNU Octave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file COPYING for more details. Availability ------------ The latest released version of Octave is always available via anonymous ftp from ftp.gnu.org and its many mirror sites around the world. You may also find links to binary distributions at http://www.octave.org/download.html. The current development sources may be found on Savannah (http://savannah.gnu.org/projects/octave) under the Source Code tab. Installation ------------ Octave requires approximately 1.4 GB of disk storage to unpack and compile from source (significantly less, 400 MB, if you don't compile with debugging symbols). Once installed, Octave requires approximately 350MB of disk space (again, considerably less, 70 MB, if you don't build shared libraries or the binaries and libraries do not include debugging symbols). To compile Octave, you will need a recent version of GNU Make. You will also need a recent version of g++ or another ANSI C++ compiler. You will also need a Fortran 77 compiler or f2c. If you use f2c, you will need a script like fort77 that works like a normal Fortran compiler by combining f2c with your C compiler in a single script. YOU MUST HAVE GNU MAKE TO COMPILE OCTAVE. Octave's Makefiles use features of GNU Make that are not present in other versions of make. GNU Make is very portable and easy to install. See the notes in the files INSTALL and the system-specific README files in the etc directory of the Octave source distribution for more specific installation instructions. Bugs and Patches ---------------- The file BUGS explains the recommended procedure for reporting bugs or contributing patches. Documentation ------------- Octave's manual has been revised for version 3.4, but it is lagging a bit behind the development of the software. In particular, there is currently no complete documentation of the C++ class libraries. If you notice omissions or inconsistencies, please report them on the bug tracker at http://bugs.octave.org. Specific suggestions for ways to improve Octave and its documentation are always welcome. Reports with patches are even more welcome. Additional Information ---------------------- Up to date information about Octave is available on the WWW at the URL http://www.octave.org, including archives of the help, bug, and maintainers mailing lists. Last updated: Fri, 10 Jun 2011 14:02:32 EDT
Owner
- Name: Arthur Del Esposte
- Login: arthurmde
- Kind: user
- Location: São Paulo
- Company: Peerdustry
- Website: https://arthur.ludus.club/en/
- Repositories: 37
- Profile: https://github.com/arthurmde
Citation (CITATION)
To cite GNU Octave in publications use:
John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2014).
GNU Octave version 3.8.1 manual: a high-level interactive language for
numerical computations.
CreateSpace Independent Publishing Platform. ISBN 1441413006,
URL http://www.gnu.org/software/octave/doc/interpreter/
A BibTeX entry for LaTeX users is:
@book{,
author = {John W. Eaton, David Bateman, S\oren Hauberg, and Rik Wehbring},
title = {{GNU Octave} version 3.8.1 manual: a high-level interactive language for numerical computations},
publisher = {CreateSpace Independent Publishing Platform},
year = {2014},
note = {{ISBN} 1441413006},
url = {http://www.gnu.org/software/octave/doc/interpreter},
}
We have invested a lot of time and effort in creating GNU Octave, please cite it
when using it. See also `citation pkgname' for citing Octave packages.