Not sure exactly what changed in ojAlgo, but the RHS should be a 3x1 matrix/vector instead of a 1x3.
MatrixStore<Double> br = RawStore.wrap(b).transpose();