Converted tabs to spaces.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-06-05 22:31:16 +00:00
parent 4aaa9403bd
commit cce3fc85c6
1 changed files with 720 additions and 720 deletions

View File

@ -38,7 +38,7 @@ import java.io.Serializable;
* explicitly invoke <code>LUDecompose()</code> to recompute the decomposition
* before using any of the methods above.
*
* @version $Revision: 1.22 $ $Date: 2004/06/05 22:28:10 $
* @version $Revision: 1.23 $ $Date: 2004/06/05 22:31:16 $
*/
public class RealMatrixImpl implements RealMatrix, Serializable {