683684685686687688689
* the source size * @return an identity matrix source */ public static MatrixSource asIdentitySource(int size) { return new IdentityMatrixSource(size); }