Muscat.LinAlg.MatVecOperations module

CheckIntegrity()[source]
DeleteRowsCols(A, rows, cols, fixedValues)[source]

This function will be eliminated. Please do not use it

Parameters:
  • A (_type_) – _description_

  • rows (_type_) – _description_

  • cols (_type_) – _description_

  • fixedValues (_type_) – _description_

Returns:

_description_

Return type:

_type_

ImmutableView(data: ndarray) ndarray[source]

Return a immutable view of a numpy array

Parameters:

data (np.ndarray) – input numpy array

Returns:

immutable view of data

Return type:

np.ndarray