![]() |
▼ blaze | |
▶ config | |
Assertion.h | Configuration of the run time assertion macros |
BLAS.h | Configuration of the BLAS mode |
CacheSize.h | Configuration of the cache size of the target architecture |
Config.h | Config module documentation |
Debugging.h | Configuration of the debugging policy of the Blaze library |
Inline.h | Configuration of the inline policy of the Blaze library |
MPI.h | Configuration of the MPI parallelization |
Optimizations.h | Configuration of performance optimizations |
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 |
StorageOrder.h | Configuration of the default storage order for all matrices of the Blaze library |
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 | |
▶ adaptors | |
▶ diagonalmatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the DiagonalMatrix |
Dense.h | DiagonalMatrix specialization for dense matrices |
DiagonalProxy.h | Header file for the DiagonalProxy class |
Sparse.h | DiagonalMatrix specialization for sparse matrices |
▶ hermitianmatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the HeritianMatrix |
Dense.h | HermitianMatrix specialization for dense matrices |
HermitianElement.h | Header file for the HermitianElement class |
HermitianProxy.h | Header file for the HermitianProxy class |
HermitianValue.h | Header file for the HermitianValue class |
Sparse.h | HermitianMatrix specialization for sparse matrices |
▶ lowermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the LowerMatrix |
Dense.h | LowerMatrix specialization for dense matrices |
LowerProxy.h | Header file for the LowerProxy class |
Sparse.h | LowerMatrix specialization for sparse matrices |
▶ strictlylowermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the StrictlyLowerMatrix |
Dense.h | StrictlyLowerMatrix specialization for dense matrices |
Sparse.h | StrictlyLowerMatrix specialization for sparse matrices |
StrictlyLowerProxy.h | Header file for the StrictlyLowerProxy class |
▶ strictlyuppermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the StrictlyUpperMatrix |
Dense.h | StrictlyUpperMatrix specialization for dense matrices |
Sparse.h | StrictlyUpperMatrix specialization for sparse matrices |
StrictlyUpperProxy.h | Header file for the StrictlyUpperProxy class |
▶ symmetricmatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the SymmetricMatrix |
DenseNonNumeric.h | SymmetricMatrix specialization for dense matrices with non-numeric element type |
DenseNumeric.h | SymmetricMatrix specialization for dense matrices with numeric element type |
NonNumericProxy.h | Header file for the NonNumericProxy class |
NumericProxy.h | Header file for the NumericProxy class |
SharedValue.h | Header file for the SharedValue class |
SparseNonNumeric.h | SymmetricMatrix specialization for sparse matrices with non-numeric element type |
SparseNumeric.h | SymmetricMatrix specialization for sparse matrices with numeric element type |
SymmetricElement.h | Header file for the SymmetricElement class |
SymmetricValue.h | Header file for the SymmetricValue class |
▶ unilowermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the UniLowerMatrix |
Dense.h | UniLowerMatrix specialization for dense matrices |
Sparse.h | UniLowerMatrix specialization for sparse matrices |
UniLowerElement.h | Header file for the UniLowerElement class |
UniLowerProxy.h | Header file for the UniLowerProxy class |
UniLowerValue.h | Header file for the UniLowerValue class |
▶ uniuppermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the UniUpperMatrix |
Dense.h | UniUpperMatrix specialization for dense matrices |
Sparse.h | UniUpperMatrix specialization for sparse matrices |
UniUpperElement.h | Header file for the UniUpperElement class |
UniUpperProxy.h | Header file for the UniUpperProxy class |
UniUpperValue.h | Header file for the UniUpperValue class |
▶ uppermatrix | |
BaseTemplate.h | Header file for the implementation of the base template of the UpperMatrix |
Dense.h | UpperMatrix specialization for dense matrices |
Sparse.h | UpperMatrix specialization for sparse matrices |
UpperProxy.h | Header file for the UpperProxy class |
Adaptors.h | Adaptors module documentation |
DiagonalMatrix.h | Header file for the implementation of a diagonal matrix adaptor |
Forward.h | Header file for all adaptor forward declarations |
HermitianMatrix.h | Header file for the implementation of a Hermitian matrix adaptor |
LowerMatrix.h | Header file for the implementation of a lower matrix adaptor |
StrictlyLowerMatrix.h | Header file for the implementation of a strictly lower triangular matrix adaptor |
StrictlyUpperMatrix.h | Header file for the implementation of a strictly upper triangular matrix adaptor |
SymmetricMatrix.h | Header file for the implementation of a symmetric matrix adaptor |
UniLowerMatrix.h | Header file for the implementation of a lower unitriangular matrix adaptor |
UniUpperMatrix.h | Header file for the implementation of a upper unitriangular matrix adaptor |
UpperMatrix.h | Header file for the implementation of a upper matrix adaptor |
▶ blas | |
axpy.h | Header file for BLAS axpy product functions (axpy) |
BLAS.h | BLAS module documentation |
dotc.h | Header file for BLAS conjugate dot product (dotc) |
dotu.h | Header file for BLAS dot product (dotu) |
gemm.h | Header file for BLAS general matrix/matrix multiplication functions (gemm) |
gemv.h | Header file for BLAS general matrix/vector multiplication functions (gemv) |
trmm.h | Header file for BLAS triangular matrix/matrix multiplication functions (trmm) |
trmv.h | Header file for BLAS triangular matrix/vector multiplication functions (trmv) |
trsm.h | Header file for BLAS triangular system solver functions (trsm) |
▶ constraints | |
Adaptor.h | Constraint on the data type |
AddExpr.h | Constraint on the data type |
Aligned.h | Constraint on the data type |
Band.h | Constraint on the data type |
BinaryMapExpr.h | Constraint on the data type |
BLASCompatible.h | Constraint on the data type |
Column.h | Constraint on the data type |
ColumnMajorMatrix.h | Constraints on the storage order of matrix types |
Columns.h | Constraint on the data type |
ColumnVector.h | Constraint on the transpose flag of vector types |
Commutative.h | Constraint on the data type |
Computation.h | Constraint on the data type |
ConstDataAccess.h | Constraint on the data type |
Constraints.h | Documentation for the mathematical constraints module |
Contiguous.h | Constraint on the data type |
CrossExpr.h | Constraint on the data type |
Custom.h | Constraint on the data type |
Declaration.h | Constraint on the data type |
DeclDiagExpr.h | Constraint on the data type |
DeclExpr.h | Constraint on the data type |
DeclHermExpr.h | Constraint on the data type |
DeclLowExpr.h | Constraint on the data type |
DeclSymExpr.h | Constraint on the data type |
DeclUppExpr.h | Constraint on the data type |
DenseMatrix.h | Constraint on the data type |
DenseVector.h | Constraint on the data type |
Diagonal.h | Constraint on the data type |
DivExpr.h | Constraint on the data type |
Elements.h | Constraint on the data type |
EvalExpr.h | Constraint on the data type |
ExpandExpr.h | Constraint on the data type |
Expression.h | Constraint on the data type |
General.h | Constraint on the data type |
Hermitian.h | Constraint on the data type |
Identity.h | Constraint on the data type |
Initializer.h | Constraint on the data type |
Invertible.h | Constraint on the data type |
Lower.h | Constraint on the data type |
MatEvalExpr.h | Constraint on the data type |
MatInvExpr.h | Constraint on the data type |
MatMapExpr.h | Constraint on the data type |
MatMatAddExpr.h | Constraint on the data type |
MatMatMapExpr.h | Constraint on the data type |
MatMatMultExpr.h | Constraint on the data type |
MatMatSubExpr.h | Constraint on the data type |
MatReduceExpr.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 |
MutableDataAccess.h | Constraint on the data type |
NumericMatrix.h | Constraint on the data type |
NumericVector.h | Constraint on the data type |
Operation.h | Constraint on the data type |
OpposedView.h | Constraint on the data type |
Padded.h | Constraint on the data type |
PaddingEnabled.h | Constraint on the data type |
Proxy.h | Constraint on the data type |
ReduceExpr.h | Constraint on the data type |
RequiresEvaluation.h | Constraint on the data type |
Resizable.h | Constraint on the data type |
Restricted.h | Constraint on the data type |
Row.h | Constraint on the data type |
RowMajorMatrix.h | Constraints on the storage order of matrix types |
Rows.h | Constraint on the data type |
RowVector.h | Constraint on the transpose flag of vector types |
SchurExpr.h | Constraint on the data type |
SerialExpr.h | Constraint on the data type |
Shrinkable.h | Constraint on the data type |
SIMDCombinable.h | Constraint on the data type |
SIMDEnabled.h | Constraint on the data type |
SIMDPack.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 |
Square.h | Constraint on the data type |
Static.h | Constraint on the data type |
StorageOrder.h | Constraints on the storage order of matrix types |
StrictlyLower.h | Constraint on the data type |
StrictlyTriangular.h | Constraint on the data type |
StrictlyUpper.h | Constraint on the data type |
SubExpr.h | Constraint on the data type |
Submatrix.h | Constraint on the data type |
Subvector.h | Constraint on the data type |
Symmetric.h | Constraint on the data type |
TransExpr.h | Constraint on the data type |
Transformation.h | Constraint on the data type |
TransposeFlag.h | Constraint on the data type |
Triangular.h | Constraint on the data type |
TVecMatMultExpr.h | Constraint on the data type |
UnaryMapExpr.h | Constraint on the data type |
Uniform.h | Constraint on the data type |
UniLower.h | Constraint on the data type |
UniTriangular.h | Constraint on the data type |
UniUpper.h | Constraint on the data type |
Upper.h | Constraint on the data type |
VecEvalExpr.h | Constraint on the data type |
VecExpandExpr.h | Constraint on the data type |
VecMapExpr.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 |
VecVecDivExpr.h | Constraint on the data type |
VecVecMapExpr.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 |
Zero.h | Constraint on the data type |
▶ dense | |
CustomMatrix.h | Header file for the implementation of a customizable matrix |
CustomVector.h | Header file for the implementation of a customizable vector |
DenseIterator.h | Header file for the DenseIterator class template |
DenseMatrix.h | Header file for utility functions for dense matrices |
DenseVector.h | Header file for utility functions for dense vectors |
DynamicMatrix.h | Header file for the implementation of a dynamic MxN matrix |
DynamicVector.h | Header file for the implementation of an arbitrarily sized vector |
Eigen.h | Header file for the dense matrix eigenvalue functions |
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 |
InitializerIterator.h | Header file for the InitializerIterator class template |
InitializerMatrix.h | Header file for the implementation of a matrix representation of an initializer list |
InitializerVector.h | Header file for the implementation of a vector representation of an initializer list |
Inversion.h | Header file for the dense matrix in-place inversion kernels |
LLH.h | Header file for the dense matrix in-place Cholesky (LLH) decomposition |
LQ.h | Header file for the dense matrix in-place LQ decomposition |
LU.h | Header file for the dense matrix in-place LU decomposition |
MMM.h | Header file for the dense matrix multiplication kernels |
QL.h | Header file for the dense matrix in-place QL decomposition |
QR.h | Header file for the dense matrix in-place QR decomposition |
RQ.h | Header file for the dense matrix in-place RQ decomposition |
StaticMatrix.h | Header file for the implementation of a fixed-size matrix |
StaticVector.h | Header file for the implementation of a fixed-size vector |
SVD.h | Header file for the dense matrix singular value decomposition (SVD) |
UniformIterator.h | Header file for the UniformIterator class template |
UniformMatrix.h | Header file for the implementation of a uniform matrix |
UniformVector.h | Header file for the implementation of a uniform vector |
▶ expressions | |
AddExpr.h | Header file for the AddExpr base class |
BinaryMapExpr.h | Header file for the BinaryMapExpr base class |
Computation.h | Header file for the Computation base class |
CrossExpr.h | Header file for the CrossExpr base class |
Declaration.h | Header file for the Declaration base class |
DeclDiagExpr.h | Header file for the DeclDiagExpr base class |
DeclExpr.h | Header file for the DeclExpr base class |
DeclHermExpr.h | Header file for the DeclHermExpr base class |
DeclLowExpr.h | Header file for the DeclLowExpr base class |
DeclSymExpr.h | Header file for the DeclSymExpr base class |
DeclUppExpr.h | Header file for the DeclUppExpr 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 |
DMatDeclDiagExpr.h | Header file for the dense matrix diagonal declaration expression |
DMatDeclHermExpr.h | Header file for the dense matrix Hermitian declaration expression |
DMatDeclLowExpr.h | Header file for the dense matrix lower declaration expression |
DMatDeclSymExpr.h | Header file for the dense matrix symmetry declaration expression |
DMatDeclUppExpr.h | Header file for the dense matrix upper declaration expression |
DMatDetExpr.h | Header file for the dense matrix determinant expression |
DMatDMatAddExpr.h | Header file for the dense matrix/dense matrix addition expression |
DMatDMatEqualExpr.h | Header file for the dense matrix/dense matrix equality comparison expression |
DMatDMatMapExpr.h | Header file for the dense matrix/dense matrix map expression |
DMatDMatMultExpr.h | Header file for the dense matrix/dense matrix multiplication expression |
DMatDMatSchurExpr.h | Header file for the dense matrix/dense matrix Schur product 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 |
DMatInvExpr.h | Header file for the dense matrix inversion expression |
DMatMapExpr.h | Header file for the dense matrix map expression |
DMatNormExpr.h | Header file for the dense matrix norm expression |
DMatReduceExpr.h | Header file for the dense matrix reduce 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 |
DMatSMatEqualExpr.h | Header file for the dense matrix/sparse matrix equality comparison expression |
DMatSMatMultExpr.h | Header file for the dense matrix/sparse matrix multiplication expression |
DMatSMatSchurExpr.h | Header file for the dense matrix/sparse matrix Schur product expression |
DMatSMatSubExpr.h | Header file for the dense matrix/sparse matrix subtraction expression |
DMatSoftmaxExpr.h | Header file for the dense matrix softmax 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 |
DMatTDMatMapExpr.h | Header file for the dense matrix/transpose dense matrix map expression |
DMatTDMatMultExpr.h | Header file for the dense matrix/transpose dense matrix multiplication expression |
DMatTDMatSchurExpr.h | Header file for the dense matrix/transpose dense matrix Schur product 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 |
DMatTSMatSchurExpr.h | Header file for the dense matrix/transpose sparse matrix Schur product expression |
DMatTSMatSubExpr.h | Header file for the dense matrix/transpose sparse matrix subtraction 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 |
DVecDVecDivExpr.h | Header file for the dense vector/dense vector division expression |
DVecDVecEqualExpr.h | Header file for the dense vector/dense vector equality comparison expression |
DVecDVecInnerExpr.h | Header file for the dense vector/dense vector inner product expression |
DVecDVecMapExpr.h | Header file for the dense vector/dense vector map expression |
DVecDVecMultExpr.h | Header file for the dense vector/dense vector multiplication expression |
DVecDVecOuterExpr.h | Header file for the dense vector/dense vector outer product expression |
DVecDVecSubExpr.h | Header file for the dense vector/dense vector subtraction expression |
DVecEvalExpr.h | Header file for the dense vector evaluation expression |
DVecExpandExpr.h | Header file for the dense vector expansion expression |
DVecMapExpr.h | Header file for the dense vector map expression |
DVecNormExpr.h | Header file for the dense vector norm expression |
DVecReduceExpr.h | Header file for the dense vector reduce 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 |
DVecSoftmaxExpr.h | Header file for the dense vector softmax 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 |
DVecSVecEqualExpr.h | Header file for the dense vector/sparse vector equality comparison expression |
DVecSVecInnerExpr.h | Header file for the dense vector/sparse vector inner product expression |
DVecSVecMultExpr.h | Header file for the dense vector/sparse vector multiplication expression |
DVecSVecOuterExpr.h | Header file for the dense vector/sparse vector outer product expression |
DVecSVecSubExpr.h | Header file for the dense vector/sparse vector subtraction expression |
DVecTransExpr.h | Header file for the dense vector transpose expression |
DVecTransposer.h | Header file for the dense vector transposer |
EvalExpr.h | Header file for the EvalExpr base class |
ExpandExpr.h | Header file for the ExpandExpr base class |
ExpandExprData.h | Header file for the implementation of the ExpandExprData class template |
Expression.h | Header file for the Expression base class |
Forward.h | Header file for all forward declarations for expression class templates |
MatEvalExpr.h | Header file for the MatEvalExpr base class |
MatInvExpr.h | Header file for the MatInvExpr base class |
MatMapExpr.h | Header file for the MatMapExpr base class |
MatMatAddExpr.h | Header file for the MatMatAddExpr base class |
MatMatMapExpr.h | Header file for the MatMatMapExpr base class |
MatMatMultExpr.h | Header file for the MatMatMultExpr base class |
MatMatSubExpr.h | Header file for the MatMatSubExpr base class |
MatReduceExpr.h | Header file for the MatReduceExpr 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 |
Operation.h | Header file for the Operation base class |
ReduceExpr.h | Header file for the ReduceExpr base class |
SchurExpr.h | Header file for the SchurExpr base class |
SerialExpr.h | Header file for the SerialExpr base class |
SMatDeclDiagExpr.h | Header file for the sparse matrix diagonal declaration expression |
SMatDeclHermExpr.h | Header file for the sparse matrix Hermitian declaration expression |
SMatDeclLowExpr.h | Header file for the sparse matrix lower declaration expression |
SMatDeclSymExpr.h | Header file for the sparse matrix symmetry declaration expression |
SMatDeclUppExpr.h | Header file for the sparse matrix upper declaration expression |
SMatDMatMultExpr.h | Header file for the sparse matrix/dense matrix multiplication expression |
SMatDMatSchurExpr.h | Header file for the sparse matrix/dense matrix Schur product 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 |
SMatMapExpr.h | Header file for the sparse matrix map expression |
SMatNormExpr.h | Header file for the sparse matrix norm expression |
SMatReduceExpr.h | Header file for the sparse matrix reduce 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 |
SMatSMatEqualExpr.h | Header file for the sparse matrix/sparse matrix equality comparison expression |
SMatSMatMultExpr.h | Header file for the sparse matrix/sparse matrix multiplication expression |
SMatSMatSchurExpr.h | Header file for the sparse matrix/sparse matrix Schur product 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 |
SMatTSMatSchurExpr.h | Header file for the sparse matrix/transpose sparse matrix Schur product 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 |
SVecDVecCrossExpr.h | Header file for the sparse vector/sparse vector cross product expression |
SVecDVecDivExpr.h | Header file for the sparse vector/sparse vector division expression |
SVecDVecInnerExpr.h | Header file for the sparse vector/dense vector inner product expression |
SVecDVecMultExpr.h | Header file for the sparse vector/sparse vector multiplication expression |
SVecDVecOuterExpr.h | Header file for the sparse vector/dense vector outer product expression |
SVecDVecSubExpr.h | Header file for the sparse vector/dense vector subtraction expression |
SVecEvalExpr.h | Header file for the sparse vector evaluation expression |
SVecExpandExpr.h | Header file for the sparse vector expansion expression |
SVecMapExpr.h | Header file for the sparse vector map expression |
SVecNormExpr.h | Header file for the sparse vector norm expression |
SVecReduceExpr.h | Header file for the sparse vector reduce 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 |
SVecSVecEqualExpr.h | Header file for the sparse vector/sparse vector equality comparison expression |
SVecSVecInnerExpr.h | Header file for the sparse vector/sparse vector inner product expression |
SVecSVecMultExpr.h | Header file for the sparse vector/sparse vector multiplication expression |
SVecSVecOuterExpr.h | Header file for the sparse vector/sparse vector outer product expression |
SVecSVecSubExpr.h | Header file for the sparse vector/sparse vector subtraction expression |
SVecTransExpr.h | Header file for the sparse vector transpose expression |
SVecTransposer.h | Header file for the sparse vector transposer |
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 |
TDVecSMatMultExpr.h | Header file for the transpose dense vector/sparse matrix multiplication 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 |
Transformation.h | Header file for the Transformation base class |
TSMatDMatMultExpr.h | Header file for the transpose sparse matrix/dense matrix multiplication expression |
TSMatDMatSchurExpr.h | Header file for the transpose sparse matrix/dense matrix Schur product 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 |
TSMatSMatSchurExpr.h | Header file for the transpose sparse matrix/sparse matrix Schur product 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 |
TSMatTSMatSchurExpr.h | Header file for the transpose sparse matrix/transpose sparse matrix Schur product 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 |
TSVecSMatMultExpr.h | Header file for the transpose sparse vector/sparse matrix multiplication 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 |
UnaryMapExpr.h | Header file for the UnaryMapExpr base class |
VecEvalExpr.h | Header file for the VecEvalExpr base class |
VecExpandExpr.h | Header file for the VecExpandExpr base class |
VecMapExpr.h | Header file for the VecMapExpr 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 |
VecVecDivExpr.h | Header file for the VecVecDivExpr base class |
VecVecMapExpr.h | Header file for the VecVecMapExpr 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 |
▶ functors | |
Abs.h | Header file for the Abs functor |
Acos.h | Header file for the Acos functor |
Acosh.h | Header file for the Acosh functor |
Add.h | Header file for the Add functor |
AddAssign.h | Header file for the AddAssign functor |
Asin.h | Header file for the Asin functor |
Asinh.h | Header file for the Asinh functor |
Assign.h | Header file for the Assign functor |
Atan.h | Header file for the Atan functor |
Atan2.h | Header file for the Atan2 functor |
Atanh.h | Header file for the Atanh functor |
Cbrt.h | Header file for the Cbrt functor |
Ceil.h | Header file for the Ceil functor |
Clamp.h | Header file for the Clamp functor |
Clear.h | Header file for the Clear functor |
Conj.h | Header file for the Conj functor |
Cos.h | Header file for the Cos functor |
Cosh.h | Header file for the Cosh functor |
CTrans.h | Header file for the CTrans functor |
DeclDiag.h | Header file for the DeclDiag functor |
DeclHerm.h | Header file for the DeclHerm functor |
DeclId.h | Header file for the DeclId functor |
DeclLow.h | Header file for the DeclLow functor |
DeclSym.h | Header file for the DeclSym functor |
DeclUpp.h | Header file for the DeclUpp functor |
DeclZero.h | Header file for the DeclZero functor |
Div.h | Header file for the Div functor |
DivAssign.h | Header file for the DivAssign functor |
Erf.h | Header file for the Erf functor |
Erfc.h | Header file for the Erfc functor |
Eval.h | Header file for the Eval functor |
Exp.h | Header file for the Exp functor |
Exp10.h | Header file for the Exp10 functor |
Exp2.h | Header file for the Exp2 functor |
Floor.h | Header file for the Floor functor |
Forward.h | Header file for all functor forward declarations |
Functors.h | Mathematical functors module documentation |
Hypot.h | Header file for the Hypot functor |
Imag.h | Header file for the Imag functor |
Inv.h | Header file for the Inv functor |
InvCbrt.h | Header file for the InvCbrt functor |
InvSqrt.h | Header file for the InvSqrt functor |
L1Norm.h | Header file for the L1Norm functor |
L2Norm.h | Header file for the L2Norm functor |
L3Norm.h | Header file for the L3Norm functor |
L4Norm.h | Header file for the L4Norm functor |
Log.h | Header file for the Log functor |
Log10.h | Header file for the Log10 functor |
Log2.h | Header file for the Log2 functor |
LpNorm.h | Header file for the LpNorm functor |
Max.h | Header file for the Max functor |
Min.h | Header file for the Min functor |
Mult.h | Header file for the Mult functor |
MultAssign.h | Header file for the MultAssign functor |
Noop.h | Header file for the Noop functor |
Pow.h | Header file for the Pow functor |
Pow2.h | Header file for the Pow2 functor |
Pow3.h | Header file for the Pow3 functor |
Pow4.h | Header file for the Pow4 functor |
Qdrt.h | Header file for the Qdrt functor |
Real.h | Header file for the Real functor |
Reset.h | Header file for the Reset functor |
Round.h | Header file for the Round functor |
Schur.h | Header file for the Schur functor |
SchurAssign.h | Header file for the SchurAssign functor |
Serial.h | Header file for the Serial functor |
Sign.h | Header file for the Sign functor |
Sin.h | Header file for the Sin functor |
Sinh.h | Header file for the Sinh functor |
SqrAbs.h | Header file for the SqrAbs functor |
Sqrt.h | Header file for the Sqrt functor |
Sub.h | Header file for the Sub functor |
SubAssign.h | Header file for the SubAssign functor |
Tan.h | Header file for the Tan functor |
Tanh.h | Header file for the Tanh functor |
Trans.h | Header file for the Trans functor |
Trunc.h | Header file for the Trunc functor |
UnaryPow.h | Header file for the UnaryPow functor |
▶ lapack | |
▶ clapack | |
geev.h | Header file for the CLAPACK geev wrapper functions |
gelqf.h | Header file for the CLAPACK gelqf wrapper functions |
geqlf.h | Header file for the CLAPACK geqlf wrapper functions |
geqp3.h | Header file for the CLAPACK geqp3 wrapper functions |
geqrf.h | Header file for the CLAPACK geqrf wrapper functions |
gerqf.h | Header file for the CLAPACK gerqf wrapper functions |
gesdd.h | Header file for the CLAPACK gesdd wrapper functions |
gesv.h | Header file for the CLAPACK gesv wrapper functions |
gesvd.h | Header file for the CLAPACK gesvd wrapper functions |
gesvdx.h | Header file for the CLAPACK gesvdx wrapper functions |
getrf.h | Header file for the CLAPACK getrf wrapper functions |
getri.h | Header file for the CLAPACK getri wrapper functions |
getrs.h | Header file for the CLAPACK getrs wrapper functions |
heev.h | Header file for the CLAPACK heev wrapper functions |
heevd.h | Header file for the CLAPACK heevd wrapper functions |
heevx.h | Header file for the CLAPACK heevx wrapper functions |
hesv.h | Header file for the CLAPACK hesv wrapper functions |
hetrf.h | Header file for the CLAPACK hetrf wrapper functions |
hetri.h | Header file for the CLAPACK hetri wrapper functions |
hetrs.h | Header file for the CLAPACK hetrs wrapper functions |
orglq.h | Header file for the CLAPACK orglq wrapper functions |
orgql.h | Header file for the CLAPACK orgql wrapper functions |
orgqr.h | Header file for the CLAPACK orgqr wrapper functions |
orgrq.h | Header file for the CLAPACK orgrq wrapper functions |
ormlq.h | Header file for the CLAPACK ormlq wrapper functions |
ormql.h | Header file for the CLAPACK ormql wrapper functions |
ormqr.h | Header file for the CLAPACK ormqr wrapper functions |
ormrq.h | Header file for the CLAPACK ormrq wrapper functions |
posv.h | Header file for the CLAPACK posv wrapper functions |
potrf.h | Header file for the CLAPACK potrf wrapper functions |
potri.h | Header file for the CLAPACK potri wrapper functions |
potrs.h | Header file for the CLAPACK potrs wrapper functions |
syev.h | Header file for the CLAPACK syev wrapper functions |
syevd.h | Header file for the CLAPACK syevd wrapper functions |
syevx.h | Header file for the CLAPACK syevx wrapper functions |
sysv.h | Header file for the CLAPACK sysv wrapper functions |
sytrf.h | Header file for the CLAPACK sytrf wrapper functions |
sytri.h | Header file for the CLAPACK sytri wrapper functions |
sytrs.h | Header file for the CLAPACK sytrs wrapper functions |
trsv.h | Header file for the CLAPACK trsv wrapper functions |
trtri.h | Header file for the CLAPACK trtri wrapper functions |
trtrs.h | Header file for the CLAPACK trtrs wrapper functions |
unglq.h | Header file for the CLAPACK unglq wrapper functions |
ungql.h | Header file for the CLAPACK ungql wrapper functions |
ungqr.h | Header file for the CLAPACK ungqr wrapper functions |
ungrq.h | Header file for the CLAPACK ungrq wrapper functions |
unmlq.h | Header file for the CLAPACK unmlq wrapper functions |
unmql.h | Header file for the CLAPACK unmql wrapper functions |
unmqr.h | Header file for the CLAPACK unmqr wrapper functions |
unmrq.h | Header file for the CLAPACK unmrq wrapper functions |
geev.h | Header file for the LAPACK general matrix eigenvalue functions (geev) |
gelqf.h | Header file for the LAPACK LQ decomposition functions (gelqf) |
geqlf.h | Header file for the LAPACK QL decomposition functions (geqlf) |
geqp3.h | Header file for the LAPACK QR decomposition functions (geqp3) |
geqrf.h | Header file for the LAPACK QR decomposition functions (geqrf) |
gerqf.h | Header file for the LAPACK RQ decomposition functions (gerqf) |
gesdd.h | Header file for the LAPACK singular value decomposition functions (gesdd) |
gesv.h | Header file for the LAPACK general linear system solver functions (gesv) |
gesvd.h | Header file for the LAPACK singular value decomposition functions (gesvd) |
gesvdx.h | Header file for the LAPACK singular value decomposition functions (gesvdx) |
getrf.h | Header file for the LAPACK LU decomposition functions (getrf) |
getri.h | Header file for the LAPACK LU-based matrix inversion functionality (getri) |
getrs.h | Header file for the LAPACK general backward substitution functionality (getrs) |
heev.h | Header file for the LAPACK Hermitian matrix eigenvalue functions (heev) |
heevd.h | Header file for the LAPACK Hermitian matrix eigenvalue functions (heevd) |
heevx.h | Header file for the LAPACK Hermitian matrix eigenvalue functions (heevx) |
hesv.h | Header file for the LAPACK Hermitian indefinite linear system solver functions (hesv) |
hetrf.h | Header file for the LAPACK Hermitian matrix decomposition functionality (hetrf) |
hetri.h | Header file for the LAPACK Hermitian matrix inversion functionality (hetri) |
hetrs.h | Header file for the LAPACK symmetric indefinite backward substitution functionality (hetrs) |
LAPACK.h | LAPACK module documentation |
orglq.h | Header file for the LAPACK functions to reconstruct Q from a LQ decomposition (orglq) |
orgql.h | Header file for the LAPACK functions to reconstruct Q from a QL decomposition (orgql) |
orgqr.h | Header file for the LAPACK functions to reconstruct Q from a QR decomposition (orgqr) |
orgrq.h | Header file for the LAPACK functions to reconstruct Q from a RQ decomposition (orgrq) |
ormlq.h | Header file for the LAPACK functions to multiply Q from a LQ decomposition with a matrix (ormlq) |
ormql.h | Header file for the LAPACK functions to multiply Q from a QL decomposition with a matrix (ormql) |
ormqr.h | Header file for the LAPACK functions to multiply Q from a QR decomposition with a matrix (ormqr) |
ormrq.h | Header file for the LAPACK functions to multiply Q from a RQ decomposition with a matrix (ormrq) |
posv.h | Header file for the LAPACK positive definite linear system solver functions (posv) |
potrf.h | Header file for the LAPACK Cholesky decomposition functions (potrf) |
potri.h | Header file for the LAPACK matrix Cholesky-based inversion functions (potri) |
potrs.h | Header file for the LAPACK positive definite backward substitution functions (potrs) |
syev.h | Header file for the LAPACK symmetric matrix eigenvalue functions (syev) |
syevd.h | Header file for the LAPACK symmetric matrix eigenvalue functions (syevd) |
syevx.h | Header file for the LAPACK symmetric matrix eigenvalue functions (syevx) |
sysv.h | Header file for the LAPACK symmetric indefinite linear system solver functions (sysv) |
sytrf.h | Header file for the LAPACK symmetric matrix decomposition functions (sytrf) |
sytri.h | Header file for the LAPACK symmetric matrix inversion functions (sytri) |
sytrs.h | Header file for the LAPACK symmetric indefinite backward substitution functions (sytrs) |
trsv.h | Header file for the LAPACK triangular linear system solver functions (trsv) |
trtri.h | Header file for the LAPACK triangular matrix inversion functions (trtri) |
trtrs.h | Header file for the LAPACK triangular backward substitution functions (trtrs) |
unglq.h | Header file for the LAPACK functions to reconstruct Q from a LQ decomposition (unglq) |
ungql.h | Header file for the LAPACK functions to reconstruct Q from a QL decomposition (ungql) |
ungqr.h | Header file for the LAPACK functions to reconstruct Q from a QR decomposition (ungqr) |
ungrq.h | Header file for the LAPACK functions to reconstruct Q from a RQ decomposition (ungrq) |
unmlq.h | Header file for the LAPACK functions to multiply Q from a LQ decomposition with a matrix (unmlq) |
unmql.h | Header file for the LAPACK functions to multiply Q from a QL decomposition with a matrix (unmql) |
unmqr.h | Header file for the LAPACK functions to multiply Q from a QR decomposition with a matrix (unmqr) |
unmrq.h | Header file for the LAPACK functions to multiply Q from a RQ decomposition with a matrix (unmrq) |
▶ proxy | |
ComplexProxy.h | Header file for the ComplexProxy class |
DefaultProxy.h | Header file for the DefaultProxy class |
DenseMatrixProxy.h | Header file for the DenseMatrixProxy class |
DenseVectorProxy.h | Header file for the DenseVectorProxy class |
Forward.h | Header file for all forward declarations for proxies |
Proxy.h | Header file for the Proxy class |
SparseMatrixProxy.h | Header file for the SparseMatrixProxy class |
SparseVectorProxy.h | Header file for the SparseVectorProxy class |
▶ serialization | |
MatrixSerializer.h | Serialization of dense and sparse matrices |
Serialization.h | Mathematical serialization module documentation |
TypeValueMapping.h | Header file for the TypeValueMapping class template |
VectorSerializer.h | Serialization of dense and sparse vectors |
▶ shims | |
Abs.h | Header file for the abs shim |
Acos.h | Header file for the acos shim |
Acosh.h | Header file for the acosh shim |
Asin.h | Header file for the asin shim |
Asinh.h | Header file for the asinh shim |
Atan.h | Header file for the atan shim |
Atan2.h | Header file for the atan2 shim |
Atanh.h | Header file for the atanh shim |
Cbrt.h | Header file for the cbrt shim |
Ceil.h | Header file for the ceil shim |
Clamp.h | Header file for the clamp shim |
Clear.h | Header file for the clear shim |
Conjugate.h | Header file for the conjugate shim |
Cos.h | Header file for the cos shim |
Cosh.h | Header file for the cosh shim |
Digits.h | Header file for the digits shim |
Equal.h | Header file for the equal shim |
Erf.h | Header file for the erf shim |
Erfc.h | Header file for the erfc shim |
Eval.h | Header file for the eval shim |
Evaluate.h | Header file for the evaluate shim |
Exp.h | Header file for the exp shim |
Exp10.h | Header file for the exp10 shim |
Exp2.h | Header file for the exp2 shim |
Floor.h | Header file for the floor shim |
Greater.h | Header file for the greater shim |
Hypot.h | Header file for the hypot shim |
Imaginary.h | Header file for the imaginary shim |
InvCbrt.h | Header file for the invcbrt shim |
Invert.h | Header file for the invert shim |
InvSqrt.h | Header file for the invsqrt shim |
IsDefault.h | Header file for the isDefault shim |
IsDivisor.h | Header file for the isDivisor shim |
IsNaN.h | Header file for the isnan shim |
IsOne.h | Header file for the isOne shim |
IsReal.h | Header file for the isReal shim |
IsZero.h | Header file for the isZero shim |
Less.h | Header file for the less shim |
Log.h | Header file for the log shim |
Log10.h | Header file for the log10 shim |
Log2.h | Header file for the log2 shim |
NextMultiple.h | Header file for the nextMultiple shim |
Pow.h | Header file for the pow shim |
Pow2.h | Header file for the pow2 shim |
Pow3.h | Header file for the pow3 shim |
Pow4.h | Header file for the pow4 shim |
Qdrt.h | Header file for the qdrt shim |
Real.h | Header file for the real shim |
Reset.h | Header file for the reset shim |
Round.h | Header file for the round shim |
Serial.h | Header file for the serial shim |
Shims.h | Mathematical shims module documentation |
Sign.h | Header file for the sign shim |
Sin.h | Header file for the sin shim |
Sinh.h | Header file for the sinh shim |
Sqrt.h | Header file for the sqrt shim |
Tan.h | Header file for the tan shim |
Tanh.h | Header file for the tanh shim |
Trunc.h | Header file for the trunc shim |
▶ simd | |
Abs.h | Header file for the SIMD abs functionality |
Acos.h | Header file for the SIMD inverse cosine functionality |
Acosh.h | Header file for the SIMD inverse hyperbolic cosine functionality |
Add.h | Header file for the SIMD addition functionality |
Asin.h | Header file for the SIMD inverse sine functionality |
Asinh.h | Header file for the SIMD inverse hyperbolic sine functionality |
Atan.h | Header file for the SIMD inverse tangent functionality |
Atan2.h | Header file for the SIMD multi-valued inverse tangent functionality |
Atanh.h | Header file for the SIMD inverse hyperbolic tangent functionality |
BasicTypes.h | Header file for the basic SIMD types |
Cbrt.h | Header file for the SIMD cubit root functionality |
Ceil.h | Header file for the SIMD ceil functionality |
Conj.h | Header file for the SIMD conj functionality |
Cos.h | Header file for the SIMD cosine functionality |
Cosh.h | Header file for the SIMD hyperbolic cosine functionality |
DerivedTypes.h | Header file for the derived SIMD types |
Div.h | Header file for the SIMD division functionality |
Equal.h | Header file for the SIMD equality functionality |
Erf.h | Header file for the SIMD error function (erf) functionality |
Erfc.h | Header file for the SIMD complementary error function (erfc) functionality |
Exp.h | Header file for the SIMD exp functionality |
Exp10.h | Header file for the SIMD exp10 functionality |
Exp2.h | Header file for the SIMD exp2 functionality |
Floor.h | Header file for the SIMD floor functionality |
FMA.h | Header file for the SIMD fused multiply-add (FMA) functionality |
Functions.h | Header file for all SIMD functions |
Hypot.h | Header file for the SIMD hypothenous functionality |
InvCbrt.h | Header file for the SIMD inverse cubit root functionality |
InvSqrt.h | Header file for the SIMD inverse square root functionality |
Loada.h | Header file for the SIMD aligned load functionality |
Loadu.h | Header file for the SIMD unaligned load functionality |
Log.h | Header file for the SIMD natural logarithm functionality |
Log10.h | Header file for the SIMD common (base-10) logarithm functionality |
Log2.h | Header file for the SIMD binary (base-2) logarithm functionality |
Max.h | Header file for the SIMD max functionality |
Min.h | Header file for the SIMD min functionality |
Mult.h | Header file for the SIMD multiplication functionality |
Pow.h | Header file for the SIMD power functionality |
Prod.h | Header file for the SIMD multiplication reduction functionality |
Reduce.h | Header file for the generic SIMD reduction functionality |
Round.h | Header file for the SIMD round functionality |
Set.h | Header file for the SIMD set functionality |
Setzero.h | Header file for the SIMD setzero functionality |
Sign.h | Header file for the SIMD sign functionality |
SIMD.h | Mathematical SIMD module documentation |
SIMDPack.h | Header file for the SIMDPack base class |
SIMDTrait.h | Header file for the SIMD trait |
Sin.h | Header file for the SIMD sine functionality |
Sinh.h | Header file for the SIMD hyperbolic sine functionality |
Sqrt.h | Header file for the SIMD square root functionality |
Storea.h | Header file for the SIMD aligned store functionality |
Storeu.h | Header file for the SIMD unaligned store functionality |
Stream.h | Header file for the SIMD stream functionality |
Sub.h | Header file for the SIMD subtraction functionality |
Sum.h | Header file for the SIMD addition reduction functionality |
Tan.h | Header file for the SIMD tangent functionality |
Tanh.h | Header file for the SIMD hyperbolic tangent functionality |
Trunc.h | Header file for the SIMD trunc functionality |
▶ 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 |
▶ hpx | |
DenseMatrix.h | Header file for the HPX-based dense matrix SMP implementation |
DenseVector.h | Header file for the HPX-based dense vector SMP implementation |
Functions.h | Header file for the HPX-based SMP utility functions |
▶ 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 |
ThreadMapping.h | Header file for the SMP thread mapping functionality |
▶ 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 |
IdentityMatrix.h | Implementation of an identity matrix |
MatrixAccessProxy.h | Header file for the MatrixAccessProxy class |
SparseElement.h | Header file for the SparseElement base class |
SparseMatrix.h | Header file for utility functions for sparse matrices |
SparseVector.h | Header file for utility functions for sparse vectors |
ValueIndexPair.h | Header file for the ValueIndexPair class |
VectorAccessProxy.h | Header file for the VectorAccessProxy class |
ZeroMatrix.h | Implementation of a zero matrix |
ZeroVector.h | Implementation of a zero vector |
▶ traits | |
AddTrait.h | Header file for the addition trait |
BandTrait.h | Header file for the band trait |
ColumnsTrait.h | Header file for the columns trait |
ColumnTrait.h | Header file for the column trait |
CrossTrait.h | Header file for the cross product trait |
DeclDiagTrait.h | Header file for the decldiag trait |
DeclHermTrait.h | Header file for the declherm trait |
DeclIdTrait.h | Header file for the declid trait |
DeclLowTrait.h | Header file for the decllow trait |
DeclSymTrait.h | Header file for the declsym trait |
DeclUppTrait.h | Header file for the declupp trait |
DeclZeroTrait.h | Header file for the declzero trait |
DerestrictTrait.h | Header file for the DerestrictTrait class template |
DivTrait.h | Header file for the division trait |
ElementsTrait.h | Header file for the elements trait |
ExpandTrait.h | Header file for the expand trait |
MapTrait.h | Header file for the map trait |
MultTrait.h | Header file for the multiplication trait |
ReduceTrait.h | Header file for the reduce trait |
RowsTrait.h | Header file for the rows trait |
RowTrait.h | Header file for the row trait |
SchurTrait.h | Header file for the Schur product trait |
SubmatrixTrait.h | Header file for the submatrix trait |
SubTrait.h | Header file for the subtraction trait |
SubvectorTrait.h | Header file for the subvector trait |
Traits.h | Mathematical expression traits module documentation |
▶ typetraits | |
HasAbs.h | Header file for the HasAbs type trait |
HasAcos.h | Header file for the HasAcos type trait |
HasAcosh.h | Header file for the HasAcosh type trait |
HasAdd.h | Header file for the HasAdd type trait |
HasAsin.h | Header file for the HasAsin type trait |
HasAsinh.h | Header file for the HasAsinh type trait |
HasAtan.h | Header file for the HasAtan type trait |
HasAtan2.h | Header file for the HasAtan2 type trait |
HasAtanh.h | Header file for the HasAtanh type trait |
HasCbrt.h | Header file for the HasCbrt type trait |
HasCeil.h | Header file for the HasCeil type trait |
HasClamp.h | Header file for the HasClamp type trait |
HasConj.h | Header file for the HasConj type trait |
HasConstDataAccess.h | Header file for the HasConstDataAccess type trait |
HasCos.h | Header file for the HasCos type trait |
HasCosh.h | Header file for the HasCosh type trait |
HasDiv.h | Header file for the HasDiv type trait |
HasErf.h | Header file for the HasErf type trait |
HasErfc.h | Header file for the HasErfc type trait |
HasExp.h | Header file for the HasExp type trait |
HasExp10.h | Header file for the HasExp10 type trait |
HasExp2.h | Header file for the HasExp2 type trait |
HasFloor.h | Header file for the HasFloor type trait |
HasHypot.h | Header file for the HasHypot type trait |
HasImag.h | Header file for the HasImag type trait |
HasInvCbrt.h | Header file for the HasInvCbrt type trait |
HasInvSqrt.h | Header file for the HasInvSqrt type trait |
HasLoad.h | Header file for the HasLoad type trait |
HasLog.h | Header file for the HasLog type trait |
HasLog10.h | Header file for the HasLog10 type trait |
HasLog2.h | Header file for the HasLog2 type trait |
HasMax.h | Header file for the HasMax type trait |
HasMin.h | Header file for the HasMin type trait |
HasMult.h | Header file for the HasMult type trait |
HasMutableDataAccess.h | Header file for the HasMutableDataAccess type trait |
HasPow.h | Header file for the HasPow type trait |
HasReal.h | Header file for the HasReal type trait |
HasRound.h | Header file for the HasRound type trait |
HasSign.h | Header file for the HasSign type trait |
HasSIMDAbs.h | Header file for the HasSIMDAbs type trait |
HasSIMDAcos.h | Header file for the HasSIMDAcos type trait |
HasSIMDAcosh.h | Header file for the HasSIMDAcosh type trait |
HasSIMDAdd.h | Header file for the HasSIMDAdd type trait |
HasSIMDAsin.h | Header file for the HasSIMDAsin type trait |
HasSIMDAsinh.h | Header file for the HasSIMDAsinh type trait |
HasSIMDAtan.h | Header file for the HasSIMDAtan type trait |
HasSIMDAtan2.h | Header file for the HasSIMDAtan2 type trait |
HasSIMDAtanh.h | Header file for the HasSIMDAtanh type trait |
HasSIMDCbrt.h | Header file for the HasSIMDCbrt type trait |
HasSIMDCeil.h | Header file for the HasSIMDCeil type trait |
HasSIMDConj.h | Header file for the HasSIMDConj type trait |
HasSIMDCos.h | Header file for the HasSIMDCos type trait |
HasSIMDCosh.h | Header file for the HasSIMDCosh type trait |
HasSIMDDiv.h | Header file for the HasSIMDDiv type trait |
HasSIMDEqual.h | Header file for the HasSIMDEqual type trait |
HasSIMDErf.h | Header file for the HasSIMDErf type trait |
HasSIMDErfc.h | Header file for the HasSIMDErfc type trait |
HasSIMDExp.h | Header file for the HasSIMDExp type trait |
HasSIMDExp10.h | Header file for the HasSIMDExp10 type trait |
HasSIMDExp2.h | Header file for the HasSIMDExp2 type trait |
HasSIMDFloor.h | Header file for the HasSIMDFloor type trait |
HasSIMDHypot.h | Header file for the HasSIMDHypot type trait |
HasSIMDInvCbrt.h | Header file for the HasSIMDInvCbrt type trait |
HasSIMDInvSqrt.h | Header file for the HasSIMDInvSqrt type trait |
HasSIMDLog.h | Header file for the HasSIMDLog type trait |
HasSIMDLog10.h | Header file for the HasSIMDLog10 type trait |
HasSIMDLog2.h | Header file for the HasSIMDLog2 type trait |
HasSIMDMax.h | Header file for the HasSIMDMax type trait |
HasSIMDMin.h | Header file for the HasSIMDMin type trait |
HasSIMDMult.h | Header file for the HasSIMDMult type trait |
HasSIMDPow.h | Header file for the HasSIMDPow type trait |
HasSIMDRound.h | Header file for the HasSIMDRound type trait |
HasSIMDSign.h | Header file for the HasSIMDSign type trait |
HasSIMDSin.h | Header file for the HasSIMDSin type trait |
HasSIMDSinh.h | Header file for the HasSIMDSinh type trait |
HasSIMDSqrt.h | Header file for the HasSIMDSqrt type trait |
HasSIMDSub.h | Header file for the HasSIMDSub type trait |
HasSIMDTan.h | Header file for the HasSIMDTan type trait |
HasSIMDTanh.h | Header file for the HasSIMDTanh type trait |
HasSIMDTrunc.h | Header file for the HasSIMDTrunc type trait |
HasSin.h | Header file for the HasSin type trait |
HasSinh.h | Header file for the HasSinh type trait |
HasSqrt.h | Header file for the HasSqrt type trait |
HasSub.h | Header file for the HasSub type trait |
HasTan.h | Header file for the HasTan type trait |
HasTanh.h | Header file for the HasTanh type trait |
HasTrunc.h | Header file for the HasTrunc type trait |
HighType.h | Header file for the HighType type trait |
IsAdaptor.h | Header file for the IsAdaptor type trait |
IsAddExpr.h | Header file for the IsAddExpr type trait class |
IsAligned.h | Header file for the IsAligned type trait |
IsBand.h | Header file for the IsBand type trait |
IsBinaryMapExpr.h | Header file for the IsBinaryMapExpr 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 |
IsColumns.h | Header file for the IsColumns type trait |
IsColumnVector.h | Header file for the IsColumnVector type trait |
IsCommutative.h | Header file for the IsCommutative type trait |
IsComputation.h | Header file for the IsComputation type trait class |
IsContiguous.h | Header file for the IsContiguous type trait |
IsCrossExpr.h | Header file for the IsCrossExpr type trait class |
IsCustom.h | Header file for the IsCustom type trait |
IsDeclaration.h | Header file for the IsDeclaration type trait class |
IsDeclDiagExpr.h | Header file for the IsDeclDiagExpr type trait class |
IsDeclExpr.h | Header file for the IsDeclExpr type trait class |
IsDeclHermExpr.h | Header file for the IsDeclHermExpr type trait class |
IsDeclLowExpr.h | Header file for the IsDeclLowExpr type trait class |
IsDeclSymExpr.h | Header file for the IsDeclSymExpr type trait class |
IsDeclUppExpr.h | Header file for the IsDeclUppExpr type trait class |
IsDenseMatrix.h | Header file for the IsDenseMatrix type trait |
IsDenseVector.h | Header file for the IsDenseVector type trait |
IsDiagonal.h | Header file for the IsDiagonal type trait |
IsDivExpr.h | Header file for the IsDivExpr type trait class |
IsElements.h | Header file for the IsElements type trait |
IsEvalExpr.h | Header file for the IsEvalExpr type trait class |
IsExpandExpr.h | Header file for the IsExpandExpr type trait class |
IsExpression.h | Header file for the IsExpression type trait class |
IsGeneral.h | Header file for the IsGeneral type trait |
IsHermitian.h | Header file for the IsHermitian type trait |
IsIdentity.h | Header file for the IsIdentity type trait |
IsInitializer.h | Header file for the IsInitializer type trait |
IsInvertible.h | Header file for the IsInvertible type trait |
IsLower.h | Header file for the IsLower type trait |
IsMatEvalExpr.h | Header file for the IsMatEvalExpr type trait class |
IsMatInvExpr.h | Header file for the IsMatInvExpr type trait class |
IsMatMapExpr.h | Header file for the IsMatMapExpr type trait class |
IsMatMatAddExpr.h | Header file for the IsMatMatAddExpr type trait class |
IsMatMatMapExpr.h | Header file for the IsMatMatMapExpr type trait class |
IsMatMatMultExpr.h | Header file for the IsMatMatMultExpr type trait class |
IsMatMatSubExpr.h | Header file for the IsMatMatSubExpr type trait class |
IsMatReduceExpr.h | Header file for the IsMatReduceExpr 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 |
IsNumericMatrix.h | Header file for the IsNumericMatrix type trait |
IsNumericVector.h | Header file for the IsNumericVector type trait |
IsOperation.h | Header file for the IsOperation type trait class |
IsOpposedView.h | Header file for the IsOpposedView type trait |
IsPadded.h | Header file for the IsPadded type trait |
IsPaddingEnabled.h | Header file for the IsPaddingEnabled type trait |
IsProxy.h | Header file for the IsProxy type trait |
IsReduceExpr.h | Header file for the IsReduceExpr type trait class |
IsResizable.h | Header file for the IsResizable type trait |
IsRestricted.h | Header file for the IsRestricted type trait |
IsRow.h | Header file for the IsRow type trait |
IsRowMajorMatrix.h | Header file for the IsRowMajorMatrix type trait |
IsRows.h | Header file for the IsRows type trait |
IsRowVector.h | Header file for the IsRowVector type trait |
IsSchurExpr.h | Header file for the IsSchurExpr type trait class |
IsSerialExpr.h | Header file for the IsSerialExpr type trait class |
IsShrinkable.h | Header file for the IsShrinkable type trait |
IsSIMDCombinable.h | Header file for the IsSIMDCombinable type trait |
IsSIMDEnabled.h | Header file for the IsSIMDEnabled type trait |
IsSIMDPack.h | Header file for the IsSIMDPack type trait |
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 |
IsSquare.h | Header file for the IsSquare type trait |
IsStatic.h | Header file for the IsStatic type trait |
IsStrictlyLower.h | Header file for the IsStrictlyLower type trait |
IsStrictlyTriangular.h | Header file for the IsStrictlyTriangular type trait |
IsStrictlyUpper.h | Header file for the IsStrictlyUpper 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 |
IsSymmetric.h | Header file for the IsSymmetric type trait |
IsTemporary.h | Header file for the IsTemporary type trait class |
IsTransExpr.h | Header file for the IsTransExpr type trait class |
IsTransformation.h | Header file for the IsTransformation type trait class |
IsTriangular.h | Header file for the IsTriangular type trait |
IsTVecMatMultExpr.h | Header file for the IsTVecMatMultExpr type trait class |
IsUnaryMapExpr.h | Header file for the IsUnaryMapExpr type trait class |
IsUniform.h | Header file for the IsUniform type trait |
IsUniLower.h | Header file for the IsUniLower type trait |
IsUniTriangular.h | Header file for the IsUniTriangular type trait |
IsUniUpper.h | Header file for the IsUniUpper type trait |
IsUpper.h | Header file for the IsUpper type trait |
IsVecEvalExpr.h | Header file for the IsVecEvalExpr type trait class |
IsVecExpandExpr.h | Header file for the IsVecExpandExpr type trait class |
IsVecMapExpr.h | Header file for the IsVecMapExpr 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 |
IsVecVecDivExpr.h | Header file for the IsVecVecDivExpr type trait class |
IsVecVecMapExpr.h | Header file for the IsVecVecMapExpr 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 |
IsZero.h | Header file for the IsZero type trait |
LowType.h | Header file for the LowType type trait |
MaxSize.h | Header file for the MaxSize type trait |
RemoveAdaptor.h | Header file for the RemoveAdaptor type trait |
RequiresEvaluation.h | Header file for the RequiresEvaluation type trait |
Size.h | Header file for the Size type trait |
StorageOrder.h | Header file for the StorageOrder type trait |
TransposeFlag.h | Header file for the TransposeFlag type trait |
TypeTraits.h | Mathematical type traits module documentation |
UnderlyingBuiltin.h | Header file for the UnderlyingBuiltin type trait |
UnderlyingElement.h | Header file for the UnderlyingElement type trait |
UnderlyingNumeric.h | Header file for the UnderlyingNumeric type trait |
YieldsDiagonal.h | Header file for the YieldsDiagonal type trait |
YieldsHermitian.h | Header file for the YieldsHermitian type trait |
YieldsIdentity.h | Header file for the YieldsIdentity type trait |
YieldsLower.h | Header file for the YieldsLower type trait |
YieldsStrictlyLower.h | Header file for the YieldsStrictlyLower type trait |
YieldsStrictlyTriangular.h | Header file for the YieldsStrictlyTriangular type trait |
YieldsStrictlyUpper.h | Header file for the YieldsStrictlyUpper type trait |
YieldsSymmetric.h | Header file for the YieldsSymmetric type trait |
YieldsTriangular.h | Header file for the YieldsTriangular type trait |
YieldsUniform.h | Header file for the YieldsUniform type trait |
YieldsUniLower.h | Header file for the YieldsUniLower type trait |
YieldsUniTriangular.h | Header file for the YieldsUniTriangular type trait |
YieldsUniUpper.h | Header file for the YieldsUniUpper type trait |
YieldsUpper.h | Header file for the YieldsUpper type trait |
YieldsZero.h | Header file for the YieldsZero type trait |
▶ views | |
▶ band | |
Band.h | Band documentation |
BandData.h | Header file for the implementation of the BandData class template |
BaseTemplate.h | Header file for the implementation of the Band base template |
Dense.h | Band specialization for dense matrices |
Sparse.h | Band specialization for sparse matrices |
▶ column | |
BaseTemplate.h | Header file for the implementation of the Column base template |
Column.h | Column documentation |
ColumnData.h | Header file for the implementation of the ColumnData class template |
Dense.h | Column specialization for dense matrices |
Sparse.h | Column specialization for sparse matrices |
▶ columns | |
BaseTemplate.h | Header file for the implementation of the Columns base template |
Columns.h | Columns documentation |
ColumnsData.h | Header file for the implementation of the ColumnsData class template |
Dense.h | Columns specialization for dense matrices |
Sparse.h | Columns specialization for sparse matrices |
▶ elements | |
BaseTemplate.h | Header file for the implementation of the Elements base template |
Dense.h | Elements specialization for dense vectors |
Elements.h | Elements documentation |
ElementsData.h | Header file for the implementation of the ElementsData class template |
Sparse.h | Elements specialization for sparse vectors |
▶ row | |
BaseTemplate.h | Header file for the implementation of the Row base template |
Dense.h | Row specialization for dense matrices |
Row.h | Row documentation |
RowData.h | Header file for the implementation of the RowData class template |
Sparse.h | Row specialization for sparse matrices |
▶ rows | |
BaseTemplate.h | Header file for the implementation of the Rows base template |
Dense.h | Rows specialization for dense matrices |
Rows.h | Rows documentation |
RowsData.h | Header file for the implementation of the RowsData class template |
Sparse.h | Rows specialization for sparse matrices |
▶ submatrix | |
BaseTemplate.h | Header file for the implementation of the Submatrix base template |
Dense.h | Submatrix specialization for dense matrices |
Sparse.h | Submatrix specialization for sparse matrices |
Submatrix.h | Submatrix documentation |
SubmatrixData.h | Header file for the implementation of the SubmatrixData class template |
▶ subvector | |
BaseTemplate.h | Header file for the implementation of the Subvector base template |
Dense.h | Subvector specialization for dense vectors |
Sparse.h | Subvector specialization for sparse vectors |
Subvector.h | Subvector documentation |
SubvectorData.h | Header file for the implementation of the SubvectorData class template |
Band.h | Header file for the implementation of the Band view |
Check.h | Header file for the blaze::checked and blaze::unchecked instances |
Column.h | Header file for the implementation of the Column view |
Columns.h | Header file for the implementation of the Columns view |
Elements.h | Header file for the implementation of the Elements view |
Forward.h | Header file for all forward declarations for views |
Row.h | Header file for the implementation of the Row view |
Rows.h | Header file for the implementation of the Rows view |
Submatrix.h | Header file for the implementation of the Submatrix view |
Subvector.h | Header file for the implementation of the Subvector view |
Views.h | Views module documentation |
Accuracy.h | Computation accuracy for floating point data types |
Aliases.h | Header file for auxiliary alias declarations |
AlignmentFlag.h | Header file for the alignment flag values |
Band.h | Header file for the complete Band implementation |
BLAS.h | Header file for BLAS functionality |
Column.h | Header file for the complete Column implementation |
Columns.h | Header file for the complete Columns implementation |
CompressedMatrix.h | Header file for the complete CompressedMatrix implementation |
CompressedVector.h | Header file for the complete CompressedVector implementation |
Constraints.h | Header file for all mathematical constraints |
CustomMatrix.h | Header file for the complete CustomMatrix implementation |
CustomVector.h | Header file for the complete CustomVector implementation |
DenseMatrix.h | Header file for all basic DenseMatrix functionality |
DenseVector.h | Header file for all basic DenseVector functionality |
DiagonalMatrix.h | Header file for the complete DiagonalMatrix implementation |
DynamicMatrix.h | Header file for the complete DynamicMatrix implementation |
DynamicVector.h | Header file for the complete DynamicVector implementation |
Elements.h | Header file for the complete Elements implementation |
Epsilon.h | Numerical epsilon value for floating point data types |
Exception.h | Header file for the exception macros of the math module |
Forward.h | Header file for all forward declarations of the math module |
Functors.h | Header file for all functors |
HermitianMatrix.h | Header file for the complete HermitianMatrix implementation |
HybridMatrix.h | Header file for the complete HybridMatrix implementation |
HybridVector.h | Header file for the complete HybridVector implementation |
IdentityMatrix.h | Header file for the complete IdentityMatrix implementation |
Infinity.h | Numerical infinity for built-in data types |
InitializerList.h | Header file for the extended initializer_list functionality |
InitializerMatrix.h | Header file for the complete InitializerMatrix implementation |
InitializerVector.h | Header file for the complete InitializerVector implementation |
IntegerSequence.h | Header file for the integer_sequence and index_sequence aliases |
InversionFlag.h | Header file for the dense matrix inversion flags |
LAPACK.h | Header file for the LAPACK functionality |
LowerMatrix.h | Header file for the complete LowerMatrix implementation |
Math.h | Math module documentation |
Matrix.h | Header file for all basic Matrix functionality |
PaddingFlag.h | Header file for the padding flag values |
ReductionFlag.h | Header file for the reduction flags |
RelaxationFlag.h | Header file for the relaxation flag types |
Row.h | Header file for the complete Row implementation |
Rows.h | Header file for the complete Rows implementation |
Serialization.h | Header file for the serialization functionality for vectors and matrices |
Shims.h | Header file for the mathematical shims |
SIMD.h | Header file for all SIMD functionality |
SMP.h | Header file for the shared memory parallelization |
SparseMatrix.h | Header file for all basic SparseMatrix functionality |
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 |
StrictlyLowerMatrix.h | Header file for the complete StrictlyLowerMatrix implementation |
StrictlyUpperMatrix.h | Header file for the complete StrictlyUpperMatrix implementation |
Submatrix.h | Header file for the complete Submatrix implementation |
Subvector.h | Header file for the complete Subvector implementation |
SymmetricMatrix.h | Header file for the complete SymmetricMatrix implementation |
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 |
UniformMatrix.h | Header file for the complete UniformMatrix implementation |
UniformVector.h | Header file for the complete UniformVector implementation |
UniLowerMatrix.h | Header file for the complete UniLowerMatrix implementation |
UniUpperMatrix.h | Header file for the complete UniUpperMatrix implementation |
UpperMatrix.h | Header file for the complete UpperMatrix implementation |
Vector.h | Header file for all basic Vector functionality |
Views.h | Header file for the vector and matrix views |
ZeroMatrix.h | Header file for the complete ZeroMatrix implementation |
ZeroVector.h | Header file for the complete ZeroVector implementation |
▶ system | |
Assertion.h | Configuration of the run time assertion macros |
BLAS.h | System settings for the BLAS mode |
Blocking.h | Header file for kernel specific block sizes |
CacheSize.h | Header file for the cache size of the target architecture |
Compiler.h | Compiler-specific system settings |
Debugging.h | System settings for the debugging policy of the Blaze library |
Deprecated.h | System specific deprecated tags |
Inline.h | System settings for the inline keywords |
MPI.h | System settings for the MPI parallelization |
Optimizations.h | System settings for performance optimizations |
Platform.h | Platform-specific system settings |
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 |
Standard.h | C++-standard-specific system settings |
StorageOrder.h | Header file for the default storage order for all vectors of the Blaze library |
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 | |
▶ algorithms | |
Algorithms.h | Algorithms module documentation |
Destroy.h | Headerfile for the generic destroy algorithm |
DestroyAt.h | Headerfile for the generic destroy_at algorithm |
Max.h | Headerfile for the generic max algorithm |
Min.h | Headerfile for the generic min algorithm |
Transfer.h | Headerfile for the generic transfer algorithm |
UninitializedDefaultConstruct.h | Headerfile for the generic uninitialized_default_construct algorithm |
UninitializedMove.h | Headerfile for the generic uninitialized_move algorithm |
UninitializedValueConstruct.h | Headerfile for the generic uninitialized_value_construct algorithm |
▶ constraints | |
Arithmetic.h | Constraint on the data type |
Array.h | Constraint on the data type |
Assignable.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 |
Character.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 |
ComplexDouble.h | Constraint on the data type |
ComplexFloat.h | Constraint on the data type |
Const.h | Constraint on the data type |
Constraints.h | Header file for compile time constraints |
Constructible.h | Constraint on the data type |
Convertible.h | Constraint on the pointer relationship |
DerivedFrom.h | Constraint on the inheritance relationship of a data type |
Destructible.h | Constraint on the data type |
Double.h | Constraint on the data type |
Empty.h | Constraint on the data type |
Enum.h | Constraint on the data type |
Float.h | Constraint on the data type |
FloatingPoint.h | Constraint on the data type |
Integer.h | Constraint on the data type |
Integral.h | Constraint on the data type |
Long.h | Constraint on the data type |
LongDouble.h | Constraint on the data type |
LValueReference.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 |
RValueReference.h | Constraint on the data type |
SameSize.h | Constraint on the size of two data types |
SameType.h | Data type constraint |
Short.h | Constraint on the data type |
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 |
Valid.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 |
▶ functiontrace | |
FunctionTrace.h | Header file for the FunctionTrace class |
▶ mpl | |
And.h | Header file for the And class template |
Bool.h | Header file for the Bool class template |
Bools.h | Header file for the Bools class template |
Char.h | Header file for the Char class template |
Equal.h | Header file for the Equal class template |
Greater.h | Header file for the Greater class template |
If.h | Header file for the If class template |
Int.h | Header file for the Int class template |
Less.h | Header file for the Less class template |
Long.h | Header file for the Long class template |
Maximum.h | Header file for the Maximum class template |
Minimum.h | Header file for the Minimum class template |
Minus.h | Header file for the Minus class template |
Modulus.h | Header file for the Modulus class template |
MPL.h | Meta-Programming Language (MPL) module documentation |
Nand.h | Header file for the Nand class template |
Nor.h | Header file for the Nor class template |
Not.h | Header file for the Not class template |
Or.h | Header file for the Or class template |
Plus.h | Header file for the Plus class template |
PtrdiffT.h | Header file for the PtrdiffT class template |
SizeT.h | Header file for the SizeT class template |
Times.h | Header file for the Times class template |
Xnor.h | Header file for the Xnor class template |
Xor.h | Header file for the Xor class template |
▶ policies | |
ArrayDelete.h | Header file for the ArrayDelete policy classes |
Deallocate.h | Header file for the Deallocate policy classes |
DefaultDelete.h | Header file for the DefaultDelete policy classes |
NoDelete.h | Header file for the NoDelete policy classes |
PtrDelete.h | Header file for the PtrDelete policy classes |
▶ serialization | |
Archive.h | Header file for the Archive class |
Serialization.h | Serialization module documentation |
▶ singleton | |
Dependency.h | Header file for the Dependency class |
Singleton.h | Header file for the Singleton class |
▶ smallarray | |
SmallArrayData.h | Header file for the SmallArrayData class template |
▶ 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 |
▶ typelist | |
Append.h | Header file for the Append class template |
Contains.h | Header file for the Contains class template |
ContainsRelated.h | Header file for the ContainsRelated class template |
Erase.h | Header file for the Erase class template |
EraseAll.h | Header file for the EraseAll class template |
IndexOf.h | Header file for the IndexOf class template |
Length.h | Header file for the Length class template |
TypeAt.h | Header file for the TypeAt class template |
TypeList.h | Header file for the TypeList class template |
Unique.h | |
▶ 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 |
AlignmentOf.h | Header file for the AlignmentOf type trait |
All.h | Header file for the All type trait |
AlwaysFalse.h | Header file for the AlwaysFalse type trait |
AlwaysTrue.h | Header file for the AlwaysTrue type trait |
Any.h | Header file for the Any type trait |
CommonType.h | Header file for the CommonType type trait |
Decay.h | Header file for the Decay type trait |
Extent.h | Header file for the Extent type trait |
GetMemberType.h | Header file for the GetMemberType type trait |
HasMember.h | Header file for the HasMember type traits |
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 |
IsAssignable.h | Header file for the IsAssignable 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 |
IsComplexDouble.h | Header file for the IsComplexDouble type trait |
IsComplexFloat.h | Header file for the IsComplexFloat type trait |
IsConst.h | Header file for the IsConst type trait |
IsConstructible.h | Header file for the IsConstructible type trait |
IsConvertible.h | Header file for the IsConvertible type trait |
IsDestructible.h | Header file for the IsDestructible type trait |
IsDouble.h | Header file for the IsDouble type trait |
IsEmpty.h | Header file for the IsEmpty type trait |
IsEnum.h | Header file for the IsEnum 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 |
IsLValueReference.h | Header file for the IsLValueReference 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 |
IsRValueReference.h | Header file for the IsRValueReference 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 |
IsValid.h | Header file for the IsValid 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 |
MakeSigned.h | Header file for the MakeSigned type trait |
MakeUnsigned.h | Header file for the MakeUnsigned 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 |
Void.h | Header file for the Void type trait |
▶ valuetraits | |
IsEven.h | Header file for the IsEven value trait |
IsMultipleOf.h | Header file for the IsMultipleOf 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 |
Algorithms.h | Headerfile for generic algorithms |
AlignedAllocator.h | Header file for the AlignedAllocator implementation |
AlignedArray.h | Header file for the AlignedArray implementation |
AlignmentCheck.h | Header file for the alignment check function |
AsConst.h | Header file for the as_const function template |
Assert.h | Header file for run time assertion macros |
CheckedDelete.h | Type-checked delete operations |
ColorMacros.h | Header file for color macros |
Complex.h | Header file for the complex data type |
Constraints.h | Header file for compile time constraints |
DecltypeAuto.h | Header file for the decltype(auto) workaround |
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 |
Exception.h | Header file for exception macros |
FalseType.h | Header file for the FalseType type/value trait base class |
FunctionTrace.h | Header file for the function trace functionality |
Indices.h | Header file for the Indices class |
InitializerList.h | Header file for the initializer_list template |
IntegralConstant.h | Header file for the IntegralConstant class template |
InvalidType.h | Utility type for generic codes |
Limits.h | Numerical limits of built-in data types |
Memory.h | Header file for memory allocation and deallocation functionality |
MemoryPool.h | Header file for the memory pool class |
Misalignment.h | Header file for the misalignment function |
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 |
NullType.h | Utility type for generic codes |
NumericCast.h | Cast operators for numeric types |
PointerCast.h | Cast operators for pointer types |
Policies.h | Header file for policy classes |
Random.h | Implementation of a random number generator |
Serialization.h | Header file for all serialization functionality |
Singleton.h | Header file for the Singleton class |
SmallArray.h | Header file for the SmallArray implementation |
StaticAssert.h | Compile time assertion |
Suffix.h | Header file for compile time constraints |
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 the Unique class template |
Types.h | Header file for basic type definitions |
TypeTraits.h | Header file for all type traits |
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 |
Tutorial.h | Tutorial of the Blaze library |
Util.h | Header file for the inclusion of the utility module of the Blaze library |