ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Functions | |
function | getBorder (in gramian, in center, in npnt) |
Return a matrix of MATLAB doubles of shape [npnt, 2] containing the coordinates of a set of points on the boundary of a 2D ellipsoid whose Gramian matrix is specified as input and whose center is also optionally specified.More... | |
function getBorder | ( | in | gramian, |
in | center, | ||
in | npnt | ||
) |
Return a matrix of MATLAB doubles of shape [npnt, 2]
containing the coordinates of a set of points on the boundary of a 2D ellipsoid whose Gramian matrix is specified as input and whose center is also optionally specified.
[in] | gramian | : The input square matrix of MATLAB doubles of shape [2, 2] containing the Gramian of the target 2D ellipsoid whose boundary points are to be returned.(optional. If not present or empty, the default is eye(2, 2) .) |
[in] | center | : The input vector of MATLAB doubles of size 2 containing the 2D coordinates of the center of the target 2D ellipsoid whose boundary points are to be returned.(optional. If not present or empty, the default is zeros(2, 1) .) |
[in] | npnt | : The input scalar MATLAB whole number containing the number of points to return on the boundary of the target 2D ellipsoid. (optional, default = 50 .) |
bcrd
: The output matrix of MATLAB doubles of shape [npnt, 2]
containing the coordinates of a set of npnt
points on the boundary of the target 2D ellipsoid.
Possible calling interfaces ⛓
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.