▼ blaze | |
► config | |
Assertion.h | Configuration of the run time assertion macros |
CacheSize.h | Configuration of the cache size of the target architecture |
Config.h | Config module documentation |
Logging.h | Configuration of the logging functionality |
Precision.h | Configuration of the floating point precision of the Blaze library |
Random.h | Configuration of the random number generator used in the Blaze library |
Restrict.h | Configuration of the restrict policy of the Blaze library |
SMP.h | Configuration of the shared-memory parallelization |
Solvers.h | Configuration file for the mathematical solvers |
StorageOrder.h | Configuration of the default storage order for all matrices of the Blaze library |
Streaming.h | Configuration of the streaming (non-temporal store) behavior |
Thresholds.h | Configuration of the thresholds for matrix/vector and matrix/matrix multiplications |
TransposeFlag.h | Configuration of the default transpose flag for all vectors of the Blaze library |
Vectorization.h | Configuration of the vectorization policy of the Blaze library |
► math | |
► constraints | |
AbsExpr.h | Constraint on the data type |
AddExpr.h | Constraint on the data type |
Column.h | Constraint on the data type |
Computation.h | Constraint on the data type |
Constraints.h | Documentation for the mathematical constraints module |
CrossExpr.h | Constraint on the data type |
DenseMatrix.h | Constraint on the data type |
DenseVector.h | Constraint on the data type |
DivExpr.h | Constraint on the data type |
EvalExpr.h | Constraint on the data type |
Expression.h | Constraint on the data type |
MatAbsExpr.h | Constraint on the data type |
MatEvalExpr.h | Constraint on the data type |
MatMatAddExpr.h | Constraint on the data type |
MatMatMultExpr.h | Constraint on the data type |
MatMatSubExpr.h | Constraint on the data type |
Matrix.h | Constraint on the data type |
MatScalarDivExpr.h | Constraint on the data type |
MatScalarMultExpr.h | Constraint on the data type |
MatSerialExpr.h | Constraint on the data type |
MatTransExpr.h | Constraint on the data type |
MatVecMultExpr.h | Constraint on the data type |
MultExpr.h | Constraint on the data type |
RequiresEvaluation.h | Constraint on the data type |
Resizable.h | Constraint on the data type |
Row.h | Constraint on the data type |
SerialExpr.h | Constraint on the data type |
SMPAssignable.h | Constraint on the data type |
SparseElement.h | Constraint on the data type |
SparseMatrix.h | Constraint on the data type |
SparseVector.h | Constraint on the data type |
StorageOrder.h | Constraints on the storage order of matrix types |
SubExpr.h | Constraint on the data type |
Submatrix.h | Constraint on the data type |
Subvector.h | Constraint on the data type |
TransExpr.h | Constraint on the data type |
TransposeFlag.h | Constraint on the data type |
TVecMatMultExpr.h | Constraint on the data type |
VecAbsExpr.h | Constraint on the data type |
VecEvalExpr.h | Constraint on the data type |
VecScalarDivExpr.h | Constraint on the data type |
VecScalarMultExpr.h | Constraint on the data type |
VecSerialExpr.h | Constraint on the data type |
Vector.h | Constraint on the data type |
VecTransExpr.h | Constraint on the data type |
VecTVecMultExpr.h | Constraint on the data type |
VecVecAddExpr.h | Constraint on the data type |
VecVecMultExpr.h | Constraint on the data type |
VecVecSubExpr.h | Constraint on the data type |
View.h | Constraint on the data type |
► dense | |
DenseIterator.h | Header file for the DenseIterator class template |
DynamicMatrix.h | Header file for the implementation of a dynamic MxN matrix |
DynamicVector.h | Header file for the implementation of an arbitrarily sized vector |
Forward.h | Header file for all forward declarations for dense vectors and matrices |
HybridMatrix.h | Header file for the implementation of a fixed-size matrix |
HybridVector.h | Header file for the HybridVector class template |
StaticMatrix.h | Header file for the implementation of a fixed-size matrix |
StaticVector.h | Header file for the implementation of a fixed-size vector |
► expressions | |
AbsExpr.h | Header file for the AbsExpr base class |
AddExpr.h | Header file for the AddExpr base class |
Column.h | Header file for the column base class |
Computation.h | Header file for the Computation base class |
CrossExpr.h | Header file for the CrossExpr base class |
DenseMatrix.h | Header file for the DenseMatrix base class |
DenseVector.h | Header file for the DenseVector base class |
DivExpr.h | Header file for the DivExpr base class |
DMatAbsExpr.h | Header file for the dense matrix absolute value expression |
DMatDMatAddExpr.h | Header file for the dense matrix/dense matrix addition expression |
DMatDMatMultExpr.h | Header file for the dense matrix/dense matrix multiplication expression |
DMatDMatSubExpr.h | Header file for the dense matrix/dense matrix subtraction expression |
DMatDVecMultExpr.h | Header file for the dense matrix/dense vector multiplication expression |
DMatEvalExpr.h | Header file for the dense matrix evaluation expression |
DMatScalarDivExpr.h | Header file for the dense matrix/scalar division expression |
DMatScalarMultExpr.h | Header file for the dense matrix/scalar multiplication expression |
DMatSerialExpr.h | Header file for the dense matrix serial evaluation expression |
DMatSMatAddExpr.h | Header file for the dense matrix/sparse matrix addition expression |
DMatSMatMultExpr.h | Header file for the dense matrix/sparse matrix multiplication expression |
DMatSMatSubExpr.h | Header file for the dense matrix/sparse matrix subtraction expression |
DMatSVecMultExpr.h | Header file for the dense matrix/sparse vector multiplication expression |
DMatTDMatAddExpr.h | Header file for the dense matrix/transpose dense matrix addition expression |
DMatTDMatMultExpr.h | Header file for the dense matrix/transpose dense matrix multiplication expression |
DMatTDMatSubExpr.h | Header file for the dense matrix/transpose dense matrix subtraction expression |
DMatTransExpr.h | Header file for the dense matrix transpose expression |
DMatTransposer.h | Header file for the dense matrix transposer |
DMatTSMatAddExpr.h | Header file for the dense matrix/transpose sparse matrix addition expression |
DMatTSMatMultExpr.h | Header file for the dense matrix/transpose sparse matrix multiplication expression |
DMatTSMatSubExpr.h | Header file for the dense matrix/transpose sparse matrix subtraction expression |
DVecAbsExpr.h | Header file for the dense vector absolute value expression |
DVecDVecAddExpr.h | Header file for the dense vector/dense vector addition expression |
DVecDVecCrossExpr.h | Header file for the dense vector/dense vector cross product expression |
DVecDVecMultExpr.h | Header file for the dense vector/dense vector multiplication expression |
DVecDVecSubExpr.h | Header file for the dense vector/dense vector subtraction expression |
DVecEvalExpr.h | Header file for the dense vector evaluation expression |
DVecScalarDivExpr.h | Header file for the dense vector/scalar division expression |
DVecScalarMultExpr.h | Header file for the dense vector/scalar multiplication expression |
DVecSerialExpr.h | Header file for the dense vector serial evaluation expression |
DVecSVecAddExpr.h | Header file for the dense vector/sparse vector addition expression |
DVecSVecCrossExpr.h | Header file for the dense vector/sparse vector cross product expression |
DVecSVecMultExpr.h | Header file for the dense vector/sparse vector multiplication expression |
DVecSVecSubExpr.h | Header file for the dense vector/sparse vector subtraction expression |
DVecTDVecMultExpr.h | Header file for the dense vector/dense vector outer product expression |
DVecTransExpr.h | Header file for the dense vector transpose expression |
DVecTransposer.h | Header file for the dense vector transposer |
DVecTSVecMultExpr.h | Header file for the dense vector/sparse vector outer product expression |
EvalExpr.h | Header file for the EvalExpr base class |
Expression.h | Header file for the Expression base class |
Forward.h | Header file for all forward declarations for expression class templates |
MatAbsExpr.h | Header file for the MatAbsExpr base class |
MatEvalExpr.h | Header file for the MatEvalExpr base class |
MatMatAddExpr.h | Header file for the MatMatAddExpr base class |
MatMatMultExpr.h | Header file for the MatMatMultExpr base class |
MatMatSubExpr.h | Header file for the MatMatSubExpr base class |
Matrix.h | Header file for the Matrix base class |
MatScalarDivExpr.h | Header file for the MatScalarDivExpr base class |
MatScalarMultExpr.h | Header file for the MatScalarMultExpr base class |
MatSerialExpr.h | Header file for the MatSerialExpr base class |
MatTransExpr.h | Header file for the MatTransExpr base class |
MatVecMultExpr.h | Header file for the MatVecMultExpr base class |
MultExpr.h | Header file for the MultExpr base class |
Row.h | Header file for the row base class |
SerialExpr.h | Header file for the SerialExpr base class |
SMatAbsExpr.h | Header file for the sparse matrix absolute value expression |
SMatDMatMultExpr.h | Header file for the sparse matrix/dense matrix multiplication expression |
SMatDMatSubExpr.h | Header file for the sparse matrix/dense matrix subtraction expression |
SMatDVecMultExpr.h | Header file for the sparse matrix/dense vector multiplication expression |
SMatEvalExpr.h | Header file for the sparse matrix evaluation expression |
SMatScalarDivExpr.h | Header file for the sparse matrix/scalar division expression |
SMatScalarMultExpr.h | Header file for the sparse matrix/scalar multiplication expression |
SMatSerialExpr.h | Header file for the sparse matrix serial evaluation expression |
SMatSMatAddExpr.h | Header file for the sparse matrix/sparse matrix addition expression |
SMatSMatMultExpr.h | Header file for the sparse matrix/sparse matrix multiplication expression |
SMatSMatSubExpr.h | Header file for the sparse matrix/sparse matrix subtraction expression |
SMatSVecMultExpr.h | Header file for the sparse matrix/sparse vector multiplication expression |
SMatTDMatMultExpr.h | Header file for the sparse matrix/transpose dense matrix multiplication expression |
SMatTDMatSubExpr.h | Header file for the sparse matrix/transpose dense matrix subtraction expression |
SMatTransExpr.h | Header file for the sparse matrix transpose expression |
SMatTransposer.h | Header file for the sparse matrix transposer |
SMatTSMatAddExpr.h | Header file for the sparse matrix/transpose sparse matrix addition expression |
SMatTSMatMultExpr.h | Header file for the sparse matrix/transpose sparse matrix multiplication expression |
SMatTSMatSubExpr.h | Header file for the sparse matrix/transpose sparse matrix subtraction expression |
SparseMatrix.h | Header file for the SparseMatrix base class |
SparseVector.h | Header file for the SparseVector base class |
SubExpr.h | Header file for the SubExpr base class |
Submatrix.h | Header file for the Submatrix base class |
Subvector.h | Header file for the Subvector base class |
SVecAbsExpr.h | Header file for the sparse vector absolute value expression |
SVecDVecCrossExpr.h | Header file for the sparse vector/sparse vector cross product expression |
SVecDVecMultExpr.h | Header file for the sparse vector/sparse vector multiplication expression |
SVecDVecSubExpr.h | Header file for the sparse vector/dense vector subtraction expression |
SVecEvalExpr.h | Header file for the sparse vector evaluation expression |
SVecScalarDivExpr.h | Header file for the sparse vector/scalar division expression |
SVecScalarMultExpr.h | Header file for the sparse vector/scalar multiplication expression |
SVecSerialExpr.h | Header file for the sparse vector serial evaluation expression |
SVecSVecAddExpr.h | Header file for the sparse vector/sparse vector addition expression |
SVecSVecCrossExpr.h | Header file for the sparse vector/sparse vector cross product expression |
SVecSVecMultExpr.h | Header file for the sparse vector/sparse vector multiplication expression |
SVecSVecSubExpr.h | Header file for the sparse vector/sparse vector subtraction expression |
SVecTDVecMultExpr.h | Header file for the sparse vector/dense vector outer product expression |
SVecTransExpr.h | Header file for the sparse vector transpose expression |
SVecTransposer.h | Header file for the sparse vector transposer |
SVecTSVecMultExpr.h | Header file for the sparse vector/sparse vector outer product expression |
TDMatDMatMultExpr.h | Header file for the transpose dense matrix/dense matrix multiplication expression |
TDMatDVecMultExpr.h | Header file for the transpose dense matrix/dense vector multiplication expression |
TDMatSMatAddExpr.h | Header file for the transpose dense matrix/sparse matrix addition expression |
TDMatSMatMultExpr.h | Header file for the transpose dense matrix/sparse matrix multiplication expression |
TDMatSMatSubExpr.h | Header file for the transpose dense matrix/sparse matrix subtraction expression |
TDMatSVecMultExpr.h | Header file for the transpose dense matrix/sparse vector multiplication expression |
TDMatTDMatMultExpr.h | Header file for the transpose dense matrix/transpose dense matrix multiplication expression |
TDMatTSMatMultExpr.h | Header file for the transpose dense matrix/transpose sparse matrix multiplication expression |
TDVecDMatMultExpr.h | Header file for the transpose dense vector/dense matrix multiplication expression |
TDVecDVecMultExpr.h | Header file for the dense vector/dense vector inner product expression |
TDVecSMatMultExpr.h | Header file for the transpose dense vector/sparse matrix multiplication expression |
TDVecSVecMultExpr.h | Header file for the dense vector/sparse vector inner product expression |
TDVecTDMatMultExpr.h | Header file for the transpose dense vector/transpose dense matrix multiplication expression |
TDVecTSMatMultExpr.h | Header file for the transpose dense vector/transpose sparse matrix multiplication expression |
TransExpr.h | Header file for the TransExpr base class |
TSMatDMatMultExpr.h | Header file for the transpose sparse matrix/dense matrix multiplication expression |
TSMatDMatSubExpr.h | Header file for the transpose sparse matrix/dense matrix subtraction expression |
TSMatDVecMultExpr.h | Header file for the transpose sparse matrix/dense vector multiplication expression |
TSMatSMatMultExpr.h | Header file for the transpose sparse matrix/sparse matrix multiplication expression |
TSMatSMatSubExpr.h | Header file for the transpose sparse matrix/sparse matrix subtraction expression |
TSMatSVecMultExpr.h | Header file for the transpose sparse matrix/sparse vector multiplication expression |
TSMatTDMatMultExpr.h | Header file for the transpose sparse matrix/transpose dense matrix multiplication expression |
TSMatTSMatAddExpr.h | Header file for the transpose sparse matrix/transpose sparse matrix addition expression |
TSMatTSMatMultExpr.h | Header file for the transpose sparse matrix/transpose sparse matrix multiplication expression |
TSMatTSMatSubExpr.h | Header file for the transpose sparse matrix/transpose sparse matrix subtraction expression |
TSVecDMatMultExpr.h | Header file for the transpose sparse vector/dense matrix multiplication expression |
TSVecDVecMultExpr.h | Header file for the sparse vector/dense vector inner product expression |
TSVecSMatMultExpr.h | Header file for the transpose sparse vector/sparse matrix multiplication expression |
TSVecSVecMultExpr.h | Header file for the sparse vector/sparse vector inner product expression |
TSVecTDMatMultExpr.h | Header file for the transpose sparse vector/transpose dense matrix multiplication expression |
TSVecTSMatMultExpr.h | Header file for the transpose sparse vector/transpose sparse matrix multiplication expression |
TVecMatMultExpr.h | Header file for the TVecMatMultExpr base class |
VecAbsExpr.h | Header file for the VecAbsExpr base class |
VecEvalExpr.h | Header file for the VecEvalExpr base class |
VecScalarDivExpr.h | Header file for the VecScalarDivExpr base class |
VecScalarMultExpr.h | Header file for the VecScalarMultExpr base class |
VecSerialExpr.h | Header file for the VecSerialExpr base class |
Vector.h | Header file for the Vector CRTP base class |
VecTransExpr.h | Header file for the VecTransExpr base class |
VecTVecMultExpr.h | Header file for the VecTVecMultExpr base class |
VecVecAddExpr.h | Header file for the VecVecAddExpr base class |
VecVecMultExpr.h | Header file for the VecVecMultExpr base class |
VecVecSubExpr.h | Header file for the VecVecSubExpr base class |
View.h | Header file for the View base class |
► intrinsics | |
Abs.h | Header file for the intrinisc abs functionality |
Addition.h | Header file for the intrinisc addition functionality |
BasicTypes.h | Header file for the basic intrinsic types |
DerivedTypes.h | Header file for the derived intrinsic types |
Division.h | Header file for the intrinisc division functionality |
Functions.h | Header file for all intrinsic functions |
Intrinsics.h | Mathematical intrinsics module documentation |
IntrinsicTrait.h | Header file for the intrinsic trait |
Load.h | Header file for the intrinsic aligned load functionality |
Loadu.h | Header file for the intrinsic unaligned load functionality |
Multiplication.h | Header file for the intrinisc multiplication functionality |
Reduction.h | Header file for the intrinisc reduction functionality |
Set.h | Header file for the intrinsic set functionality |
Setzero.h | Header file for the intrinisc setzero functionality |
Store.h | Header file for the intrinsic aligned store functionality |
Storeu.h | Header file for the intrinsic unaligned store functionality |
Stream.h | Header file for the intrinsic stream functionality |
Subtraction.h | Header file for the intrinisc subtraction functionality |
► problems | |
BoxLCP.h | A data structure for box linear complementarity problems |
ContactLCP.h | A data structure for linear complementarity problems for contact mechanics |
LCP.h | A data structure for linear complementarity problems |
LSE.h | A data structure for linear systems of equations |
MixedLCP.h | A data structure for mixed linear complementarity problems |
ModifiedBoxLCP.h | A data structure for modified box linear complementarity problems |
► serialization | |
MatrixSerializer.h | Serialization of dense and sparse matrices |
Serialization.h | Mathematical type traits module documentation |
TypeValueMapping.h | Header file for the TypeValueMapping class template |
VectorSerializer.h | Serialization of dense and sparse vectors |
► shims | |
Clear.h | Header file for the clear shim |
Equal.h | Header file for the equal shim |
Invert.h | Header file for the invert shim |
IsDefault.h | Header file for the isDefault shim |
IsNaN.h | Header file for the isnan shim |
Reset.h | Header file for the reset shim |
Serial.h | Header file for the serial shim |
Shims.h | Header file for the mathematical shims |
Square.h | Header file for the square shim |
► smp | |
► default | |
DenseMatrix.h | Header file for the default dense matrix SMP implementation |
DenseVector.h | Header file for the default dense vector SMP implementation |
Functions.h | Header file for the default SMP utility functions |
SparseMatrix.h | Header file for the default sparse matrix SMP implementation |
SparseVector.h | Header file for the default sparse vector SMP implementation |
► openmp | |
DenseMatrix.h | Header file for the OpenMP-based dense matrix SMP implementation |
DenseVector.h | Header file for the OpenMP-based dense vector SMP implementation |
Functions.h | Header file for the OpenMP-based SMP utility functions |
► threads | |
DenseMatrix.h | Header file for the C++11/Boost thread-based dense matrix SMP implementation |
DenseVector.h | Header file for the C++11/Boost thread-based dense vector SMP implementation |
Functions.h | Header file for the C++11 and Boost thread-based SMP utility functions |
ThreadBackend.h | Header file for the C++11 and Boost thread backend |
DenseMatrix.h | Header file for the dense matrix SMP implementation |
DenseVector.h | Header file for the dense vector SMP implementation |
Functions.h | Header file for SMP utility functions |
ParallelSection.h | Header file for the parallel section implementation |
SerialSection.h | Header file for the serial section implementation |
SMP.h | Shared memory parallelization (SMP) module documentation |
SparseMatrix.h | Header file for the sparse matrix SMP implementation |
SparseVector.h | Header file for the sparse vector SMP implementation |
► solvers | |
CG.h | Header file for the conjugate gradient solver |
CPG.h | Implementation of the conjugate projected gradient algorithm |
GaussianElimination.h | Header file for the GaussianElimination class |
Lemke.h | The Lemke pivoting algorithm for solving LCPs |
PGS.h | Implementation of the projected Gauss-Seidel algorithm |
Solver.h | Header file for the base class of all solvers |
Solvers.h | Header file for the complementarity solvers |
Types.h | Header file for the complementarity solver types |
► sparse | |
CompressedMatrix.h | Implementation of a compressed MxN matrix |
CompressedVector.h | Implementation of an arbitrarily sized compressed vector |
Forward.h | Header file for all forward declarations for sparse vectors and matrices |
MatrixAccessProxy.h | Header file for the MatrixAccessProxy class |
SparseElement.h | Header file for the SparseElement base class |
ValueIndexPair.h | Header file for the ValueIndexPair class |
VectorAccessProxy.h | Header file for the VectorAccessProxy class |
► traits | |
AbsExprTrait.h | Header file for the AbsExprTrait class template |
AddExprTrait.h | Header file for the AddExprTrait class template |
AddTrait.h | Header file for the addition trait |
CMathTrait.h | Header file for the cmath trait |
ColumnExprTrait.h | Header file for the ColumnExprTrait class template |
ColumnTrait.h | Header file for the column trait |
CrossExprTrait.h | Header file for the CrossExprTrait class template |
CrossTrait.h | Header file for the cross product trait |
DivExprTrait.h | Header file for the DivExprTrait class template |
DivTrait.h | Header file for the division trait |
DMatAbsExprTrait.h | Header file for the DMatAbsExprTrait class template |
DMatDMatAddExprTrait.h | Header file for the DMatDMatAddExprTrait class template |
DMatDMatMultExprTrait.h | Header file for the DMatDMatMultExprTrait class template |
DMatDMatSubExprTrait.h | Header file for the DMatDMatSubExprTrait class template |
DMatDVecMultExprTrait.h | Header file for the DMatDVecMultExprTrait class template |
DMatEvalExprTrait.h | Header file for the DMatEvalExprTrait class template |
DMatScalarDivExprTrait.h | Header file for the DMatScalarDivExprTrait class template |
DMatScalarMultExprTrait.h | Header file for the DMatScalarMultExprTrait class template |
DMatSerialExprTrait.h | Header file for the DMatSerialExprTrait class template |
DMatSMatAddExprTrait.h | Header file for the DMatSMatAddExprTrait class template |
DMatSMatMultExprTrait.h | Header file for the DMatSMatMultExprTrait class template |
DMatSMatSubExprTrait.h | Header file for the DMatSMatSubExprTrait class template |
DMatSVecMultExprTrait.h | Header file for the DMatSVecMultExprTrait class template |
DMatTDMatAddExprTrait.h | Header file for the DMatTDMatAddExprTrait class template |
DMatTDMatMultExprTrait.h | Header file for the DMatTDMatMultExprTrait class template |
DMatTDMatSubExprTrait.h | Header file for the DMatTDMatSubExprTrait class template |
DMatTransExprTrait.h | Header file for the DMatTransExprTrait class template |
DMatTSMatAddExprTrait.h | Header file for the DMatTSMatAddExprTrait class template |
DMatTSMatMultExprTrait.h | Header file for the DMatTSMatMultExprTrait class template |
DMatTSMatSubExprTrait.h | Header file for the DMatTSMatSubExprTrait class template |
DVecAbsExprTrait.h | Header file for the DVecAbsExprTrait class template |
DVecDVecAddExprTrait.h | Header file for the DVecDVecAddExprTrait class template |
DVecDVecCrossExprTrait.h | Header file for the DVecDVecCrossExprTrait class template |
DVecDVecMultExprTrait.h | Header file for the DVecDVecMultExprTrait class template |
DVecDVecSubExprTrait.h | Header file for the DVecDVecSubExprTrait class template |
DVecEvalExprTrait.h | Header file for the DVecEvalExprTrait class template |
DVecScalarDivExprTrait.h | Header file for the DVecScalarDivExprTrait class template |
DVecScalarMultExprTrait.h | Header file for the DVecScalarMultExprTrait class template |
DVecSerialExprTrait.h | Header file for the DVecSerialExprTrait class template |
DVecSVecAddExprTrait.h | Header file for the DVecSVecAddExprTrait class template |
DVecSVecCrossExprTrait.h | Header file for the DVecSVecCrossExprTrait class template |
DVecSVecMultExprTrait.h | Header file for the DVecSVecMultExprTrait class template |
DVecSVecSubExprTrait.h | Header file for the DVecSVecSubExprTrait class template |
DVecTDVecMultExprTrait.h | Header file for the DVecTDVecMultExprTrait class template |
DVecTransExprTrait.h | Header file for the DVecTransExprTrait class template |
DVecTSVecMultExprTrait.h | Header file for the DVecTSVecMultExprTrait class template |
EvalExprTrait.h | Header file for the EvalExprTrait class template |
MathTrait.h | Header file for the mathematical trait |
MultExprTrait.h | Header file for the MultExprTrait class template |
MultTrait.h | Header file for the multiplication trait |
RowExprTrait.h | Header file for the RowExprTrait class template |
RowTrait.h | Header file for the row trait |
SerialExprTrait.h | Header file for the SerialExprTrait class template |
SMatAbsExprTrait.h | Header file for the SMatAbsExprTrait class template |
SMatDMatAddExprTrait.h | Header file for the SMatDMatAddExprTrait class template |
SMatDMatMultExprTrait.h | Header file for the SMatDMatMultExprTrait class template |
SMatDMatSubExprTrait.h | Header file for the SMatDMatSubExprTrait class template |
SMatDVecMultExprTrait.h | Header file for the SMatDVecMultExprTrait class template |
SMatEvalExprTrait.h | Header file for the SMatEvalExprTrait class template |
SMatScalarDivExprTrait.h | Header file for the SMatScalarDivExprTrait class template |
SMatScalarMultExprTrait.h | Header file for the SMatScalarMultExprTrait class template |
SMatSerialExprTrait.h | Header file for the SMatSerialExprTrait class template |
SMatSMatAddExprTrait.h | Header file for the SMatSMatAddExprTrait class template |
SMatSMatMultExprTrait.h | Header file for the SMatSMatMultExprTrait class template |
SMatSMatSubExprTrait.h | Header file for the SMatSMatSubExprTrait class template |
SMatSVecMultExprTrait.h | Header file for the SMatSVecMultExprTrait class template |
SMatTDMatAddExprTrait.h | Header file for the SMatTDMatAddExprTrait class template |
SMatTDMatMultExprTrait.h | Header file for the SMatTDMatMultExprTrait class template |
SMatTDMatSubExprTrait.h | Header file for the SMatTDMatSubExprTrait class template |
SMatTransExprTrait.h | Header file for the SMatTransExprTrait class template |
SMatTSMatAddExprTrait.h | Header file for the SMatTSMatAddExprTrait class template |
SMatTSMatMultExprTrait.h | Header file for the SMatTSMatMultExprTrait class template |
SMatTSMatSubExprTrait.h | Header file for the SMatTSMatSubExprTrait class template |
SubExprTrait.h | Header file for the SubExprTrait class template |
SubmatrixExprTrait.h | Header file for the SubmatrixExprTrait class template |
SubmatrixTrait.h | Header file for the submatrix trait |
SubTrait.h | Header file for the subtraction trait |
SubvectorExprTrait.h | Header file for the SubvectorExprTrait class template |
SubvectorTrait.h | Header file for the subvector trait |
SVecAbsExprTrait.h | Header file for the SVecAbsExprTrait class template |
SVecDVecAddExprTrait.h | Header file for the SVecDVecAddExprTrait class template |
SVecDVecCrossExprTrait.h | Header file for the SVecDVecCrossExprTrait class template |
SVecDVecMultExprTrait.h | Header file for the SVecDVecMultExprTrait class template |
SVecDVecSubExprTrait.h | Header file for the SVecDVecSubExprTrait class template |
SVecEvalExprTrait.h | Header file for the SVecEvalExprTrait class template |
SVecScalarDivExprTrait.h | Header file for the SVecScalarDivExprTrait class template |
SVecScalarMultExprTrait.h | Header file for the SVecScalarMultExprTrait class template |
SVecSerialExprTrait.h | Header file for the SVecSerialExprTrait class template |
SVecSVecAddExprTrait.h | Header file for the SVecSVecAddExprTrait class template |
SVecSVecCrossExprTrait.h | Header file for the SVecSVecCrossExprTrait class template |
SVecSVecMultExprTrait.h | Header file for the SVecSVecMultExprTrait class template |
SVecSVecSubExprTrait.h | Header file for the SVecSVecSubExprTrait class template |
SVecTDVecMultExprTrait.h | Header file for the SVecTDVecMultExprTrait class template |
SVecTransExprTrait.h | Header file for the SVecTransExprTrait class template |
SVecTSVecMultExprTrait.h | Header file for the SVecTSVecMultExprTrait class template |
TDMatAbsExprTrait.h | Header file for the TDMatAbsExprTrait class template |
TDMatDMatAddExprTrait.h | Header file for the TDMatDMatAddExprTrait class template |
TDMatDMatMultExprTrait.h | Header file for the TDMatDMatMultExprTrait class template |
TDMatDMatSubExprTrait.h | Header file for the TDMatDMatSubExprTrait class template |
TDMatDVecMultExprTrait.h | Header file for the TDMatDVecMultExprTrait class template |
TDMatEvalExprTrait.h | Header file for the TDMatEvalExprTrait class template |
TDMatScalarDivExprTrait.h | Header file for the TDMatScalarDivExprTrait class template |
TDMatScalarMultExprTrait.h | Header file for the TDMatScalarMultExprTrait class template |
TDMatSerialExprTrait.h | Header file for the TDMatSerialExprTrait class template |
TDMatSMatAddExprTrait.h | Header file for the TDMatSMatAddExprTrait class template |
TDMatSMatMultExprTrait.h | Header file for the TDMatSMatMultExprTrait class template |
TDMatSMatSubExprTrait.h | Header file for the TDMatSMatSubExprTrait class template |
TDMatSVecMultExprTrait.h | Header file for the TDMatSVecMultExprTrait class template |
TDMatTDMatAddExprTrait.h | Header file for the TDMatTDMatAddExprTrait class template |
TDMatTDMatMultExprTrait.h | Header file for the TDMatTDMatMultExprTrait class template |
TDMatTDMatSubExprTrait.h | Header file for the TDMatTDMatSubExprTrait class template |
TDMatTransExprTrait.h | Header file for the TDMatTransExprTrait class template |
TDMatTSMatAddExprTrait.h | Header file for the TDMatTSMatAddExprTrait class template |
TDMatTSMatMultExprTrait.h | Header file for the TDMatTSMatMultExprTrait class template |
TDMatTSMatSubExprTrait.h | Header file for the TDMatTSMatSubExprTrait class template |
TDVecAbsExprTrait.h | Header file for the TDVecAbsExprTrait class template |
TDVecDMatMultExprTrait.h | Header file for the TDVecDMatMultExprTrait class template |
TDVecDVecMultExprTrait.h | Header file for the TDVecDVecMultExprTrait class template |
TDVecEvalExprTrait.h | Header file for the TDVecEvalExprTrait class template |
TDVecScalarDivExprTrait.h | Header file for the TDVecScalarDivExprTrait class template |
TDVecScalarMultExprTrait.h | Header file for the TDVecScalarMultExprTrait class template |
TDVecSerialExprTrait.h | Header file for the TDVecSerialExprTrait class template |
TDVecSMatMultExprTrait.h | Header file for the TDVecSMatMultExprTrait class template |
TDVecSVecMultExprTrait.h | Header file for the TDVecSVecMultExprTrait class template |
TDVecTDMatMultExprTrait.h | Header file for the TDVecTDMatMultExprTrait class template |
TDVecTDVecAddExprTrait.h | Header file for the TDVecTDVecAddExprTrait class template |
TDVecTDVecMultExprTrait.h | Header file for the TDVecTDVecMultExprTrait class template |
TDVecTDVecSubExprTrait.h | Header file for the TDVecTDVecSubExprTrait class template |
TDVecTransExprTrait.h | Header file for the TDVecTransExprTrait class template |
TDVecTSMatMultExprTrait.h | Header file for the TDVecTSMatMultExprTrait class template |
TDVecTSVecAddExprTrait.h | Header file for the TDVecTSVecAddExprTrait class template |
TDVecTSVecMultExprTrait.h | Header file for the TDVecTSVecMultExprTrait class template |
TDVecTSVecSubExprTrait.h | Header file for the TDVecTSVecSubExprTrait class template |
Traits.h | Mathematical expression traits module documentation |
TransExprTrait.h | Header file for the TransExprTrait class template |
TSMatAbsExprTrait.h | Header file for the TSMatAbsExprTrait class template |
TSMatDMatAddExprTrait.h | Header file for the TSMatDMatAddExprTrait class template |
TSMatDMatMultExprTrait.h | Header file for the TSMatDMatMultExprTrait class template |
TSMatDMatSubExprTrait.h | Header file for the TSMatDMatSubExprTrait class template |
TSMatDVecMultExprTrait.h | Header file for the TSMatDVecMultExprTrait class template |
TSMatEvalExprTrait.h | Header file for the TSMatEvalExprTrait class template |
TSMatScalarDivExprTrait.h | Header file for the TSMatScalarDivExprTrait class template |
TSMatScalarMultExprTrait.h | Header file for the TSMatScalarMultExprTrait class template |
TSMatSerialExprTrait.h | Header file for the TSMatSerialExprTrait class template |
TSMatSMatAddExprTrait.h | Header file for the TSMatSMatAddExprTrait class template |
TSMatSMatMultExprTrait.h | Header file for the TSMatSMatMultExprTrait class template |
TSMatSMatSubExprTrait.h | Header file for the TSMatSMatSubExprTrait class template |
TSMatSVecMultExprTrait.h | Header file for the TSMatSVecMultExprTrait class template |
TSMatTDMatAddExprTrait.h | Header file for the TSMatTDMatAddExprTrait class template |
TSMatTDMatMultExprTrait.h | Header file for the TSMatTDMatMultExprTrait class template |
TSMatTDMatSubExprTrait.h | Header file for the TSMatTDMatSubExprTrait class template |
TSMatTransExprTrait.h | Header file for the TSMatTransExprTrait class template |
TSMatTSMatAddExprTrait.h | Header file for the TSMatTSMatAddExprTrait class template |
TSMatTSMatMultExprTrait.h | Header file for the TSMatTSMatMultExprTrait class template |
TSMatTSMatSubExprTrait.h | Header file for the TSMatTSMatSubExprTrait class template |
TSVecAbsExprTrait.h | Header file for the TSVecAbsExprTrait class template |
TSVecDMatMultExprTrait.h | Header file for the TSVecDMatMultExprTrait class template |
TSVecDVecMultExprTrait.h | Header file for the TSVecDVecMultExprTrait class template |
TSVecEvalExprTrait.h | Header file for the TSVecEvalExprTrait class template |
TSVecScalarDivExprTrait.h | Header file for the TSVecScalarDivExprTrait class template |
TSVecScalarMultExprTrait.h | Header file for the TSVecScalarMultExprTrait class template |
TSVecSerialExprTrait.h | Header file for the TSVecSerialExprTrait class template |
TSVecSMatMultExprTrait.h | Header file for the TSVecSMatMultExprTrait class template |
TSVecSVecMultExprTrait.h | Header file for the TSVecSVecMultExprTrait class template |
TSVecTDMatMultExprTrait.h | Header file for the TSVecTDMatMultExprTrait class template |
TSVecTDVecAddExprTrait.h | Header file for the TSVecTDVecAddExprTrait class template |
TSVecTDVecMultExprTrait.h | Header file for the TSVecTDVecMultExprTrait class template |
TSVecTDVecSubExprTrait.h | Header file for the TSVecTDVecSubExprTrait class template |
TSVecTransExprTrait.h | Header file for the TSVecTransExprTrait class template |
TSVecTSMatMultExprTrait.h | Header file for the TSVecTSMatMultExprTrait class template |
TSVecTSVecAddExprTrait.h | Header file for the TSVecTSVecAddExprTrait class template |
TSVecTSVecMultExprTrait.h | Header file for the TSVecTSVecMultExprTrait class template |
TSVecTSVecSubExprTrait.h | Header file for the TSVecTSVecSubExprTrait class template |
► typetraits | |
BaseElementType.h | Header file for the BaseElementType type trait |
IsAbsExpr.h | Header file for the IsAbsExpr type trait class |
IsAddExpr.h | Header file for the IsAddExpr type trait class |
IsBlasCompatible.h | Header file for the IsBlasCompatible type trait |
IsColumn.h | Header file for the IsColumn type trait |
IsColumnMajorMatrix.h | Header file for the IsColumnMajorMatrix type trait |
IsColumnVector.h | Header file for the IsColumnVector type trait |
IsComputation.h | Header file for the IsComputation type trait class |
IsCrossExpr.h | Header file for the IsCrossExpr type trait class |
IsDenseMatrix.h | Header file for the IsDenseMatrix type trait |
IsDenseVector.h | Header file for the IsDenseVector type trait |
IsDivExpr.h | Header file for the IsDivExpr type trait class |
IsEvalExpr.h | Header file for the IsEvalExpr type trait class |
IsExpression.h | Header file for the IsExpression type trait class |
IsMatAbsExpr.h | Header file for the IsMatAbsExpr type trait class |
IsMatEvalExpr.h | Header file for the IsMatEvalExpr type trait class |
IsMatMatAddExpr.h | Header file for the IsMatMatAddExpr type trait class |
IsMatMatMultExpr.h | Header file for the IsMatMatMultExpr type trait class |
IsMatMatSubExpr.h | Header file for the IsMatMatSubExpr type trait class |
IsMatrix.h | Header file for the IsMatrix type trait |
IsMatScalarDivExpr.h | Header file for the IsMatScalarDivExpr type trait class |
IsMatScalarMultExpr.h | Header file for the IsMatScalarMultExpr type trait class |
IsMatSerialExpr.h | Header file for the IsMatSerialExpr type trait class |
IsMatTransExpr.h | Header file for the IsMatTransExpr type trait class |
IsMatVecMultExpr.h | Header file for the IsMatVecMultExpr type trait class |
IsMultExpr.h | Header file for the IsMultExpr type trait class |
IsResizable.h | Header file for the IsResizable type trait |
IsRow.h | Header file for the IsRow type trait |
IsRowMajorMatrix.h | Header file for the IsRowMajorMatrix type trait |
IsRowVector.h | Header file for the IsRowVector type trait |
IsSerialExpr.h | Header file for the IsSerialExpr type trait class |
IsSMPAssignable.h | Header file for the IsSMPAssignable type trait |
IsSparseElement.h | Header file for the IsSparseElement type trait class |
IsSparseMatrix.h | Header file for the IsSparseMatrix type trait |
IsSparseVector.h | Header file for the IsSparseVector type trait |
IsSubExpr.h | Header file for the IsSubExpr type trait class |
IsSubmatrix.h | Header file for the IsSubmatrix type trait |
IsSubvector.h | Header file for the IsSubvector type trait |
IsTemporary.h | Header file for the IsTemporary type trait class |
IsTransExpr.h | Header file for the IsTransExpr type trait class |
IsTVecMatMultExpr.h | Header file for the IsTVecMatMultExpr type trait class |
IsVecAbsExpr.h | Header file for the IsVecAbsExpr type trait class |
IsVecEvalExpr.h | Header file for the IsVecEvalExpr type trait class |
IsVecScalarDivExpr.h | Header file for the IsVecScalarDivExpr type trait class |
IsVecScalarMultExpr.h | Header file for the IsVecScalarMultExpr type trait class |
IsVecSerialExpr.h | Header file for the IsVecSerialExpr type trait class |
IsVector.h | Header file for the IsVector type trait |
IsVecTransExpr.h | Header file for the IsVecTransExpr type trait class |
IsVecTVecMultExpr.h | Header file for the IsVecTVecMultExpr type trait class |
IsVecVecAddExpr.h | Header file for the IsVecVecAddExpr type trait class |
IsVecVecMultExpr.h | Header file for the IsVecVecMultExpr type trait class |
IsVecVecSubExpr.h | Header file for the IsVecVecSubExpr type trait class |
IsView.h | Header file for the IsView type trait |
NumericElementType.h | Header file for the NumericElementType type trait |
RequiresEvaluation.h | Header file for the RequiresEvaluation type trait |
TypeTraits.h | Mathematical type traits module documentation |
► views | |
AlignmentFlag.h | Header file for the subvector/submatrix alignment flag values |
Column.h | Header file for all restructuring column functions |
DenseColumn.h | Header file for the DenseColumn class template |
DenseRow.h | Header file for the DenseRow class template |
DenseSubmatrix.h | Header file for the DenseSubmatrix class template |
DenseSubvector.h | Header file for the DenseSubvector class template |
Forward.h | Header file for all forward declarations for views |
Row.h | Header file for all restructuring row functions |
SparseColumn.h | Header file for the SparseColumn class template |
SparseRow.h | Header file for the SparseRow class template |
SparseSubmatrix.h | Header file for the SparseSubmatrix class template |
SparseSubvector.h | Header file for the SparseSubvector class template |
Submatrix.h | Header file for all restructuring submatrix functions |
Subvector.h | Header file for all restructuring subvector functions |
Views.h | Views module documentation |
Accuracy.h | Computation accuracy for floating point data types |
CompressedMatrix.h | Header file for the complete CompressedMatrix implementation |
CompressedVector.h | Header file for the complete CompressedVector implementation |
Constants.h | Header file for mathematical constants |
Constraints.h | Header file for all mathematical constraints |
DenseColumn.h | Header file for the complete DenseColumn implementation |
DenseMatrix.h | Header file for the DenseMatrix CRTP base class |
DenseRow.h | Header file for the complete DenseRow implementation |
DenseSubmatrix.h | Header file for the complete DenseSubmatrix implementation |
DenseSubvector.h | Header file for the complete DenseSubvector implementation |
DenseVector.h | Header file for all basic DenseVector functionality |
DynamicMatrix.h | Header file for the complete DynamicMatrix implementation |
DynamicVector.h | Header file for the complete DynamicVector implementation |
Epsilon.h | Numerical epsilon value for floating point data types |
Forward.h | Header file for all forward declarations of the math module |
Functions.h | Header file for mathematical functions |
HybridMatrix.h | Header file for the complete HybridMatrix implementation |
HybridVector.h | Header file for the complete HybridVector implementation |
Infinity.h | Numerical infinity for built-in data types |
Intrinsics.h | Header file for all intrinsic functionality |
Math.h | Math module documentation |
Matrix.h | Header file for all basic Matrix functionality |
Problems.h | Header file for the mathematical problem formulations |
Quaternion.h | Header file for the implementation of a quaternion |
RotationMatrix.h | Implementation of a 3x3 rotation matrix |
Serialization.h | Header file for the serialization functionality for vectors and matrices |
Shims.h | Header file for the mathematical shims |
SMP.h | Header file for the shared memory parallelization |
Solvers.h | Header file for the complementarity solvers |
SparseColumn.h | Header file for the complete SparseColumn implementation |
SparseMatrix.h | Header file for the SparseMatrix CRTP base class |
SparseRow.h | Header file for the complete SparseRow implementation |
SparseSubmatrix.h | Header file for the complete SparseSubmatrix implementation |
SparseSubvector.h | Header file for the complete SparseSubvector implementation |
SparseVector.h | Header file for all basic SparseVector functionality |
StaticMatrix.h | Header file for the complete StaticMatrix implementation |
StaticVector.h | Header file for the complete StaticVector implementation |
StorageOrder.h | Header file for the matrix storage order types |
Traits.h | Header file for all expression traits |
TransposeFlag.h | Header file for the vector transpose flag types |
TypeTraits.h | Header file for all type traits |
Vector.h | Header file for all basic Vector functionality |
Views.h | Header file for the vector and matrix views |
► system | |
Alignment.h | System specific memory alignment definitions |
Assertion.h | Configuration of the run time assertion macros |
BLAS.h | System settings for the BLAS mode |
CacheSize.h | Header file for the cache size of the target architecture |
Deprecated.h | System specific deprecated tags |
Logging.h | System settings for the logging functionality |
MPI.h | System settings for the MPI parallelization |
Precision.h | Header file for the floating point precision of the Blaze library |
Random.h | Header file for the random number generator used in the Blaze library |
Restrict.h | System settings for the restrict keyword |
Signature.h | Header file for a compiler independent type/function signature macro |
SMP.h | System settings for the shared-memory parallelization |
Solvers.h | System settings for for the mathematical solvers |
StorageOrder.h | Header file for the default storage order for all vectors of the Blaze library |
Streaming.h | System settings for streaming (non-temporal stores) |
System.h | System module documentation |
Thresholds.h | Header file for the thresholds for matrix/vector and matrix/matrix multiplications |
TransposeFlag.h | Header file for the default transpose flag for all vectors of the Blaze library |
Vectorization.h | System settings for the SSE mode |
Version.h | Header file for the current version of the Blaze library |
WarningDisable.h | Deactivation of compiler specific warnings |
► util | |
► constraints | |
Arithmetic.h | Constraint on the data type |
Array.h | Constraint on the data type |
BaseOf.h | Constraint on the inheritance relationship of a data type |
Boolean.h | Constraint on the data type |
Builtin.h | Constraint on the data type |
Class.h | Constraint on the data type |
Comparable.h | Constraint on the pointer relationship |
Complex.h | Constraint on the data type |
Const.h | Constraint on the data type |
Constraints.h | Header file for compile time constraints |
ConstraintTest.h | Constraint wrapper class |
Convertible.h | Constraint on the pointer relationship |
DerivedFrom.h | Constraint on the inheritance relationship of a data type |
Double.h | Constraint on the data type |
Empty.h | Constraint on the data type |
Float.h | Constraint on the data type |
FloatingPoint.h | Constraint on the data type |
Integral.h | Constraint on the data type |
LongDouble.h | Constraint on the data type |
Numeric.h | Constraint on the data type |
Object.h | Constraint on the data type |
Pod.h | Constraint on the data type |
Pointer.h | Constraint on the data type |
Rank.h | Constraint on the rank of a data type |
Reference.h | Constraint on the data type |
SameSize.h | Constraint on the size of two data types |
SameType.h | Data type constraint |
Signed.h | Constraint on the data type |
Size.h | Constraint on the size of a data type |
Subscriptable.h | Constraint on the data type |
TypeRestriction.h | Constraint on the data type |
Union.h | Constraint on the data type |
Unsigned.h | Constraint on the data type |
Vectorizable.h | Constraint on the data type |
Void.h | Constraint on the data type |
Volatile.h | Constraint on the data type |
► logging | |
DebugSection.h | Header file for the log debug section |
DetailSection.h | Header file for the log detail section |
ErrorSection.h | Header file for the log error section |
FunctionTrace.h | Header file for the FunctionTrace class |
InfoSection.h | Header file for the log info section |
Logger.h | Header file for the Logger class |
Logging.h | Logging module documentation |
LogLevel.h | Header file for the logging levels |
LogSection.h | Header file for the LogSection class |
ProgressSection.h | Header file for the log progress section |
WarningSection.h | Header file for the log warning section |
► mpl | |
And.h | Header file for the And class template |
EqualTo.h | Header file for the EqualTo class template |
If.h | Header file for the If class template |
MPL.h | Meta-Programming Language (MPL) module documentation |
Not.h | Header file for the Not class template |
Or.h | Header file for the Or class template |
► policies | |
ArrayDelete.h | Header file for the ArrayDelete policy classes |
ConstantGrowth.h | Header file for the ConstantGrowth policy classes |
Deallocate.h | Header file for the Deallocate policy classes |
DefaultDelete.h | Header file for the DefaultDelete policy classes |
LinearGrowth.h | Header file for the LinearGrowth policy classes |
NoDelete.h | Header file for the NoDelete policy classes |
OptimalGrowth.h | Header file for the OptimalGrowth policy classes |
PtrDelete.h | Header file for the PtrDelete policy classes |
► serialization | |
Archive.h | Header file for the Archive class |
Serialization.h | Type traits module documentation |
► singleton | |
Dependency.h | Header file for the Dependency class |
Singleton.h | Header file for the Singleton class |
► threadpool | |
Task.h | Header file for the Task base class |
TaskQueue.h | Task queue for the thread pool |
ThreadPool.h | Threadpool module documentation |
► timing | |
CpuPolicy.h | CPU timing policy for the Timer class |
CpuTimer.h | Progress timer for CPU time measurements |
Timer.h | Progress timer for time and performance measurements |
Timing.h | Timing module documentation |
WcPolicy.h | Wall clock timing policy for the Timer class |
WcTimer.h | Progress timer for wall clock time measurements |
► typetraits | |
AddConst.h | Header file for the AddConst type trait |
AddCV.h | Header file for the AddCV type trait |
AddPointer.h | Header file for the AddPointer type trait |
AddReference.h | Header file for the AddReference type trait |
AddVolatile.h | Header file for the AddVolatile type trait |
Extent.h | Header file for the Extent type trait |
HasSize.h | Header file for the HasSize type trait |
HaveSameSize.h | Header file for the HaveSameSize type trait |
IsArithmetic.h | Header file for the IsArithmetic type trait |
IsArray.h | Header file for the IsArray type trait |
IsBaseOf.h | Header file for the IsBaseOf type trait |
IsBoolean.h | Header file for the IsBoolean type trait |
IsBuiltin.h | Header file for the IsBuiltin type trait |
IsCharacter.h | Header file for the IsCharacter type trait |
IsClass.h | Header file for the IsClass type trait |
IsComplex.h | Header file for the IsComplex type trait |
IsConst.h | Header file for the IsConst type trait |
IsConvertible.h | Header file for the IsConvertible type trait |
IsDouble.h | Header file for the IsDouble type trait |
IsEmpty.h | Header file for the IsEmpty type trait |
IsFloat.h | Header file for the IsFloat type trait |
IsFloatingPoint.h | Header file for the IsFloatingPoint type trait |
IsInteger.h | Header file for the IsInteger type trait |
IsIntegral.h | Header file for the IsIntegral type trait |
IsLong.h | Header file for the IsLong type trait |
IsLongDouble.h | Header file for the IsLongDouble type trait |
IsNumeric.h | Header file for the IsNumeric type trait |
IsObject.h | Header file for the IsObject type trait |
IsPod.h | Header file for the IsPod type trait |
IsPointer.h | Header file for the IsPointer type trait |
IsReference.h | Header file for the IsReference type trait |
IsSame.h | Header file for the IsSame and IsStrictlySame type traits |
IsShort.h | Header file for the IsShort type trait |
IsSigned.h | Header file for the IsSigned type trait |
IsUnion.h | Header file for the IsUnion type trait |
IsUnsigned.h | Header file for the IsUnsigned type trait |
IsVectorizable.h | Header file for the IsVectorizable type trait |
IsVoid.h | Header file for the IsVoid type trait |
IsVolatile.h | Header file for the IsVolatile type trait |
Rank.h | Header file for the Rank type trait |
RemoveAllExtents.h | Header file for the RemoveAllExtents type trait |
RemoveConst.h | Header file for the RemoveConst type trait |
RemoveCV.h | Header file for the RemoveCV type trait |
RemoveExtent.h | Header file for the RemoveExtent type trait |
RemovePointer.h | Header file for the RemovePointer type trait |
RemoveReference.h | Header file for the RemoveReference type trait |
RemoveVolatile.h | Header file for the RemoveVolatile type trait |
TypeTraits.h | Type traits module documentation |
► valuetraits | |
IsEven.h | Header file for the IsEven value trait |
IsOdd.h | Header file for the IsEven value trait |
IsPowerOf.h | Header file for the IsPowerOf value trait |
ValueTraits.h | Value traits module documentation |
Algorithm.h | Headerfile for generic algorithms |
AlignedAllocator.h | |
AlignedArray.h | Header file for the AlignedArray implementation |
AlignedStorage.h | Header file for the AlignedStorage implementation |
AlignmentCheck.h | Header file for the alignment check function |
AlignmentTrait.h | Header file for the alignment trait |
Assert.h | Header file for run time assertion macros |
Byte.h | Header file for the byte type |
ColorMacros.h | Header file for color macros |
Complex.h | Header file for the complex data type |
Constraints.h | Header file for compile time constraints |
Convert.h | Conversion functionality |
DimensionOf.h | Compile time evaluation of array sizes |
DisableIf.h | Header file for the DisableIf class template |
EmptyType.h | Header file for the empty type |
EnableIf.h | Header file for the EnableIf class template |
FalseType.h | Header file for the FalseType type/value trait base class |
InputString.h | String implementation for the extraction of input strings |
InvalidType.h | Utility type for generic codes |
Limits.h | Numerical limits of built-in data types |
Logging.h | Header file for the logging functionality |
Memory.h | Header file for memory allocation and deallocation functionality |
MemoryPool.h | Header file for the memory pool class |
MPL.h | Header file for all meta-programming tools |
NonCopyable.h | Base class for non-copyable class instances |
NonCreatable.h | Base class for non-creatable (static) classes |
Null.h | Header file for a safe C++ NULL pointer implementation |
NullType.h | Utility type for generic codes |
PointerCast.h | Cast operators for pointer types |
Policies.h | Header file for policy classes |
PtrIterator.h | Iterator class for pointer vectors |
PtrVector.h | Implementation of a vector for (polymorphic) pointers |
Random.h | Implementation of a random number generator |
SelectType.h | Header file for the SelectType class template |
Serialization.h | Header file for all serialization functionality |
Singleton.h | Header file for the Singleton class |
SizeTrait.h | Header file for the size trait |
StaticAssert.h | Compile time assertion |
Suffix.h | Header file for compile time constraints |
SystemClock.h | Header file for the SystemClock class |
SystemClockID.h | Implementation of a smart SystemClock handle |
Template.h | Header file for nested template disabiguation |
Thread.h | Header file for the Thread class |
ThreadPool.h | Header file of the ThreadPool class |
Time.h | Header file for time functions |
Timing.h | Header file for the timing submodule |
TrueType.h | Header file for the TrueType type/value trait base class |
TypeList.h | Header file for a type list implementation |
Types.h | Header file for basic type definitions |
TypeTraits.h | Header file for all type traits |
UniqueArray.h | Header file for the UniqueArray smart pointer class |
UniquePtr.h | Header file for the UniquePtr smart pointer class |
UnsignedValue.h | Header file for the UnsignedValue class |
Unused.h | Header file for the UNUSED_PARAMETER function template |
Util.h | Utility module documentation |
ValueTraits.h | Header file for all value traits |
Blaze.h | Primary include file of the Blaze library |
Math.h | Header file for the inclusion of the math module of the Blaze library |
Util.h | Header file for the inclusion of the utility module of the Blaze library |
▼ src | |
► math | |
► solvers | |
CG.cpp | Source file for the conjugate gradient solver |
CPG.cpp | Implementation of the conjugate projected gradient algorithm |
GaussianElimination.cpp | Source file for the GaussianElimination class |
Lemke.cpp | The Lemke pivoting algorithm for solving LCPs |
PGS.cpp | Implementation of the projected Gauss-Seidel algorithm |
► util | |
► logging | |
FunctionTrace.cpp | Source file for the FunctionTrace class |
Logger.cpp | Source file for the Logger class |
LogSection.cpp | Source file for the LogSection class |
SystemClock.cpp | Source file for the SystemClock class |