Uses of Class
org.ejml.equation.VariableMatrix
Packages that use VariableMatrix
-
Uses of VariableMatrix in org.ejml.equation
Methods in org.ejml.equation that return VariableMatrixModifier and TypeMethodDescriptionManagerTempVariables.createMatrix()static VariableMatrixVariableMatrix.createTemp()MatrixConstructor.getOutput()Methods in org.ejml.equation with parameters of type VariableMatrixModifier and TypeMethodDescriptionprotected voidOperation.resize(VariableMatrix mat, int numRows, int numCols) If the variable is a local temporary variable it will be resized so that the operation can complete.