Skip to content

Commit 5bab2c3

Browse files
author
Rik
committed
doc: Remove newline before @tex invocation for better alignment.
* libinterp/corefcn/dasrt.cc, libinterp/corefcn/dassl.cc, libinterp/corefcn/gcd.cc, libinterp/corefcn/givens.cc, libinterp/corefcn/gsvd.cc, libinterp/corefcn/ordqz.cc, libinterp/corefcn/psi.cc, libinterp/corefcn/qz.cc, libinterp/corefcn/schur.cc, libinterp/corefcn/svd.cc, scripts/general/cart2pol.m, scripts/general/cart2sph.m, scripts/general/divergence.m, scripts/general/pol2cart.m, scripts/general/rescale.m, scripts/general/sph2cart.m, scripts/linear-algebra/planerot.m, scripts/linear-algebra/vecnorm.m, scripts/optimization/humps.m, scripts/plot/draw/peaks.m, scripts/polynomial/padecoef.m, scripts/specfun/ellipke.m, scripts/specfun/expint.m, scripts/specfun/legendre.m, scripts/statistics/kendall.m, scripts/statistics/moment.m: Remove newline before @tex invocation for better alignment.
1 parent ae74eb2 commit 5bab2c3

File tree

26 files changed

+0
-33
lines changed

26 files changed

+0
-33
lines changed

libinterp/corefcn/dasrt.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ If @var{fcn} is a two-element string array or a two-element cell array
262262
of strings, inline functions, or function handles, the first element names
263263
the function @math{f} described above, and the second element names a
264264
function to compute the modified Jacobian
265-
266265
@tex
267266
$$
268267
J = {\partial f \over \partial x}

libinterp/corefcn/dassl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ If @var{fcn} is a two-element string array or a two-element cell array
210210
of strings, inline functions, or function handles, the first element names
211211
the function @math{f} described above, and the second element names a
212212
function to compute the modified Jacobian
213-
214213
@tex
215214
$$
216215
J = {\partial f \over \partial x}

libinterp/corefcn/gcd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ an arbitrary greatest common divisor among the four possible is returned.
452452
453453
Optional return arguments @var{v1}, @dots{}, contain integer vectors such
454454
that,
455-
456455
@tex
457456
$g = v_1 a_1 + v_2 a_2 + \cdots$
458457
@end tex

libinterp/corefcn/givens.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ DEFUN (givens, args, nargout,
4040
@deftypefn {} {@var{G} =} givens (@var{x}, @var{y})
4141
@deftypefnx {} {[@var{c}, @var{s}] =} givens (@var{x}, @var{y})
4242
Compute the Givens rotation matrix @var{G}.
43-
4443
@tex
4544
The Givens matrix is a $2\times 2$ orthogonal matrix
4645
$$

libinterp/corefcn/gsvd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Compute the generalized singular value decomposition of (@var{A}, @var{B}).
115115
116116
The generalized singular value decomposition is defined by the following
117117
relations:
118-
119118
@tex
120119
$$ A = U C X^\dagger $$
121120
$$ B = V S X^\dagger $$

libinterp/corefcn/ordqz.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ DEFUN (ordqz, args, nargout,
6262
Reorder the QZ@tie{}decomposition of a generalized eigenvalue problem.
6363
6464
The generalized eigenvalue problem is defined as
65-
6665
@tex
6766
$$A x = \lambda B x$$
6867
@end tex
@@ -96,7 +95,6 @@ The @code{ordqz} function computes a unitary transformation @var{QR} and
9695
@var{ZR} such that the order of the eigenvalue on the diagonal of @var{AA} and
9796
@var{BB} is changed. The resulting reordered matrices @var{AR} and @var{BR}
9897
fulfill:
99-
10098
@tex
10199
$$ A_R = Q_R \cdot A \cdot Z_R, B_R = Q_R \cdot B \cdot Z_R $$
102100
@end tex

libinterp/corefcn/psi.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ of zero computes the digamma function, a value of 1, the trigamma function,
4949
and so on.
5050
5151
The digamma function is defined:
52-
5352
@tex
5453
$$
5554
\Psi (z) = {d (log (\Gamma (z))) \over dx}

libinterp/corefcn/qz.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ DEFUN (qz, args, nargout,
6666
Compute the QZ@tie{}decomposition of a generalized eigenvalue problem.
6767
6868
The generalized eigenvalue problem is defined as
69-
7069
@tex
7170
$$A x = \lambda B x$$
7271
@end tex

libinterp/corefcn/schur.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ Convert a real, upper quasi-triangular Schur@tie{}form @var{TR} to a
275275
complex, upper triangular Schur@tie{}form @var{T}.
276276
277277
Note that the following relations hold:
278-
279278
@tex
280279
$UR \cdot TR \cdot {UR}^T = U T U^{\dagger}$ and
281280
$U^{\dagger} U$ is the identity matrix I.

libinterp/corefcn/svd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ DEFUN (svd, args, nargout,
8383
Compute the singular value decomposition of @var{A}.
8484
8585
The singular value decomposition is defined by the relation
86-
8786
@tex
8887
$$
8988
A = U S V^{\dagger}

0 commit comments

Comments
 (0)