Skip to main content

Module functions

Module functions 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

_use_helpers
anti_commutator
Anti-commutator {A, B} = AB + BA.
app
app2
arrow
banach_fixed_point_iter
banach_fixed_point_ty
banach_space_ty
bounded_linear_op_ty
build_functional_analysis_env
bvar
chebyshev_coefficients
Chebyshev interpolation coefficients for f on [a,b] at n nodes.
chebyshev_nodes
Chebyshev nodes on [a,b].
chebyshev_t
Evaluate the n-th Chebyshev polynomial T_n(x) via recurrence.
closed_graph_ty
commutator
Commutator [A, B] = AB - BA.
compact_operator_ty
condition_number
Condition number of a matrix (ratio of largest to smallest singular value).
conjugate_gradient
cst
dual_space_ty
eval_chebyshev
Evaluate Chebyshev series at point x on [a,b].
eval_fourier_cosine
eval_fourier_sine
Evaluate Fourier sine series at a point.
fourier_cosine_coefficients
fourier_sine_coefficients
Compute Fourier sine coefficients on [0, L].
fredholm_alternative_ty
fredholm_index_numerical
Check if operator T = I - K is Fredholm by estimating kernel and cokernel dimensions. Returns (kernel_dim, cokernel_dim, index).
fredholm_index_ty
fredholm_operator_ty
gauss_legendre_3
Gauss-Legendre 3-point quadrature on [a,b].
gauss_legendre_composite
Composite Gauss-Legendre 3-point quadrature.
gauss_seidel_iteration
Gauss-Seidel iterative method for solving Ax = b.
gram_schmidt
h1_norm_approx
Approximate the H^1 Sobolev norm of f on [a,b]: ||f||{H^1}^2 = ||f||{L^2}^2 + ||f’||_{L^2}^2
h2_norm_approx
Approximate the H^2 Sobolev norm (includes second derivative).
hahn_banach_ty
hilbert_space_ty
impl_pi
is_orthonormal
jacobi_iteration
Jacobi iterative method for solving Ax = b.
l2_inner_approx
l2_norm_approx
lu_decomposition
Compute LU decomposition with partial pivoting.
lu_solve
Solve Ax = b using LU decomposition.
matrix_exponential
Matrix exponential via scaling and squaring with Pade approximation.
nat_ty
normed_space_ty
open_mapping_ty
pi
prop
qr_decomposition
Compute QR decomposition of matrix A using modified Gram-Schmidt.
real_ty
riesz_representation_ty
simpson_integrate
Simpson’s rule for numerical integration.
singular_values
Compute singular values of matrix A (sorted descending).
spans_full_space
spectral_radius
Approximate spectral radius using power iteration.
spectral_theorem_ty
spectrum_ty
sup_norm_approx
type0
uniform_boundedness_ty