view etc/README.ftp @ 15282:06ce57277bfb stable

handle scalar-sparse-matrix .^ matrix ops * sparse-xpow.cc (scalar_xpow): New function. (elem_xpow (const SparseMatrix&, const SparseMatrix&), elem_xpow (const SparseComplexMatrix&, const SparseMatrix&), elem_xpow (const SparseMatrix&, const SparseComplexMatrix&), elem_xpow (const SparseComplexMatrix&, const SparseComplexMatrix&)): Forward to scalar_xpow if first arg is 1x1. New tests.
author John W. Eaton <jwe@octave.org>
date Tue, 04 Sep 2012 11:02:28 -0400
parents b67c2d580a25
children
line wrap: on
line source

This directory contains the source for Octave, a high-level interactive
language for solving numerical problems.  See the file README for more general
information, and the file NEWS for a list of recent changes.

Binary distributions:
--------------------

Octave binaries are not distributed from this site.

Packaged versions of Octave for various GNU/Linux systems are available
with the major GNU/Linux distributions (Debian, Ubuntu, Red Hat, SUSE, etc.).

Binary distributions of Octave for Mac OS X are available from both Fink
and MacPorts.

  http://www.finkproject.com
  http://www.macports.org/

The file README.Windows provides instructions for installing Octave on
Windows systems.

A note about .gz files:
----------------------

Files with names ending in `.gz' have been compressed with `gzip'.

Unlike the compress utility, gzip is free of any known software
patents and tends to compress better anyway.  Gzip can uncompress
`compress'-compressed files too, so you can install it as "uncompress"
and use it to handle both types of files.

The gzip program is available in the directory /pub/gnu in shar, tar,
or gzipped tar format (for those who already have a prior version of
gzip and want faster data transmission).  It works on virtually every
unix system, MSDOS, OS/2, and VMS.


Last updated: Thu Jan 20 10:14:49 PST 2011