Borderbasix

Functions
generkeropt.hpp File Reference
#include <map>
#include <cstdlib>
#include <borderbasix/mdebug.hpp>
#include <borderbasix/mpoly.hpp>
#include <borderbasix/mpoly/matrix_of.hpp>
#include <borderbasix/solversdp_sdpa.h>
#include <borderbasix/solversdp_gmp.h>
#include <borderbasix/solversdp_csdp.h>
#include <borderbasix/solversdp_mosek.h>
#include "tensor-decomposition/Decomposer.hpp"
#include "../arithm/Scl_mpf.hpp"

Go to the source code of this file.

Functions

template<typename typP , typename typdump , typename Base , typename typserv , typename coeff >
void generickernelNEW (typP &newpol, int k, const typdump &dump, Base &b, typserv &serv, typP F, coeff *&sol2, typP rest, coeff *&solfinal, int solver, int &method, int &flat, string param, double &tresh)
 
template<typename mon , typename mon2 , typename Base >
int isEgal (const mon &m1, const mon2 &m2, const Base &b)
 
template<typename T >
int dgesvd_ (char *jobu, char *jobvt, long *m, long *n, T *a, long *lda, T *s, T *u, long *ldu, T *vt, long *ldvt, T *work, long *lwork, long *info)
 

Function Documentation

template<typename T >
int dgesvd_ ( char *  jobu,
char *  jobvt,
long *  m,
long *  n,
T *  a,
long *  lda,
T *  s,
T *  u,
long *  ldu,
T *  vt,
long *  ldvt,
T *  work,
long *  lwork,
long *  info 
)
template<typename typP , typename typdump , typename Base , typename typserv , typename coeff >
void generickernelNEW ( typP &  newpol,
int  k,
const typdump &  dump,
Base b,
typserv &  serv,
typP  F,
coeff *&  sol2,
typP  rest,
coeff *&  solfinal,
int  solver,
int &  method,
int &  flat,
string  param,
double &  tresh 
)
template<typename mon , typename mon2 , typename Base >
int isEgal ( const mon m1,
const mon2 &  m2,
const Base b 
)
Home  |  Download & InstallContributions