forked from kscience/kmath
Override toString
This commit is contained in:
parent
91d692381c
commit
2f2315f6cd
@ -65,4 +65,6 @@ class EjmlMatrix(val origin: SimpleMatrix, features: Set<MatrixFeature>? = null)
|
|||||||
result = 31 * result + features.hashCode()
|
result = 31 * result + features.hashCode()
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString(): String = "EjmlMatrix(origin=$origin, features=$features)"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user