Package jline.lang.sections
Class CSFunInput
-
- All Implemented Interfaces:
-
java.io.Serializable
public class CSFunInput implements Serializable
Input class for ClassSwitcher function. This class is the input parameter for the class switching function (csFun). It contains the row index (r), column index (s), and optional state information. Note: This was previously an inner class of ClassSwitcher but has been moved to a top-level class to avoid classloader issues in MATLAB's Java integration.
-
-
Constructor Summary
Constructors Constructor Description CSFunInput(int r, int s, Matrix state, Matrix statedep)Creates a new CSFunInput.
-