Algolib
Contents
algolib
Algolib
Index
Index
A
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
Z
A
algolib
module
algolib.core
module
algolib.core.complex
module
algolib.exceptions
module
algolib.maths
module
algolib.maths.algebra
module
algolib.maths.algebra.matrix_dense
module
algolib.maths.algebra.polynomial
module
algolib.maths.geometry
module
algolib.maths.geometry.geometry
module
algolib.maths.number_theory
module
algolib.maths.number_theory.prime
module
algolib.numerics
module
algolib.numerics.constants
module
algolib.numerics.diff
module
algolib.numerics.trig
module
algolib.numerics.trig_pure
module
algolib.physics
module
algolib.physics.constants
module
algolib.utils
module
AlgolibError
almost_equal() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
AmbiguousGeometryError
argument() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
C
coeffs (algolib.maths.algebra.Polynomial attribute)
(algolib.maths.algebra.polynomial.Polynomial attribute)
Complex (class in algolib.core)
(class in algolib.core.complex)
conjugate() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
constant() (algolib.maths.algebra.Polynomial static method)
(algolib.maths.algebra.polynomial.Polynomial static method)
contains() (algolib.maths.geometry.geometry.Line method)
(algolib.maths.geometry.geometry.Plane method)
ConvergenceError
copy() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
copysign1() (in module algolib.numerics.constants)
cos() (algolib.numerics.trig_pure.PureTrigBackend method)
(in module algolib.numerics.trig)
D
DegeneracyError
degree (algolib.maths.algebra.Polynomial property)
(algolib.maths.algebra.polynomial.Polynomial property)
derivative() (algolib.maths.algebra.Polynomial method)
(algolib.maths.algebra.polynomial.Polynomial method)
derivative_central() (in module algolib.numerics.diff)
derivative_cstep() (in module algolib.numerics.diff)
det() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
dimension() (algolib.maths.geometry.geometry.Point method)
(algolib.maths.geometry.geometry.Vector method)
DimensionMismatchError
distance() (algolib.maths.geometry.geometry.GeometryUtils static method)
dot() (algolib.maths.geometry.geometry.Vector method)
E
equals() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
eye() (algolib.maths.algebra.matrix_dense.MatrixDense static method)
(algolib.maths.algebra.MatrixDense static method)
F
from_cartesian() (algolib.core.Complex static method)
(algolib.core.complex.Complex static method)
from_iterable() (algolib.core.Complex static method)
(algolib.core.complex.Complex static method)
from_polar() (algolib.core.Complex static method)
(algolib.core.complex.Complex static method)
from_rows() (algolib.maths.algebra.matrix_dense.MatrixDense static method)
(algolib.maths.algebra.MatrixDense static method)
G
GeometryUtils (class in algolib.maths.geometry.geometry)
I
identity() (algolib.maths.algebra.matrix_dense.MatrixDense static method)
(algolib.maths.algebra.MatrixDense static method)
(algolib.maths.algebra.Polynomial static method)
(algolib.maths.algebra.polynomial.Polynomial static method)
im (algolib.core.Complex attribute)
(algolib.core.complex.Complex attribute)
integral() (algolib.maths.algebra.Polynomial method)
(algolib.maths.algebra.polynomial.Polynomial method)
inv() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
InvalidTypeError
InvalidValueError
is_prime() (in module algolib.maths.number_theory)
(in module algolib.maths.number_theory.prime)
iterations (algolib.exceptions.ConvergenceError attribute)
L
Line (class in algolib.maths.geometry.geometry)
LossOfSignificanceError
M
MatrixDense (class in algolib.maths.algebra)
(class in algolib.maths.algebra.matrix_dense)
matvec() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
module
algolib
algolib.core
algolib.core.complex
algolib.exceptions
algolib.maths
algolib.maths.algebra
algolib.maths.algebra.matrix_dense
algolib.maths.algebra.polynomial
algolib.maths.geometry
algolib.maths.geometry.geometry
algolib.maths.number_theory
algolib.maths.number_theory.prime
algolib.numerics
algolib.numerics.constants
algolib.numerics.diff
algolib.numerics.trig
algolib.numerics.trig_pure
algolib.physics
algolib.physics.constants
algolib.utils
modulus() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
N
name (algolib.numerics.trig_pure.PureTrigBackend attribute)
NoIntersectionError
norm() (algolib.maths.geometry.geometry.Vector method)
normalized() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
NotImplementedAlgolibError
NotPositiveDefiniteError
NotSupportedError
NumericOverflowError
NumericUnderflowError
P
PhysConst (class in algolib.physics.constants)
Plane (class in algolib.maths.geometry.geometry)
Point (class in algolib.maths.geometry.geometry)
point_at() (algolib.maths.geometry.geometry.Line method)
Polynomial (class in algolib.maths.algebra)
(class in algolib.maths.algebra.polynomial)
pow2_int() (in module algolib.numerics.constants)
PureTrigBackend (class in algolib.numerics.trig_pure)
R
re (algolib.core.Complex attribute)
(algolib.core.complex.Complex attribute)
rel_unc (algolib.physics.constants.PhysConst attribute)
residual (algolib.exceptions.ConvergenceError attribute)
rows (algolib.maths.algebra.matrix_dense.MatrixDense attribute)
(algolib.maths.algebra.MatrixDense attribute)
S
shape (algolib.maths.algebra.matrix_dense.MatrixDense property)
(algolib.maths.algebra.MatrixDense property)
signed_distance() (algolib.maths.geometry.geometry.Plane method)
sin() (algolib.numerics.trig_pure.PureTrigBackend method)
(in module algolib.numerics.trig)
SingularMatrixError
source (algolib.physics.constants.PhysConst attribute)
symbol (algolib.physics.constants.PhysConst attribute)
T
T() (algolib.maths.algebra.matrix_dense.MatrixDense method)
(algolib.maths.algebra.MatrixDense method)
tan() (algolib.numerics.trig_pure.PureTrigBackend method)
(in module algolib.numerics.trig)
target_tol (algolib.exceptions.ConvergenceError attribute)
to_polar() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
to_tuple() (algolib.core.Complex method)
(algolib.core.complex.Complex method)
ToleranceError
U
unit (algolib.physics.constants.PhysConst attribute)
V
value (algolib.physics.constants.PhysConst attribute)
Vector (class in algolib.maths.geometry.geometry)
Z
zeros() (algolib.maths.algebra.matrix_dense.MatrixDense static method)
(algolib.maths.algebra.MatrixDense static method)
(algolib.maths.algebra.Polynomial static method)
(algolib.maths.algebra.polynomial.Polynomial static method)