Formatting only, Eliminated tabs and trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
444c87274c
commit
1af2a2a253
|
@ -22,7 +22,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException;
|
||||||
* Thrown when a system attempts an operation on a matrix, and
|
* Thrown when a system attempts an operation on a matrix, and
|
||||||
* that matrix does not satisfy the preconditions for the
|
* that matrix does not satisfy the preconditions for the
|
||||||
* aforementioned operation.
|
* aforementioned operation.
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/06/02 00:06:18 $
|
* @version $Revision: 1.6 $ $Date: 2004/06/07 03:26:31 $
|
||||||
*/
|
*/
|
||||||
public class InvalidMatrixException extends NestableRuntimeException {
|
public class InvalidMatrixException extends NestableRuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ import org.apache.commons.lang.exception.NestableRuntimeException;
|
||||||
/**
|
/**
|
||||||
* Thrown when an operation addresses a matrix coordinate (row,col)
|
* Thrown when an operation addresses a matrix coordinate (row,col)
|
||||||
* which is outside of the dimensions of a matrix.
|
* which is outside of the dimensions of a matrix.
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/06/02 00:06:18 $
|
* @version $Revision: 1.6 $ $Date: 2004/06/07 03:26:31 $
|
||||||
*/
|
*/
|
||||||
public class MatrixIndexException extends NestableRuntimeException {
|
public class MatrixIndexException extends NestableRuntimeException {
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ package org.apache.commons.math.linear;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining a real-valued matrix with basic algebraic operations
|
* Interface defining a real-valued matrix with basic algebraic operations
|
||||||
* @version $Revision: 1.18 $ $Date: 2004/06/05 22:28:10 $
|
* @version $Revision: 1.19 $ $Date: 2004/06/07 03:26:31 $
|
||||||
*/
|
*/
|
||||||
public interface RealMatrix {
|
public interface RealMatrix {
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ import java.io.Serializable;
|
||||||
* explicitly invoke <code>LUDecompose()</code> to recompute the decomposition
|
* explicitly invoke <code>LUDecompose()</code> to recompute the decomposition
|
||||||
* before using any of the methods above.
|
* before using any of the methods above.
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.23 $ $Date: 2004/06/05 22:31:16 $
|
* @version $Revision: 1.24 $ $Date: 2004/06/07 03:26:31 $
|
||||||
*/
|
*/
|
||||||
public class RealMatrixImpl implements RealMatrix, Serializable {
|
public class RealMatrixImpl implements RealMatrix, Serializable {
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
|
<!-- $Revision: 1.6 $ $Date: 2004/06/07 03:26:31 $ -->
|
||||||
<body>Linear algebra support.</body>
|
<body>Linear algebra support.</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue