Package org.ejml.ops
Class ConvertMatrixType
- java.lang.Object
-
- org.ejml.ops.ConvertMatrixType
-
public class ConvertMatrixType extends java.lang.ObjectContains a function to convert from one matrix type into another
-
-
Constructor Summary
Constructors Constructor Description ConvertMatrixType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matrixconvert(Matrix matrix, MatrixType desired)
-
-
-
Method Detail
-
convert
public static Matrix convert(Matrix matrix, MatrixType desired)
-
-