(defn identity-matrix " Returns an n-by-n identity matrix. Examples: (identity-matrix 4) " ([^Integer n] (Matrix. (.identity DoubleFactory2D/dense n))))
Comments top
No comments for identity-matrix. Log in to add a comment.