~ubuntu-branches/ubuntu/precise/brian/precise

« back to all changes in this revision

Viewing changes to docs_sphinx/tabulate.txt

  • Committer: Bazaar Package Importer
  • Author(s): Yaroslav Halchenko
  • Date: 2010-11-02 18:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101102181915-ivwy29820copccu2
Tags: upstream-1.2.2~svn2229
ImportĀ upstreamĀ versionĀ 1.2.2~svn2229

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. currentmodule:: brian
 
2
 
 
3
Precalculated tables
 
4
--------------------
 
5
One way to speed up simulations is to use precalculated tables for complicated
 
6
functions. The :class:`Tabulate` class defines a table of values of the
 
7
given function at regularly sampled points. The :class:`TabulateInterp` class
 
8
defines a table with linear interpolation, which is much more precise. Both work
 
9
with scalar and vector arguments.
 
10
 
 
11
.. autoclass:: Tabulate
 
12
 
 
13
.. autoclass:: TabulateInterp