643644645646647648649
* the source matrix * @return a matrix source */ public static MatrixSource asMatrixSource(ByteMatrix matrix) { return new LoopbackMatrixSource(matrix); }