field - Fields and Grids¶
Functions¶
|
Evaluates the Einstein summation convention on the operand fields. |
|
Perform a dot product of a and b multiplexed over the field dimension. |
|
Take the trace of a tensor field. |
|
Compute the (multiplicative) inverse of a tensor field of order 2. |
|
Invert a tensor field of order 2 using Tikhonov regularization. |
|
Invert a tensor field of order 2 using mode truncation. |
|
Invert a tensor field of order 2 using mode truncation. |
|
Calculate the singular value decomposition for a tensor field of order 2. |
Performs the conjugate transpose of a rank 2 tensor field or two dimensional array. |
|
Performs the transpose of a rank 2 tensor field or two dimensional array. |
|
Calculates the determinant of a tensor field. |
|
Calculates the adjoint of a tensor field. |
|
|
Calculates the cross product of two vector fields. |
|
Calculate the Kronecker product of two fields. |
|
Create a uniformly-spaced |
|
Makes a new |
|
Make a grid for a focal plane from a pupil grid. |
|
Make a grid for a focal plane. |
|
Make a regular hexagonal grid. |
|
|
|
Make a new grid that oversamples by a factor oversampling. |
|
Make a new grid that undersamples by a factor undersampling. |
|
Average the field over subsampling pixels in each dimension. |
|
Evaluate a Field generator on grid, with an oversampling. |
|
Make an uniform vector field from a scalar field and a jones vector. |
Make an uniform vector field generator from a scalar field generator and a jones vector. |
Classes¶
|
A set of points on some coordinate system. |
The value of some physical quantity for each point in some coordinate system. |
|
|
A grid representing a N-dimensional Cartesian coordinate system. |
|
A grid representing a two-dimensional Polar coordinate system. |
|
An unstructured list of points. |
|
A list of points that are separable along each dimension. |
|
A list of points that have a regular spacing in all dimensions. |