Function destroyComplexMatrixN

Source
pub unsafe extern "C" fn destroyComplexMatrixN(matr: ComplexMatrixN)
Expand description

Destroy a ComplexMatrixN instance created with createComplexMatrixN()

It is invalid to attempt to destroy a matrix created with getStaticComplexMatrixN().

@see

  • getStaticComplexMatrixN()
  • createComplexMatrixN()

@ingroup type @param[in] matr the dynamic matrix (created with createComplexMatrixN()) to deallocate @throws invalidQuESTInputError()

  • if \p matr was not yet allocated. @throws malloc_error
  • if \p matr was static (created with getStaticComplexMatrixN()) @author Tyson Jones