api / koma.matrix.ejml / EJMLMatrix / getDoubleData

getDoubleData

fun getDoubleData():DoubleArray

Overrides Matrix.getDoubleData

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.