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
Rank0 List - A list of tensors of rank 0 (a list of scalars).
- 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
Rank1 List - A list of d-dimensional tensors of rank 1.
- Tensor
Rank1 List2D - A 2D list of d-dimensional tensors of rank 1.
- Tensor
Rank1 Vec - A vector of d-dimensional tensors of rank 1.
- Tensor
Rank2 List - A list of d-dimensional tensors of rank 2.
- Tensor
Rank2 List2D - A 2D list of d-dimensional tensors of rank 2.
- Tensor
Rank2 Vec - A vector of d-dimensional tensors of rank 2.
- Tensor
Rank2 Vec2D - A 2D vector of d-dimensional tensors of rank 2.
- Tensor
Rank3 List - A list of d-dimensional tensors of rank 3.
- Tensor
Rank3 List2D - A 2D list of d-dimensional tensors of rank 3.
- Tensor
Rank3 List3D - A 3D list of d-dimensional tensors of rank 3.
- Tensor
Rank4 List - A list of d-dimensional tensor of rank 4.
- Test
Error - Vector
- A vector.
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 - 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_ tols - levi_
civita - Returns the rank-3 Levi-Civita symbol.
- tensor_
rank_ 0_ list - tensor_
rank_ 1 - tensor_
rank_ 2 - tensor_
rank_ 1_ list - tensor_
rank_ 1_ list_ 2d - tensor_
rank_ 1_ zero - Returns the rank-1 zero tensor as a constant.
- tensor_
rank_ 2_ list
Type Aliases§
- Tensor
Rank0 - A tensor of rank 0 (a scalar).