Package org.ejml.data
Class Submatrix<M extends Matrix>
java.lang.Object
org.ejml.data.Submatrix<M>
- Direct Known Subclasses:
DSubmatrixD1
,FSubmatrixD1
Describes a rectangular submatrix.
Rows are row0 ≤ i < row1 and Columns are col0 ≤ j < col1
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
original
-
row0
public int row0 -
col0
public int col0 -
row1
public int row1 -
col1
public int col1
-
-
Constructor Details
-
Submatrix
public Submatrix()
-
-
Method Details
-
set
-
set
-
getRows
public int getRows() -
getCols
public int getCols() -
print
public abstract void print()
-