Nfield_subtests | Tests of algebraic properties of rings and fields |
NGivaro | |
►NLinBox | Namespace in which all linbox code resides |
►NBLAS3 | |
►NmulMethod | BLAS3 Multiplication methods |
Cnaive | Toom-Cook method |
NExceptions | Exception class for invalid matrix input |
NIndexedTags | Limited doc so far |
►NIteratorCategories | Information about the type of Prime Iterator |
CDeterministicTag | Iterator following a deterministic sequence of primes (from the largest one, in decreasing order |
CUniformTag | Iterator sampling uniformly from all primes of given bitsize |
CHeuristicTag | Iterator sampling randomly (no distribution guaranteed whatsoever) from all primes of given bitsize |
NMatrixHom | Limited doc so far. Used in RationalSolver |
►NProtected | This is the namespace all LinBox internal code is in |
CSparseMatrixGeneric | Sparse matrix container This class acts as a generic row-wise container for sparse matrices |
NRank | Rank of the system, if known |
►NRingCategories | Some basic information about each field or ring |
CGenericTag | Generic ring |
CModularTag | If it is isomorphic to Z/mZ, for some m or its extensions |
CGaloisTag | Galois Field GF(p^e) |
CIntegerTag | If it is isomorphic to Z |
CRationalTag | If it is isomorphic to Q |
NShape | Flags decribing the shape of the matrix |
NSparseFileFormat | Sparse matrix format (file storage) |
►NSparseMatrixFormat | Sparse matrix format (memory storage) |
CCOO | Cordinate |
CCOO1 | Implicit value COO (with only ones, or mones, or..) |
CCSR | Compressed row |
CCSR1 | Implicit value CSR (with only ones, or mones, or..) |
CELL | Ellpack |
CELL_R | Ellpack fixed row |
CDIA | Diagonal |
CBCSR | Block CSR |
CHYB | Hybrid |
CTPL | Vector of triples |
CTPL_omp | Triplesbb for openmp |
CLIL | Vector of pairs |
CSMM | Sparse Map of Maps |
CSparseSeq | Vector/list of pairs (Container of Pairs) |
CSparsePar | Vector/list of pairs (Container of Maps) |
CSparseMap | Pair of vector/list (Pair of Containers) |
NTag | Structure for tags |
NVectorWrapper | Limited doc so far |
CBlackboxBlockContainerBase | A base class for BlackboxBlockContainer |
CBlackboxBlockContainerRecord | No doc |
CBlackboxContainerBase | A base class for BlackboxContainer |
CBlackboxContainerSymmetric | See base class for doc |
CBlackboxContainerSymmetrize | Symmetrizing iterator (for rank computations) |
CBlackboxContainer | Limited doc so far |
CBlockCoppersmithDomain | Compute the linear generator of a sequence of matrices |
CBlockLanczosSolver | Block Lanczos iteration |
CBlockMasseyDomain | Compute the linear generator of a sequence of matrices |
CCRABuilderEarlyMultip | NO DOC |
CCRABuilderFullMultipFixed | Chinese Remaindering Algorithm for multiple residues |
CCRABuilderFullMultipMatrix | NO DOC |
CCRABuilderFullMultip | Chinese remaindering of a vector of elements without early termination |
CCRABuilderSingleBase | Abstract base class for CRA builders |
CCRABuilderEarlySingle | Heuristic Chinese Remaindering with early termination |
CCRABuilderProbSingle | Chinese Remaindering with guaranteed probability bound and early termination |
CCRABuilderFullSingle | Chinese Remaindering with full precision and no chance of failure |
►CChineseRemainderSequential | No doc |
CPrimeSampler | Helper class to sample unique primes |
CPrimeSampler< PrimeIterator, true > | Helper class to sample unique primes |
CCRAResidue | Type information for the residue in a CRA iteration |
CCRAResidue< Integer, Function > | Type information for the residue in a CRA iteration |
CCRAResidue< std::vector< Integer >, Function > | Type information for the residue in a CRA iteration |
CGivaroRnsFixedCRA | NO DOC.. |
CChineseRemainder | No doc |
CDenseContainer | Limited doc so far |
CDiophantineSolver | DiophantineSolver<QSolver> creates a diophantine solver using a QSolver to generate rational solutions |
CEliminator | Elimination system |
CGaussDomain | Repository of functions for rank by elimination on sparse matrices |
CInvertTextbookDomain | Assumes that Field is a field, not a ring |
CLABlockLanczosSolver | Biorthogonalising block Lanczos iteration |
CLanczosSolver | Solve a linear system using the conjugate Lanczos iteration |
CLastInvariantFactor | This is used in a Smith Form algorithm |
ClatticeMethod | NTL methods |
CDixonLiftingContainer | Dixon Lifting Container |
CWiedemannLiftingContainer | Wiedemann LiftingContianer |
CBlockWiedemannLiftingContainer | Block Wiedemann LiftingContianer |
CBlockHankelLiftingContainer | Block Hankel LiftingContianer |
CSparseLULiftingContainer | SparseLULiftingContainer |
CMasseyDomain | Berlekamp/Massey algorithm |
CMatrixRank | Compute the rank of an integer matrix in place over a finite field by Gaussian elimination |
CMGBlockLanczosSolver | Block Lanczos iteration |
COneInvariantFactor | Limited doc so far |
COpenCLEnviron | Container for all pertenant information needed to use an OpenCL device, compile kernels for the device, track resource usage, and gain exclusive access to the device |
CRationalChineseRemainderVarPrec | Chinese remainder of vector of rationals |
CRationalChineseRemainder | Chinese remainder of rationals |
CRationalReconstruction | Limited doc so far |
CRationalSolver | Interface for the different specialization of p-adic lifting based solvers |
CRationalSolver< Ring, Field, RandomPrime, Method::Wiedemann > | Partial specialization of p-adic based solver with Wiedemann algorithm |
CRationalSolver< Ring, Field, RandomPrime, Method::BlockWiedemann > | Partial specialization of p-adic based solver with block Wiedemann algorithm |
CRationalSolver< Ring, Field, RandomPrime, Method::Dixon > | Partial specialization of p-adic based solver with Dixon algorithm |
CRationalSolver< Ring, Field, RandomPrime, Method::BlockHankel > | Block Hankel |
CRationalSolver< Ring, Field, RandomPrime, Method::SparseElimination > | Sparse LU |
CRationalSolver< Ring, Field, RandomPrime, Method::SymbolicNumericNorm > | Solver using a hybrid Numeric/Symbolic computation |
CRNS | RNS |
CTernaryLattice | NO DOC |
CLargeDouble | NO DOC |
CSigmaBasis | Implementation of -basis (minimal basis) |
CSemiDIteration | CRA iteration to get a diagonal with the same signature |
CSmithFormBinary | Compute Smith form |
CSmithFormIliopoulos | This is Iliopoulos' algorithm to diagonalize |
CSmithFormLocal | Smith normal form (invariant factors) of a matrix over a local ring |
CPowerGaussDomain | Repository of functions for rank modulo a prime power by elimination on sparse matrices |
CPowerGaussDomainPowerOfTwo | Repository of functions for rank modulo a prime power by elimination on sparse matrices |
CVectorFraction | VectorFraction<Domain> is a vector of rational elements with common reduced denominator |
CWiedemannSolver | Linear system solvers based on Wiedemann's method |
CBlackboxArchetype | Showing the member functions provided by all blackbox matrix classes |
CBlockCompose | Blackbox of a product: , i.e |
CBlockBB | Converts a black box into a block black box |
CCekstvSwitch | The default butterfly switch object |
CButterfly | Switching Network based BlackBox Matrix |
CBooleanSwitch | Boolean switch object |
CCompanion | Companion matrix of a monic polynomial |
CCompose | Blackbox of a product: , i.e |
CComposeOwner | Blackbox of a product: , i.e |
CCompose< _Blackbox, _Blackbox > | Specialization for _Blackbox1 = _Blackbox2 |
CComposeTraits | Used in ..., for example |
►CBlasMatrix | Dense matrix representation |
CIndexedIterator | Indexed Iterator |
Crebind | Rebind operator |
CComposeTraits< BlasMatrix< Field, Rep > > | Used in smith-binary, for example |
CCSF | Space efficient representation of sparse matrices |
CDiagonal | Random diagonal matrices are used heavily as preconditioners |
CDiagonal< _Field, VectorCategories::DenseVectorTag > | Specialization of Diagonal for application to dense vectors |
CDiagonal< _Field, VectorCategories::SparseSequenceVectorTag > | Specialization of Diagonal for application to sparse sequence vectors |
CDiagonal< _Field, VectorCategories::SparseAssociativeVectorTag > | Specialization of Diagonal for application to sparse associative vectors |
CDif | Blackbox of a difference: C := A - B , i.e Cx = Ax - Bx |
CDirectSum | If C = DirectSum(A, B) and y = xA and z = wB, then (y,z) = (x,w)C |
CBlackboxFactory | A tool for computations with integer and rational matrices |
CHilbert_JIT_Entry | The object needed to build a Hilbert matrix as a JIT matrix |
CHilbert | Example of a blackbox that is space efficient, though not time efficient |
CInverse | A Blackbox for the inverse |
CJIT_Matrix | Example of a blackbox that is space efficient, though not time efficient |
CMatrixBlackbox | Matrix black box |
CMoorePenrose | Generalized inverse of a blackbox |
CSylvester | This is a representation of the Sylvester matrix of two polynomials |
CNullMatrix | This is a representation of the 0 by 0 empty matrix which does not occupy memory |
CPolynomialBB | Represent the matrix P(A) where A is a blackbox and P a polynomial |
CPolynomialBBOwner | Represent the matrix P(A) where A is a blackbox and P a polynomial |
►CZeroOne | Time and space efficient representation of sparse {0,1}-matrices |
CIndexIterator | IndexIterator |
CIterator | Raw iterator |
CScalarMatrix | Blackbox for aI |
CZOQuad | A class of striped or block-decomposed zero-one matrices |
CSquarize | Transpose matrix without copying |
CSubmatrix | Leading principal minor of existing matrix without copying |
CSubmatrix< Blackbox, VectorCategories::DenseVectorTag > | Specialization for dense vectors |
CSubmatrix< Blackbox, VectorCategories::DenseZeroOneVectorTag > | Specialization for dense ZeroOne vectors |
CSubmatrix< BlasMatrix< _Field >, VectorCategories::DenseVectorTag > | Specialization for BlasMatrix |
CSubmatrixOwner< Blackbox, VectorCategories::DenseVectorTag > | Specialization for dense vectors |
CSum | Blackbox of a matrix sum without copying |
CSumOwner | Blackbox of a matrix sum without copying |
CToeplitz | This is the blackbox representation of a Toeplitz matrix |
CToeplitz< typename _PRing::CoeffField, _PRing > | Specialization for when the field of matrix elements is the same as the coefficient field of the polynomial field |
CTranspose | Transpose matrix without copying |
CTransposeOwner | Transpose matrix without copying |
►CZeroOne< GF2 > | Time and space efficient representation of sparse matrices over GF2 |
CIndexedIterator | IndexedIterator |
CIterator | Raw iterator |
CElementAbstract | Abstract element base class, a technicality |
CElementArchetype | Field and Ring element interface specification and archetypical instance class |
CRingEnvelope | Implement the ring archetype to minimize code bloat |
CFieldEnvelope | Derived class used to implement the field archetype |
CRandIterEnvelope | Random field base element generator |
CElementEnvelope | Adaptor from archetypical interface to abstract interface, a technicality |
CGMPRationalElement | Elements of GMP_Rationals |
CFieldAbstract | Field base class |
CFieldArchetype | Field specification and archetypical instance |
CFieldDocumentation | This field base class exists solely to aid documentation organization |
CClassifyRing | Default ring category |
CFieldTraits | FieldTrait |
CNoHomError | Error object for attempt to establish a Hom that cannot exist |
CHom | Map element of source ring(field) to target ring |
CParamFuzzy | Abstract parameterized field of "fuzzy" doubles |
CRebind | Used in support of Hom, MatrixHom |
CindexDomain | Class used for permuting indices |
CContainerCategories | Used to separate BLAS2 and BLAS3 operations |
CContainerTraits | Trait for the Category |
CMatrixArchetype | Directly-represented matrix archetype |
►CBlasSubmatrix | Dense Submatrix representation |
CConstIndexedIterator | Raw Indexed Iterator (const version) |
CConstIterator | Raw Iterators (const version) |
CIndexedIterator | Raw Indexed Iterator |
CIterator | Raw Iterators |
CTriangularBlasMatrix | Triangular BLAS matrix |
CIndexedCategory< BlasMatrix< Field, _Rep > > | |
CBlasMatrix< MultiModDouble > | No Doc |
CMatrixDomain | Class of matrix arithmetic functions |
CTransposedBlasMatrix | TransposedBlasMatrix |
CTransposedBlasMatrix< TransposedBlasMatrix< Matrix > > | TransposedBlasMatrix |
CPLUQMatrix | PLUQ factorisation |
CMatrixCategories | For specializing matrix arithmetic |
CMVProductDomain | Helper class to allow specializations of certain matrix-vector products |
CMatrixTraits | NO DOC |
CMatrixContainerTrait | NODOC |
CMatrixHomTrait | Try to map a blackbox over a homorphic ring The most suitable type |
CIndexedCategory | Trait to show whether or not the BB class has a Indexed iterator |
CBlasMatrixDomainSubin | C -= A |
CBlasMatrixDomainAddin | C += A |
CBlasMatrixDomain | Interface for all functionnalities provided for BlasMatrix |
CBlasMatrixDomainMulAdd< BlasVector< Field >, BlasMatrix< Field, _Rep >, BlasVector< Field > > | What about subvector/submatrices ? |
CMatrixDomain< GF2 > | Specialization of MatrixDomain for GF2 |
CSubmatrixAdapter | Generic submatrix view adapter used internally in the OpenCLMatrixDomain |
COpenCLMatrixDomain | Interface for all functionnalities provided for BlasMatrix using GPUs |
CMatrixPermutation | Permutation classique |
CBlasPermutation | Lapack-style permutation |
CPlainSubmatrix | To be used in reference matrix domain (PlainDomain) |
CRankBuilder | Random method for constructing rank |
CRandomDenseMatrix | Random Dense Matrix builder |
CDenseMat | To be used in standard matrix domain |
CSliced | The Sliced Matrix class _Domain must be a GF(3) rep, BaseT must be an unsigned int type |
CSlicedPolynomialMatrixAddin | C += A |
CSlicedPolynomialMatrixSubin | C -= A |
CSparseMatrixWriteHelper | Write helper |
CSparseMatrixReadHelper | Read helper |
CSparseMatrix< _Field, SparseMatrixFormat::COO::implicit > | Sparse matrix, Coordinate storage |
CSparseMatrix< _Field, SparseMatrixFormat::COO > | Sparse matrix, Coordinate storage |
►CSparseMatrix< _Field, SparseMatrixFormat::CSR > | Sparse matrix, Coordinate storage |
CIndexedIterator | Forward iterator |
CSparseMatrix< _Field, SparseMatrixFormat::ELL > | Sparse matrix, Coordinate storage |
CSparseMatrix< _Field, SparseMatrixFormat::ELL_R > | Sparse matrix, Coordinate storage |
CSparseMatrix< _Field, SparseMatrixFormat::HYB > | Sparse matrix, Coordinate storage |
CSparseMatrix< Field_, SparseMatrixFormat::TPL_omp > | Sparse matrix representation which stores nonzero entries by i,j,value triples |
CSparseMatrix< Field_, SparseMatrixFormat::TPL > | Sparse Matrix in Triples storage |
CTransposeMatrix | Matrix transpose |
CPolynomialRing | Polynomials |
CDensePolynomial | Dense Polynomial representation using Givaro |
CRandIterAbstract | Random field element generator |
CRandIterArchetype | Random field element generator archetype |
CGenericRandIter | Random field base element generator |
CGmpRandomPrime | Generating random prime integers, using the gmp library |
CModularCrookedRandIter | Random field base element generator |
CUniqueSamplingTrait | Whether a prime generator generates a sequence with non repeating numbers |
CPrimeIterator | Prime Iterator |
CPrimeSequence | Adaptor class to make a fixed-length sequence behave like a PrimeIterator |
CMaskedPrimeIterator | Masked Prime Iterator |
CRingAbstract | Abstract ring base class |
CRingArchetype | Specification and archetypic instance for the ring interface |
CLocal2_32 | Fast arithmetic mod 2^32, including gcd |
CFieldAXPY< Givaro::ModularBalanced< double > > | Specialization of FieldAXPY |
CDotProductDomain< Givaro::ModularBalanced< double > > | Specialization of DotProductDomain |
CFieldAXPY | FieldAXPY object |
CFieldAXPY< Givaro::Modular< uint8_t, Compute_t > > | Specialization of FieldAXPY for uint8_t modular field |
CDotProductDomain< Givaro::Modular< uint8_t, Compute_t > > | Specialization of DotProductDomain for unsigned short modular field |
CMVProductDomain< Givaro::Modular< uint8_t, Compute_t > > | Specialization of MVProductDomain for uint8_t modular field |
CFieldAXPY< Givaro::Modular< uint16_t, Compute_t > > | Specialization of FieldAXPY for uint16_t modular field |
CDotProductDomain< Givaro::Modular< uint16_t, Compute_t > > | Specialization of DotProductDomain for unsigned short modular field |
CMVProductDomain< Givaro::Modular< uint16_t, Compute_t > > | Specialization of MVProductDomain for uint16_t modular field |
CFieldAXPY< Givaro::Modular< uint32_t, Compute_t > > | Specialization of FieldAXPY for unsigned short modular field |
CDotProductDomain< Givaro::Modular< uint32_t, Compute_t > > | Specialization of DotProductDomain for uint32_t modular field |
CMVProductDomain< Givaro::Modular< uint32_t, Compute_t > > | Specialization of MVProductDomain for uint32_t modular field |
CFieldAXPY< Givaro::Modular< uint64_t, Compute_t > > | Specialization of FieldAXPY for unsigned short modular field |
CDotProductDomain< Givaro::Modular< uint64_t, Compute_t > > | Specialization of DotProductDomain for uint64_t modular field |
CMVProductDomain< Givaro::Modular< uint64_t, Compute_t > > | Specialization of MVProductDomain for uint64_t modular field |
CNTL_zz_p | Long ints modulo a positive integer |
CNTL_zz_pE_Initialiser | Use ZZ_pEBak mechanism too ? |
CNTL_zz_pE | Zz_pE Define a parameterized class to easily handle Givaro::ZRing<NTL::zz_pE> field |
CNTL_zz_pEX | Ring (in fact, a unique factorization domain) of polynomial with coefficients in class NTL_zz_p (integers mod a wordsize prime) |
CNTL_zz_pX | Ring (in fact, a unique factorization domain) of polynomial with coefficients in class NTL_zz_p (integers mod a wordsize prime) |
CNTL_ZZ | Integer ring |
CNTL_ZZ_p | Wrapper of zz_p from NTL |
CUnparametricRandIter< NTL::ZZ_p > | Constructor for random field element generator |
CNTL_ZZ_pE | Wrapper of ZZ_pE from NTL Define a parameterized class to handle easily Givaro::ZRing<NTL::ZZ_pE> field |
CNTL_ZZ_pX | Ring (in fact, a unique factorization domain) of polynomial with coefficients in class NTL_ZZ_p (integers mod a wordsize prime) |
CNTL_PID_zz_p | Extend Wrapper of zz_p from NTL |
CPIR_ntl_ZZ_p | Extend Wrapper of ZZ_p from NTL |
CRingInterface | This ring base class exists solely to aid documentation organization |
CGetEntryCategory | GetEntryCategory is specialized for BB classes that offer a local getEntry |
CMethodBase | Holds everything a method needs to know about the problem |
CMethod | Define which method to use when working on a system |
CTraceCategory | Trait to show whether or not the BB class has a local trace function |
CCommentator | Give information to user during runtime |
CPreconditionFailed | A precondition failed |
CException | This is the exception class in LinBox |
CalgoException | Algorithmic exception |
CNotImplementedYetException | Not implemented yet |
CIrrecuperableException | Something bad an unexpected happened |
CBadInputException | The input is not as expected |
CLinboxError | Base class for execption handling in LinBox |
CInconsistentSystem | Exception thrown when the system to be solved is inconsistent |
CMatrixStream | MatrixStream |
CMatrixStreamReader | An abstract base class to represent readers for specific formats |
CPrimeStream | Prime number stream |
CBitVector | Binary constant defined both for 32 and 64 bits |
CContainerTraits< std::vector< _Rep > > | |
CReverseVector | Reverse vector class This class wraps an existing vector type and reverses its direction |
CSlicedPolynomialVectorAddin | C += A |
CSlicedPolynomialVectorSubin | C -= A |
CSparse_Vector | Vector< Pair<T,I> > and actualsize |
CVectorStream | Vector factory |
CConstantVectorStream | Constant vector factory |
CRandomDenseStream | Random dense vector stream |
CRandomDenseStream< Field, _Vector, RandIter, VectorCategories::DenseVectorTag > | Specialization of random dense stream for dense vectors |
CRandomSparseStream | Random sparse vector stream |
CRandomSparseStream< Field, _Vector, RandIter, VectorCategories::DenseVectorTag > | Specialization of RandomSparseStream for dense vectors |
CRandomSparseStream< Field, _Vector, RandIter, VectorCategories::SparseSequenceVectorTag > | Specialization of RandomSparseStream for sparse sequence vectors |
CRandomSparseStream< Field, _Vector, RandIter, VectorCategories::SparseAssociativeVectorTag > | Specialization of RandomSparseStream for sparse associative vectors |
CRandomSparseStream< Field, _Vector, RandIter, VectorCategories::SparseParallelVectorTag > | Specialization of RandomSparseStream for sparse parallel vectors |
CStandardBasisStream | Stream for |
CStandardBasisStream< Field, _Vector, VectorCategories::DenseVectorTag > | Specialization of standard basis stream for dense vectors |
CStandardBasisStream< Field, _Vector, VectorCategories::SparseSequenceVectorTag > | Specialization of standard basis stream for sparse sequence vectors |
CStandardBasisStream< Field, _Vector, VectorCategories::SparseAssociativeVectorTag > | Specialization of standard basis stream for sparse associative vectors |
CStandardBasisStream< Field, _Vector, VectorCategories::SparseParallelVectorTag > | Specialization of standard basis stream for sparse parallel vectors |
CSubiterator | Subvector iterator class provides striding iterators |
CSubvector | Dense subvector |
►CVectorCategories | List of vector categories |
CDenseVectorTag | Dense vector (GF2 and general) |
CDenseZeroOneVectorTag | Sparse vectors (general) |
CGenericVectorTag | Generic vector (no assumption is made) |
CSparseAssociativeVectorTag | Sparse vectors (general) |
CSparseParallelVectorTag | Sparse vectors (general) |
CSparseSequenceVectorTag | Sparse vectors (general) |
CSparseVectorTag | Sparse vectors (general) |
CSparseZeroOneVectorTag | Sparse GF2 vectors |
CVectorTraits | Vector traits template structure |
CRawVector | Canonical vector types |
CVector | Vector ?? |
CRebind< std::vector< T >, U > | Rebind |
CMetaData | This is the general metadata class |
CFieldMetaData | Field metadata |
CMatrixMetaData | Matrix metadata |
CEnvironmentMetaData | Environment metadata; |
CBenchmarkMetaData | Benchmark metadata; |
CAlgorithmMetaData | Algorithm metadata; |
CGeneratorMetaData | Generator metadata; |
CStorageMetaData | Storage metadata; |
CshowProgression | Show progression on the terminal (helper) |
CTimeWatcher | Helper |
CDataSeries | This structure holds a bunch of timings |
►CPlotStyle | Represents a table of values to plot (2D) |
CPlot | What style of graphic : histogram ? graph ? |
CTerm | What format the plot should be in? |
CPlotData | The raw data to plot |
CPlotGraph | The graph (2D) |