Package org.ejml.data
Class IScalar
- java.lang.Object
-
- org.ejml.data.IScalar
-
public class IScalar extends java.lang.ObjectScalar value. Useful when a function needs more than one output.
-
-
Field Summary
Fields Modifier and Type Field Description intvalue
-
Constructor Summary
Constructors Constructor Description IScalar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()voidsetValue(int value)
-