Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions
Powells_method.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cfloat>
#include <Powells_method.h>
#include "tbb/tbb.h"
Include dependency graph for Powells_method.cpp:

Go to the source code of this file.

Functions

int LAPACKE_dposv (int matrix_layout, char uplo, int n, int nrhs, double *A, int LDA, double *B, int LDB)
 

Function Documentation

◆ LAPACKE_dposv()

int LAPACKE_dposv ( int  matrix_layout,
char  uplo,
int  n,
int  nrhs,
double *  A,
int  LDA,
double *  B,
int  LDB 
)