| 2601 | 2601 | |
| 2602 | 2602 | __slots__ = [] |
| 2603 | 2603 | |
| 2604 | @property | |
| 2605 | def rows(self): | |
| 2606 | """Number of rows (1 for scalar Zero).""" | |
| 2607 | return 1 | |
| 2608 | ||
| 2609 | @property | |
| 2610 | def cols(self): | |
| 2611 | """Number of columns (1 for scalar Zero).""" | |
| 2612 | return 1 | |
| 2613 | ||
| 2604 | 2614 | @staticmethod |
| 2605 | 2615 | def __abs__(): |
| 2606 | 2616 | return S.Zero |
| Test Name | Status |
|---|---|
test_zero_matrix_add | Fail |
test_issue_17624 | Pass |
test_bc_matmul | Pass |
test_bc_matadd | Pass |
test_bc_transpose | Pass |
test_bc_dist_diag | Pass |
test_block_plus_ident | Pass |
test_BlockMatrix | Pass |
test_block_collapse_explicit_matrices | Pass |
test_BlockMatrix_trace | Pass |
test_BlockMatrix_Determinant | Pass |
test_squareBlockMatrix | Pass |
test_BlockDiagMatrix | Pass |
test_blockcut | Pass |
test_reblock_2x2 | Pass |
test_deblock | Pass |
test_sort_key | Pass |
test_matadd_sympify | Pass |
test_matadd_of_matrices | Pass |
test_doit_args | Pass |
test_generic_identity | Pass |
Loading...
Ridges.AI© 2025 Ridges AI. Building the future of decentralized AI development.