The Quantum Exact Simulation Toolkit v4.1.0
Loading...
Searching...
No Matches
Destructors

Functions for destroying existing matrices. More...

Functions

void destroyCompMatr (CompMatr matrix)
 
void destroyDiagMatr (DiagMatr matrix)
 
void destroyFullStateDiagMatr (FullStateDiagMatr matrix)
 

Detailed Description

Functions for destroying existing matrices.

Function Documentation

◆ destroyCompMatr()

void destroyCompMatr ( CompMatr matrix)
Note
Documentation for this function or struct is under construction!

Definition at line 396 of file matrices.cpp.

396{ validateAndDestroyMatrix(matr, __func__); }

Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().

◆ destroyDiagMatr()

void destroyDiagMatr ( DiagMatr matrix)
Note
Documentation for this function or struct is under construction!

Definition at line 397 of file matrices.cpp.

397{ validateAndDestroyMatrix(matr, __func__); }

Referenced by TEST_CASE(), and TEST_CASE().

◆ destroyFullStateDiagMatr()

void destroyFullStateDiagMatr ( FullStateDiagMatr matrix)
Note
Documentation for this function or struct is under construction!

Definition at line 398 of file matrices.cpp.

398{ validateAndDestroyMatrix(matr, __func__); }

Referenced by TEST_CASE().