Difference between revisions of "Istraceless.m"
(Create documentation page from Spinach function header) |
(Update function See also links and function index membership) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:istraceless.m}} __NOTOC__ | {{DISPLAYTITLE:istraceless.m}} __NOTOC__ | ||
| − | A floating-point precision consistent check for whether | + | A floating-point precision consistent check for whether a particular matrix is traceless. |
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
A=istraceless(M) | A=istraceless(M) | ||
| − | == | + | ==Parameters== |
M - a matrix of any dimension | M - a matrix of any dimension | ||
| Line 22: | Line 22: | ||
==See also== | ==See also== | ||
| − | [[Main_Page]] | + | [[min_int_type.m]], [[unihash.m]], [[prune_subgraphs.m]], [[tikhol1n.m]], [[autoexec.m]], [[bos_product_table.m]], [[fft_freq_axis.m]], [[fwhm2rlx.m]], [[icm2hz.m]], [[ifft_time_axis.m]], [[intrep.m]], [[kq2lin.m]], [[kronm.m]], [[lcurve.m]], [[lin2kq.m]], [[redfield_integral_async.m]], [[redfield_integral_serial.m]], [[repcols.m]], [[reprows.m]], [[serpentine.m]], [[st_product_table.m]], [[which_subst.m]], [[xyz2hfc.m]], [[Kernel_utilities]], [[Main_Page]] |
''Version 2.11, authors: [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
A floating-point precision consistent check for whether a particular matrix is traceless.
Syntax
A=istraceless(M)
Parameters
M - a matrix of any dimension
Outputs
A - true if the matrix is traceless to ap-
propriate precision, false otherwise
Examples
See examples in the Spinach distribution relevant to this function.
Notes
This page was generated from the function header in the Spinach repository.
See also
min_int_type.m, unihash.m, prune_subgraphs.m, tikhol1n.m, autoexec.m, bos_product_table.m, fft_freq_axis.m, fwhm2rlx.m, icm2hz.m, ifft_time_axis.m, intrep.m, kq2lin.m, kronm.m, lcurve.m, lin2kq.m, redfield_integral_async.m, redfield_integral_serial.m, repcols.m, reprows.m, serpentine.m, st_product_table.m, which_subst.m, xyz2hfc.m, Kernel_utilities, Main_Page
Version 2.11, authors: Ilya Kuprov