Home | Trees | Indices | Help |
|
---|
|
Common functions
Drew LaMar, March 2006
|
|||
IterationError | |||
Struct |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
ver =
|
|||
failed = False
|
|||
rcParamsDefault = {'figure.subplot.right': 0.90000000000000002
|
|||
colorbar_doc =
|
|||
rcParams = {'figure.subplot.right': 0.90000000000000002, 'math
|
|||
all_point_types =
|
|||
all_curve_types =
|
|||
divide = <ufunc 'divide'>
|
|||
subtract = <ufunc 'subtract'>
|
|||
conjugate = <ufunc 'conjugate'>
|
|||
sqrt = <ufunc 'sqrt'>
|
|||
Inf = inf
|
|||
NaN = nan
|
|||
isfinite = <ufunc 'isfinite'>
|
|||
r_ = <numpy.lib.index_tricks.RClass object at 0x115c2f0>
|
|||
c_ = <numpy.lib.index_tricks.CClass object at 0x115c330>
|
|||
sign = <ufunc 'sign'>
|
|||
mod = <ufunc 'remainder'>
|
|||
multiply = <ufunc 'multiply'>
|
|||
PI = 3.14159265359
|
|||
_classes =
|
|||
_functions =
|
|||
FLOQ_TOL = 0.01
|
|
Checks to see if the list 'x' is increasing/decreasing ('direc' = 1/-1, respectively). If 'num' is specified, then it checks the first 'num' indices in 'x' if num > 0 and the last 'num' indices in 'x' if num < 0. |
Compute (n-1) x m Jacobian of function func at x0, where n = len(x0) and m = len(ind). ind denotes the indices along which to compute the Jacobian. NOTE: This assumes func has 1 more variable than it has equations!! |
Return a list of the elements in s, but without duplicates. For example, unique([1,2,3,1,2,3]) is some permutation of [1,2,3], unique("abcabc") some permutation of ["a", "b", "c"], and unique(([1, 2], [2, 3], [1, 2])) some permutation of [[2, 3], [1, 2]]. For best speed, all sequence elements should be hashable. Then unique() will usually work in linear time. If not possible, the sequence elements should enjoy a total ordering, and if list(s).sort() doesn't raise TypeError it's assumed that they do enjoy a total ordering. Then unique() will usually work in O(N*log2(N)) time. If that's not possible either, the sequence elements must support equality-testing. Then unique() will usually work in quadratic time. Author: Tim Peters (2001/04/06) |
Current issue with neutral points changing past bifurcation point. False advertising as well: Not really a general function (specialized for my use) |
Get left eigenvetors w corresponding to the unit eigenvalue of flow, normalized so that w.v = 1, where v are flow vectors. method: 'standard' is currently the only working method for calculating the flow maps and left eigenvectors. |
|
rcParamsDefault
|
colorbar_doc
|
rcParams
|
all_point_types
|
_functions
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:17 2012 | http://epydoc.sourceforge.net |