Package org.ejml.simple
Class AutomaticSimpleMatrixConvert
- java.lang.Object
-
- org.ejml.simple.AutomaticSimpleMatrixConvert
-
public class AutomaticSimpleMatrixConvert extends java.lang.ObjectConverts a matrix type into the most common format to make sure data types are compatible
-
-
Constructor Summary
Constructors Constructor Description AutomaticSimpleMatrixConvert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends SimpleBase<T>>
Tconvert(SimpleBase matrix)voidspecify(SimpleBase... inputs)voidspecify0(SimpleBase a, SimpleBase... inputs)
-
-
-
Method Detail
-
specify0
public void specify0(SimpleBase a, SimpleBase... inputs)
-
specify
public void specify(SimpleBase... inputs)
-
convert
public <T extends SimpleBase<T>> T convert(SimpleBase matrix)
-
-