Re: [eigen] Example in Tutorial page 9 - Sparse Matrices |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Example in Tutorial page 9 - Sparse Matrices
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 28 Jul 2012 13:08:16 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=vQARmXQvqXtscF+s3ZNBGdiWMiyQcsDnkDsgO0WIk+I=; b=jqatGbmQ/vHa1ES3ybMza62ivpTbsI3uv/JVKHqf6TVIkiJ7t4iusUrLDSx1wZb880 LZb+4U7ajw53cybWRgUqlilQYiNCfVXih6reImppZbZPm+4n+HeX88XES1j0lK0GKDz7 v0JRhlpvB3alOB6CpsZYakGoRtcrxJAOcEGf9tUKuKd1gYz3PFpDNs3IWAri/hEU+li3 6jLs3fAV2/YChigi4Fwgpz+IcTSkZ61vRtH1tVcawoqfhCDoFzzyUR4K4N/v5zhl+1Jl qHt79t5MofJQRDXuRbyAjgNS4sNFkv5wiSu/qWGbAxZbqDtTaaT7fuDJf8Bx6fP8E/rq S9Ug==
You are right, thanks for reporting this mistake.
gael
On Fri, Jul 27, 2012 at 7:08 PM, Douglas Bates <bates@xxxxxxxxxxxxx> wrote:
> The pseudo example around line 294 of eigen/doc/C09_TutorialSparse.dox
> has two lines of the form
>
> if(solver.info()!=Succeeded) {
>
> Should that be solver.info()!=Success instead?
>
>