comparison liboctave/fCmplxAEPBAL.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
40 FloatComplexAEPBALANCE (void) : base_aepbal<FloatComplexMatrix, FloatColumnVector> () { } 40 FloatComplexAEPBALANCE (void) : base_aepbal<FloatComplexMatrix, FloatColumnVector> () { }
41 41
42 FloatComplexAEPBALANCE (const FloatComplexMatrix& a, bool noperm = false, 42 FloatComplexAEPBALANCE (const FloatComplexMatrix& a, bool noperm = false,
43 bool noscal = false); 43 bool noscal = false);
44 44
45 FloatComplexAEPBALANCE (const FloatComplexAEPBALANCE& a) 45 FloatComplexAEPBALANCE (const FloatComplexAEPBALANCE& a)
46 : base_aepbal<FloatComplexMatrix, FloatColumnVector> (a) { } 46 : base_aepbal<FloatComplexMatrix, FloatColumnVector> (a) { }
47 47
48 FloatComplexMatrix balancing_matrix (void) const; 48 FloatComplexMatrix balancing_matrix (void) const;
49 }; 49 };
50 50