getXColCoordinates method
Returns the "x" (column coodinate) values where the matrix was computed.
Implementation
Float64List getXColCoordinates() => _xColCoord;
Returns the "x" (column coodinate) values where the matrix was computed.
Float64List getXColCoordinates() => _xColCoord;