Package org.ejml.equation
Class MatrixConstructor
java.lang.Object
org.ejml.equation.MatrixConstructor
public class MatrixConstructor
extends java.lang.Object
matrix used to construct a matrix from a sequence of concatenations.
-
Constructor Summary
Constructors Constructor Description MatrixConstructor(ManagerTempVariables manager)
-
Method Summary
Modifier and Type Method Description void
addToRow(Variable variable)
void
construct()
void
endRow()
VariableMatrix
getOutput()
protected void
setToRequiredSize(org.ejml.data.DMatrixRMaj matrix)
-
Constructor Details
-
Method Details
-
addToRow
-
endRow
public void endRow() -
construct
public void construct() -
getOutput
-
setToRequiredSize
protected void setToRequiredSize(org.ejml.data.DMatrixRMaj matrix)
-