Block

class pyarts.arts.Block

A single block matrix

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.Block, arg0: pyarts.arts.Range, arg1: pyarts.arts.Range, arg2: Tuple[int, int], arg3: pyarts.arts.Matrix) -> None

By value, dense

  1. __init__(self: pyarts.arts.Block, arg0: pyarts.arts.Range, arg1: pyarts.arts.Range, arg2: Tuple[int, int], arg3: pyarts.arts.Sparse) -> None

By value, sparse

Methods

__init__(*args, **kwargs)

Overloaded function.

Attributes

matrix

Matrix or Sparse The matrix held inside the instance