Expand description
Mathematics library.
Modules§
- integrate
- Integration and ODEs.
- interpolate
- Interpolation schemes.
- optimize
- Optimization and root finding.
- special
- Special functions.
Structs§
- Banded
- Rearrangement structure for a banded matrix.
- Matrix
- A matrix.
- Square
Matrix - A square matrix.
- Tensor
List - Tensor
Rank1 - A d-dimensional tensor of rank 1.
- Tensor
Rank2 - A d-dimensional tensor of rank 2.
- Tensor
Rank3 - A d-dimensional tensor of rank 3.
- Tensor
Rank4 - A d-dimensional tensor of rank 4.
- Tensor
Tuple - Tensor
Vector - Test
Error - Vector
- A vector.
Enums§
- Tensor
Error - Possible errors for tensors.
Constants§
Traits§
- Contract
AllIndices With First Indices Of - Contract
First Second Indices With Second Indices Of - Contract
First Third Fourth Indices With First Indices Of - Contract
Second Fourth Indices With First Indices Of - Contract
Second Index With First Index Of - Contract
Third Fourth Indices With First Second Indices Of - Contract
Third Index With First Index Of - Hessian
- Common methods for Hessians.
- Jacobian
- Common methods for Jacobians.
- Rank2
- Common methods for rank-2 tensors.
- Solution
- Common methods for solutions.
- Tensor
- Common methods for tensors.
- Tensor
Array - Common methods for tensors derived from arrays.
- Tensor
Vec - Common methods for tensors derived from Vec.
Functions§
- assert_
eq - assert_
eq_ within - assert_
eq_ within_ tols - levi_
civita - Returns the rank-3 Levi-Civita symbol.
- tensor_
rank_ 1_ zero - Returns the rank-1 zero tensor as a constant.
Type Aliases§
- Scalar
- A scalar.
- Scalars
- A list of scalars.
- Scalars
Vec - A vector of lists of scalars.
- Tensor
Rank0 - A tensor of rank 0 (a scalar).
- Tensor
Rank0 List - Tensor
Rank0 List2D - Tensor
Rank1 List - Tensor
Rank1 List2D - Tensor
Rank1 Vec - Tensor
Rank1 Vec2D - Tensor
Rank2 List - Tensor
Rank2 List2D - Tensor
Rank2 List Vec - Tensor
Rank2 Vec - Tensor
Rank2 Vec2D - Tensor
Rank4 List - Tensor
Tuple List - Tensor
Tuple List Vec - Tensor
Tuple List Vec2D - Tensor
Tuple Vec