diff libinterp/corefcn/eig.cc @ 23290:0cf53cd75e13 stable

doc: Fix eig output argument description (bug #50524). * eig.cc (Feig): Fix eig output argument description.
author Victor Norton <vic@norton.name>
date Sun, 12 Mar 2017 14:21:52 +0000
parents 3ac9f9ecfae5
children ed3d5186ffcf
line wrap: on
line diff
--- a/libinterp/corefcn/eig.cc	Wed Mar 15 16:25:06 2017 -0700
+++ b/libinterp/corefcn/eig.cc	Sun Mar 12 14:21:52 2017 +0000
@@ -45,8 +45,9 @@
 @deftypefnx {} {[@dots{}] =} eig (@var{A}, @var{balanceOption})
 @deftypefnx {} {[@dots{}] =} eig (@var{A}, @var{B}, @var{algorithm})
 @deftypefnx {} {[@dots{}] =} eig (@dots{}, @var{eigvalOption})
-Compute the right eigenvalues(V) and optionally the eigenvectors(lambda) and
-the left eigenvalues(W) of a matrix or a pair of matrices.
+Compute the eigenvalues (@var{lambda}) and optionally the right eigenvectors
+(@var{V}) and the left eigenvectors (@var{W}) of a matrix or a pair of
+matrices.
 
 The flag @var{balanceOption} can be one of: