Package org.ejml.equation
Class MatrixConstructor
- java.lang.Object
-
- org.ejml.equation.MatrixConstructor
-
public class MatrixConstructor extends java.lang.Objectmatrix used to construct a matrix from a sequence of concatenations.
-
-
Constructor Summary
Constructors Constructor Description MatrixConstructor(ManagerTempVariables manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToRow(Variable variable)voidconstruct()voidendRow()VariableMatrixgetOutput()protected voidsetToRequiredSize(org.ejml.data.DMatrixRMaj matrix)
-
-
-
Constructor Detail
-
MatrixConstructor
public MatrixConstructor(ManagerTempVariables manager)
-
-
Method Detail
-
addToRow
public void addToRow(Variable variable)
-
endRow
public void endRow()
-
construct
public void construct()
-
getOutput
public VariableMatrix getOutput()
-
setToRequiredSize
protected void setToRequiredSize(org.ejml.data.DMatrixRMaj matrix)
-
-