@Generated("org.ejml.data.DSubmatrixD1")
public class FSubmatrixD1
extends Submatrix<FMatrixD1>
Describes a rectangular submatrix inside of a FMatrixD1
.
Rows are row0 ≤ i < row1 and Columns are col0 ≤ j < col1
-
-
Constructor Summary
Constructors
-
Method Summary
float
void
void
set(int row,
int col,
float value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FSubmatrixD1
public FSubmatrixD1()
-
-
FSubmatrixD1
public FSubmatrixD1(FMatrixD1 original,
int row0,
int row1,
int col0,
int col1)
-
Method Details
-
get
public float get(int row,
int col)
-
set
public void set(int row,
int col,
float value)
-
-