linbox
HadamardLogBoundDetails Struct Reference

#include <hadamard-bound.h>

Data Fields

double logBound
 Bit size of the minimal hadamard bound between the row-wise and the col-wise ones.
 
double logBoundOverMinNorm
 Bit size of the minimal hadamard bound divided by the min of the norm vectors between the row-wise and the col-wise ones.
 

Field Documentation

◆ logBound

double logBound

Bit size of the minimal hadamard bound between the row-wise and the col-wise ones.

min { HadamardRow(A), HadamardCol(A) }

◆ logBoundOverMinNorm

double logBoundOverMinNorm

Bit size of the minimal hadamard bound divided by the min of the norm vectors between the row-wise and the col-wise ones.

min { HadamardRow(A) / min || Ai,* ||, HadamardCol(A) / min || A*,j || }


The documentation for this struct was generated from the following file: