warp.identity ============= .. function:: warp._src.lang.identity(n: int32, dtype: Scalar) -> Matrix[Scalar,Any,Any] .. hlist:: :columns: 8 * Kernel Create an identity matrix with shape=(n,n) with the type given by ``dtype``.