See: Description
Class | Description |
---|---|
Complex |
Copyright (c) 2013 the authors listed at the following URL, and/or
the authors of referenced articles or incorporated external code:
http://en.literateprograms.org/Complex_numbers_(Java)?action=history&offset=20120912160954
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
|
Grid |
The Grid*D classes are to be used as wrappers for already allocated float buffers.
|
Grid1D |
The one-dimensional version of a Grid.
|
Grid1DComplex |
Class to use complex numbers in a grid structure.
|
Grid2D |
The two-dimensional version of a Grid.
|
Grid2DComplex |
Class to use complex numbers in a grid structure.
|
Grid3D |
The three-dimensional version of a Grid.
|
InterpolationOperators |
The collection of all interpolation operators for Grids.
|
PointwiseOperators |
The collection of all operators working point-wise on Grid data.
|