api / koma.matrix / Matrix / getDoubleData
getDoubleData
abstract fun getDoubleData():
DoubleArray
Retrieves the data formatted as doubles in row-major order This method is only for performance over potentially boxing get(Double) methods. This method may or may not return a copy, and thus should be treated as read-only unless backend behavior is known.