Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix #136
@ -65,4 +65,6 @@ class EjmlMatrix(val origin: SimpleMatrix, features: Set<MatrixFeature>? = null)
|
||||
result = 31 * result + features.hashCode()
|
||||
return result
|
||||
}
|
||||
|
||||
override fun toString(): String = "EjmlMatrix(origin=$origin, features=$features)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user