- view1D() - Method in class com.jom.DoubleMatrixND
-
If the array is 2D, returns a DoubleMatrix2D object copying the data in the array
- view2D() - Method in class com.jom.DoubleMatrixND
-
If the array is 2D, returns a DoubleMatrix2D object copying the data in the array
- view3D(String) - Method in class com.jom.DoubleMatrixND
-
If the array is 3D, returns a DoubleMatrix3D object copying the data in the array
- viewPart(IntMatrix1D, IntMatrix1D) - Method in class com.jom.DoubleMatrixND
-
Returns Constructs and returns a new sub-range view.
- viewSelection(IntMatrix1D[]) - Method in class com.jom.DoubleMatrixND
-
Returns Constructs and returns a new sub-range view.
- viewSelectionByIndexes(int[], IntMatrix1D) - Method in class com.jom.DoubleMatrixND
-
Returns Constructs and returns a new sub-range view.