MPIBlockMatrix ============== (class from :py:mod:`pyomo.contrib.pynumero.sparse.mpi_block_matrix`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.sparse.mpi_block_matrix import * try: from pyomo.contrib.pynumero.sparse.mpi_block_matrix import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.sparse.mpi_block_matrix .. autoclass:: pyomo.contrib.pynumero.sparse.mpi_block_matrix::MPIBlockMatrix :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~MPIBlockMatrix.__init__ ~MPIBlockMatrix.block_shapes ~MPIBlockMatrix.broadcast_block_sizes ~MPIBlockMatrix.col_block_sizes ~MPIBlockMatrix.coo_data ~MPIBlockMatrix.copy ~MPIBlockMatrix.copy_structure ~MPIBlockMatrix.diagonal ~MPIBlockMatrix.dot ~MPIBlockMatrix.fromBlockMatrix ~MPIBlockMatrix.get_block ~MPIBlockMatrix.get_block_column_index ~MPIBlockMatrix.get_block_mask ~MPIBlockMatrix.get_block_row_index ~MPIBlockMatrix.get_col_size ~MPIBlockMatrix.get_row_size ~MPIBlockMatrix.getcol ~MPIBlockMatrix.getrow ~MPIBlockMatrix.has_undefined_col_sizes ~MPIBlockMatrix.has_undefined_row_sizes ~MPIBlockMatrix.is_col_size_defined ~MPIBlockMatrix.is_empty_block ~MPIBlockMatrix.is_row_size_defined ~MPIBlockMatrix.mean ~MPIBlockMatrix.nonzero ~MPIBlockMatrix.reset_bcol ~MPIBlockMatrix.reset_brow ~MPIBlockMatrix.row_block_sizes ~MPIBlockMatrix.set_block ~MPIBlockMatrix.set_col_size ~MPIBlockMatrix.set_row_size ~MPIBlockMatrix.setdiag ~MPIBlockMatrix.sum ~MPIBlockMatrix.to_local_array ~MPIBlockMatrix.toarray ~MPIBlockMatrix.tobsr ~MPIBlockMatrix.tocoo ~MPIBlockMatrix.tocsc ~MPIBlockMatrix.tocsr ~MPIBlockMatrix.todia ~MPIBlockMatrix.tolil ~MPIBlockMatrix.tostring ~MPIBlockMatrix.transpose .. rubric:: Attributes .. autosummary:: ~MPIBlockMatrix.T ~MPIBlockMatrix.bshape ~MPIBlockMatrix.mpi_comm ~MPIBlockMatrix.nnz ~MPIBlockMatrix.owned_blocks ~MPIBlockMatrix.ownership_mask ~MPIBlockMatrix.rank_ownership ~MPIBlockMatrix.shape ~MPIBlockMatrix.shared_blocks .. rubric:: Member Documentation