The Quantum Exact Simulation Toolkit v4.0.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 402 of file matrices.cpp.

402{ 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 403 of file matrices.cpp.

403{ 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 404 of file matrices.cpp.

404{ validateAndDestroyMatrix(matr, __func__); }

Referenced by TEST_CASE().