From 8fdd2158ab7a122e9c72a7f41c8bac1a794cf53c Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Tue, 10 Jun 2008 00:52:13 +0000 Subject: make empty lines with backslashes CPP friendly --- lib/Numeric/LinearAlgebra/Algorithms.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Numeric/LinearAlgebra/Algorithms.hs') diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index 1de018c..bbc5986 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs @@ -300,12 +300,12 @@ multiplicative factor of the default tolerance used by GNU-Octave (see 'pinv'). @\> let m = 'fromLists' [[1,0, 0] ,[0,1, 0] ,[0,0,1e-10]] -\ +\ -- \> 'pinv' m 1. 0. 0. 0. 1. 0. 0. 0. 10000000000. -\ +\ -- \> pinvTol 1E8 m 1. 0. 0. 0. 1. 0. -- cgit v1.2.3