torch.linalg_error_not_square_matrix
export type linalg_error_not_square_matrix<
Rows extends number,
Cols extends number,
> = ErrorShape<`linalg_error_not_square_matrix<rows=${Rows}, cols=${Cols}>`>;Rowsextends numberColsextends numberError for operations requiring square matrices.