svn commit: r567800 - head/math/blaze

Yuri Victorovich yuri at FreeBSD.org
Mon Mar 8 00:04:46 UTC 2021


Author: yuri
Date: Mon Mar  8 00:04:45 2021
New Revision: 567800
URL: https://svnweb.freebsd.org/changeset/ports/567800

Log:
  math/blaze: Update 3.5 -> 3.8

Modified:
  head/math/blaze/Makefile
  head/math/blaze/distinfo
  head/math/blaze/pkg-plist

Modified: head/math/blaze/Makefile
==============================================================================
--- head/math/blaze/Makefile	Sun Mar  7 23:46:03 2021	(r567799)
+++ head/math/blaze/Makefile	Mon Mar  8 00:04:45 2021	(r567800)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	blaze
-DISTVERSION=	3.5
-PORTREVISION=	8
+DISTVERSION=	3.8
 CATEGORIES=	math
 MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
 
@@ -17,10 +16,13 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 RUN_DEPENDS=	boost-libs>0:devel/boost-libs \
 		openblas>0:math/openblas
 
-USES=		cmake compiler:c++14-lang fortran localbase:ldflags
-NO_ARCH=	yes
+USES=		cmake compiler:c++14-lang fortran localbase:ldflags shebangfix
 
 BB_ACCOUNT=	${PORTNAME}-lib
 BB_PROJECT=	${PORTNAME}
+
+SHEBANG_GLOB=	run
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/blaze/distinfo
==============================================================================
--- head/math/blaze/distinfo	Sun Mar  7 23:46:03 2021	(r567799)
+++ head/math/blaze/distinfo	Mon Mar  8 00:04:45 2021	(r567800)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557014218
-SHA256 (blaze-3.5.tar.gz) = f50d4a57796b8012d3e6d416667d9abe6f4d95994eb9deb86cd4491381dec624
-SIZE (blaze-3.5.tar.gz) = 8358499
+TIMESTAMP = 1615160876
+SHA256 (blaze-3.8.tar.gz) = dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae
+SIZE (blaze-3.8.tar.gz) = 9327474

Modified: head/math/blaze/pkg-plist
==============================================================================
--- head/math/blaze/pkg-plist	Sun Mar  7 23:46:03 2021	(r567799)
+++ head/math/blaze/pkg-plist	Mon Mar  8 00:04:45 2021	(r567800)
@@ -1,7 +1,9 @@
 include/blaze/Blaze.h
+include/blaze/Forward.h
 include/blaze/Math.h
 include/blaze/Tutorial.h
 include/blaze/Util.h
+include/blaze/config/Alignment.h
 include/blaze/config/Assertion.h
 include/blaze/config/BLAS.h
 include/blaze/config/CacheSize.h
@@ -10,6 +12,7 @@ include/blaze/config/Debugging.h
 include/blaze/config/Inline.h
 include/blaze/config/MPI.h
 include/blaze/config/Optimizations.h
+include/blaze/config/Padding.h
 include/blaze/config/Random.h
 include/blaze/config/Restrict.h
 include/blaze/config/SMP.h
@@ -39,6 +42,7 @@ include/blaze/math/Epsilon.h
 include/blaze/math/Exception.h
 include/blaze/math/Forward.h
 include/blaze/math/Functors.h
+include/blaze/math/GroupTag.h
 include/blaze/math/HermitianMatrix.h
 include/blaze/math/HybridMatrix.h
 include/blaze/math/HybridVector.h
@@ -47,7 +51,6 @@ include/blaze/math/Infinity.h
 include/blaze/math/InitializerList.h
 include/blaze/math/InitializerMatrix.h
 include/blaze/math/InitializerVector.h
-include/blaze/math/IntegerSequence.h
 include/blaze/math/InversionFlag.h
 include/blaze/math/LAPACK.h
 include/blaze/math/LowerMatrix.h
@@ -118,13 +121,13 @@ include/blaze/math/adaptors/strictlyuppermatrix/Dense.
 include/blaze/math/adaptors/strictlyuppermatrix/Sparse.h
 include/blaze/math/adaptors/strictlyuppermatrix/StrictlyUpperProxy.h
 include/blaze/math/adaptors/symmetricmatrix/BaseTemplate.h
-include/blaze/math/adaptors/symmetricmatrix/DenseNonNumeric.h
-include/blaze/math/adaptors/symmetricmatrix/DenseNumeric.h
-include/blaze/math/adaptors/symmetricmatrix/NonNumericProxy.h
-include/blaze/math/adaptors/symmetricmatrix/NumericProxy.h
+include/blaze/math/adaptors/symmetricmatrix/DenseNonScalar.h
+include/blaze/math/adaptors/symmetricmatrix/DenseScalar.h
+include/blaze/math/adaptors/symmetricmatrix/NonScalarProxy.h
+include/blaze/math/adaptors/symmetricmatrix/ScalarProxy.h
 include/blaze/math/adaptors/symmetricmatrix/SharedValue.h
-include/blaze/math/adaptors/symmetricmatrix/SparseNonNumeric.h
-include/blaze/math/adaptors/symmetricmatrix/SparseNumeric.h
+include/blaze/math/adaptors/symmetricmatrix/SparseNonScalar.h
+include/blaze/math/adaptors/symmetricmatrix/SparseScalar.h
 include/blaze/math/adaptors/symmetricmatrix/SymmetricElement.h
 include/blaze/math/adaptors/symmetricmatrix/SymmetricValue.h
 include/blaze/math/adaptors/unilowermatrix/BaseTemplate.h
@@ -144,7 +147,16 @@ include/blaze/math/adaptors/uppermatrix/Dense.h
 include/blaze/math/adaptors/uppermatrix/Sparse.h
 include/blaze/math/adaptors/uppermatrix/UpperProxy.h
 include/blaze/math/blas/BLAS.h
+include/blaze/math/blas/Types.h
 include/blaze/math/blas/axpy.h
+include/blaze/math/blas/cblas/axpy.h
+include/blaze/math/blas/cblas/dotc.h
+include/blaze/math/blas/cblas/dotu.h
+include/blaze/math/blas/cblas/gemm.h
+include/blaze/math/blas/cblas/gemv.h
+include/blaze/math/blas/cblas/trmm.h
+include/blaze/math/blas/cblas/trmv.h
+include/blaze/math/blas/cblas/trsm.h
 include/blaze/math/blas/dotc.h
 include/blaze/math/blas/dotu.h
 include/blaze/math/blas/gemm.h
@@ -158,11 +170,13 @@ include/blaze/math/constraints/Aligned.h
 include/blaze/math/constraints/BLASCompatible.h
 include/blaze/math/constraints/Band.h
 include/blaze/math/constraints/BinaryMapExpr.h
+include/blaze/math/constraints/CUDAAssignable.h
 include/blaze/math/constraints/Column.h
 include/blaze/math/constraints/ColumnMajorMatrix.h
 include/blaze/math/constraints/ColumnVector.h
 include/blaze/math/constraints/Columns.h
 include/blaze/math/constraints/Commutative.h
+include/blaze/math/constraints/CompositeType.h
 include/blaze/math/constraints/Computation.h
 include/blaze/math/constraints/ConstDataAccess.h
 include/blaze/math/constraints/Constraints.h
@@ -173,50 +187,68 @@ include/blaze/math/constraints/DeclDiagExpr.h
 include/blaze/math/constraints/DeclExpr.h
 include/blaze/math/constraints/DeclHermExpr.h
 include/blaze/math/constraints/DeclLowExpr.h
+include/blaze/math/constraints/DeclStrLowExpr.h
+include/blaze/math/constraints/DeclStrUppExpr.h
 include/blaze/math/constraints/DeclSymExpr.h
+include/blaze/math/constraints/DeclUniLowExpr.h
+include/blaze/math/constraints/DeclUniUppExpr.h
 include/blaze/math/constraints/DeclUppExpr.h
 include/blaze/math/constraints/Declaration.h
 include/blaze/math/constraints/DenseMatrix.h
 include/blaze/math/constraints/DenseVector.h
 include/blaze/math/constraints/Diagonal.h
 include/blaze/math/constraints/DivExpr.h
+include/blaze/math/constraints/EigenExpr.h
 include/blaze/math/constraints/Elements.h
 include/blaze/math/constraints/EvalExpr.h
 include/blaze/math/constraints/ExpandExpr.h
 include/blaze/math/constraints/Expression.h
+include/blaze/math/constraints/GenExpr.h
 include/blaze/math/constraints/General.h
 include/blaze/math/constraints/Hermitian.h
 include/blaze/math/constraints/Identity.h
 include/blaze/math/constraints/Initializer.h
 include/blaze/math/constraints/Invertible.h
+include/blaze/math/constraints/KronExpr.h
 include/blaze/math/constraints/Lower.h
 include/blaze/math/constraints/MatEvalExpr.h
+include/blaze/math/constraints/MatExpExpr.h
+include/blaze/math/constraints/MatGenExpr.h
 include/blaze/math/constraints/MatInvExpr.h
 include/blaze/math/constraints/MatMapExpr.h
 include/blaze/math/constraints/MatMatAddExpr.h
+include/blaze/math/constraints/MatMatKronExpr.h
 include/blaze/math/constraints/MatMatMapExpr.h
 include/blaze/math/constraints/MatMatMultExpr.h
+include/blaze/math/constraints/MatMatSolveExpr.h
 include/blaze/math/constraints/MatMatSubExpr.h
+include/blaze/math/constraints/MatNoAliasExpr.h
+include/blaze/math/constraints/MatNoSIMDExpr.h
 include/blaze/math/constraints/MatReduceExpr.h
+include/blaze/math/constraints/MatRepeatExpr.h
 include/blaze/math/constraints/MatScalarDivExpr.h
 include/blaze/math/constraints/MatScalarMultExpr.h
 include/blaze/math/constraints/MatSerialExpr.h
 include/blaze/math/constraints/MatTransExpr.h
 include/blaze/math/constraints/MatVecMultExpr.h
+include/blaze/math/constraints/MatVecSolveExpr.h
 include/blaze/math/constraints/Matrix.h
+include/blaze/math/constraints/Modification.h
 include/blaze/math/constraints/MultExpr.h
 include/blaze/math/constraints/MutableDataAccess.h
-include/blaze/math/constraints/NumericMatrix.h
-include/blaze/math/constraints/NumericVector.h
+include/blaze/math/constraints/NoAliasExpr.h
+include/blaze/math/constraints/NoSIMDExpr.h
 include/blaze/math/constraints/Operation.h
 include/blaze/math/constraints/OpposedView.h
 include/blaze/math/constraints/Padded.h
 include/blaze/math/constraints/PaddingEnabled.h
 include/blaze/math/constraints/Proxy.h
 include/blaze/math/constraints/ReduceExpr.h
+include/blaze/math/constraints/RepeatExpr.h
 include/blaze/math/constraints/RequiresEvaluation.h
 include/blaze/math/constraints/Resizable.h
 include/blaze/math/constraints/Restricted.h
+include/blaze/math/constraints/ResultType.h
 include/blaze/math/constraints/Row.h
 include/blaze/math/constraints/RowMajorMatrix.h
 include/blaze/math/constraints/RowVector.h
@@ -225,9 +257,13 @@ include/blaze/math/constraints/SIMDCombinable.h
 include/blaze/math/constraints/SIMDEnabled.h
 include/blaze/math/constraints/SIMDPack.h
 include/blaze/math/constraints/SMPAssignable.h
+include/blaze/math/constraints/SVDExpr.h
+include/blaze/math/constraints/SameTag.h
+include/blaze/math/constraints/Scalar.h
 include/blaze/math/constraints/SchurExpr.h
 include/blaze/math/constraints/SerialExpr.h
 include/blaze/math/constraints/Shrinkable.h
+include/blaze/math/constraints/SolveExpr.h
 include/blaze/math/constraints/SparseElement.h
 include/blaze/math/constraints/SparseMatrix.h
 include/blaze/math/constraints/SparseVector.h
@@ -254,14 +290,20 @@ include/blaze/math/constraints/Uniform.h
 include/blaze/math/constraints/Upper.h
 include/blaze/math/constraints/VecEvalExpr.h
 include/blaze/math/constraints/VecExpandExpr.h
+include/blaze/math/constraints/VecGenExpr.h
 include/blaze/math/constraints/VecMapExpr.h
+include/blaze/math/constraints/VecNoAliasExpr.h
+include/blaze/math/constraints/VecNoSIMDExpr.h
+include/blaze/math/constraints/VecRepeatExpr.h
 include/blaze/math/constraints/VecScalarDivExpr.h
 include/blaze/math/constraints/VecScalarMultExpr.h
 include/blaze/math/constraints/VecSerialExpr.h
+include/blaze/math/constraints/VecTVecMapExpr.h
 include/blaze/math/constraints/VecTVecMultExpr.h
 include/blaze/math/constraints/VecTransExpr.h
 include/blaze/math/constraints/VecVecAddExpr.h
 include/blaze/math/constraints/VecVecDivExpr.h
+include/blaze/math/constraints/VecVecKronExpr.h
 include/blaze/math/constraints/VecVecMapExpr.h
 include/blaze/math/constraints/VecVecMultExpr.h
 include/blaze/math/constraints/VecVecSubExpr.h
@@ -285,6 +327,7 @@ include/blaze/math/dense/InitializerVector.h
 include/blaze/math/dense/Inversion.h
 include/blaze/math/dense/LLH.h
 include/blaze/math/dense/LQ.h
+include/blaze/math/dense/LSE.h
 include/blaze/math/dense/LU.h
 include/blaze/math/dense/MMM.h
 include/blaze/math/dense/QL.h
@@ -302,32 +345,49 @@ include/blaze/math/expressions/Computation.h
 include/blaze/math/expressions/CrossExpr.h
 include/blaze/math/expressions/DMatDMatAddExpr.h
 include/blaze/math/expressions/DMatDMatEqualExpr.h
+include/blaze/math/expressions/DMatDMatKronExpr.h
 include/blaze/math/expressions/DMatDMatMapExpr.h
 include/blaze/math/expressions/DMatDMatMultExpr.h
 include/blaze/math/expressions/DMatDMatSchurExpr.h
+include/blaze/math/expressions/DMatDMatSolveExpr.h
 include/blaze/math/expressions/DMatDMatSubExpr.h
 include/blaze/math/expressions/DMatDVecMultExpr.h
+include/blaze/math/expressions/DMatDVecSolveExpr.h
 include/blaze/math/expressions/DMatDeclDiagExpr.h
 include/blaze/math/expressions/DMatDeclHermExpr.h
 include/blaze/math/expressions/DMatDeclLowExpr.h
+include/blaze/math/expressions/DMatDeclStrLowExpr.h
+include/blaze/math/expressions/DMatDeclStrUppExpr.h
 include/blaze/math/expressions/DMatDeclSymExpr.h
+include/blaze/math/expressions/DMatDeclUniLowExpr.h
+include/blaze/math/expressions/DMatDeclUniUppExpr.h
 include/blaze/math/expressions/DMatDeclUppExpr.h
 include/blaze/math/expressions/DMatDetExpr.h
+include/blaze/math/expressions/DMatEigenExpr.h
 include/blaze/math/expressions/DMatEvalExpr.h
+include/blaze/math/expressions/DMatExpExpr.h
+include/blaze/math/expressions/DMatGenExpr.h
 include/blaze/math/expressions/DMatInvExpr.h
 include/blaze/math/expressions/DMatMapExpr.h
+include/blaze/math/expressions/DMatMeanExpr.h
+include/blaze/math/expressions/DMatNoAliasExpr.h
+include/blaze/math/expressions/DMatNoSIMDExpr.h
 include/blaze/math/expressions/DMatNormExpr.h
 include/blaze/math/expressions/DMatReduceExpr.h
+include/blaze/math/expressions/DMatRepeatExpr.h
 include/blaze/math/expressions/DMatSMatAddExpr.h
 include/blaze/math/expressions/DMatSMatEqualExpr.h
+include/blaze/math/expressions/DMatSMatKronExpr.h
 include/blaze/math/expressions/DMatSMatMultExpr.h
 include/blaze/math/expressions/DMatSMatSchurExpr.h
 include/blaze/math/expressions/DMatSMatSubExpr.h
+include/blaze/math/expressions/DMatSVDExpr.h
 include/blaze/math/expressions/DMatSVecMultExpr.h
 include/blaze/math/expressions/DMatScalarDivExpr.h
 include/blaze/math/expressions/DMatScalarMultExpr.h
 include/blaze/math/expressions/DMatSerialExpr.h
 include/blaze/math/expressions/DMatSoftmaxExpr.h
+include/blaze/math/expressions/DMatStdDevExpr.h
 include/blaze/math/expressions/DMatTDMatAddExpr.h
 include/blaze/math/expressions/DMatTDMatMapExpr.h
 include/blaze/math/expressions/DMatTDMatMultExpr.h
@@ -339,24 +399,32 @@ include/blaze/math/expressions/DMatTSMatSchurExpr.h
 include/blaze/math/expressions/DMatTSMatSubExpr.h
 include/blaze/math/expressions/DMatTransExpr.h
 include/blaze/math/expressions/DMatTransposer.h
+include/blaze/math/expressions/DMatVarExpr.h
 include/blaze/math/expressions/DVecDVecAddExpr.h
 include/blaze/math/expressions/DVecDVecCrossExpr.h
 include/blaze/math/expressions/DVecDVecDivExpr.h
 include/blaze/math/expressions/DVecDVecEqualExpr.h
 include/blaze/math/expressions/DVecDVecInnerExpr.h
+include/blaze/math/expressions/DVecDVecKronExpr.h
 include/blaze/math/expressions/DVecDVecMapExpr.h
 include/blaze/math/expressions/DVecDVecMultExpr.h
 include/blaze/math/expressions/DVecDVecOuterExpr.h
 include/blaze/math/expressions/DVecDVecSubExpr.h
 include/blaze/math/expressions/DVecEvalExpr.h
 include/blaze/math/expressions/DVecExpandExpr.h
+include/blaze/math/expressions/DVecGenExpr.h
 include/blaze/math/expressions/DVecMapExpr.h
+include/blaze/math/expressions/DVecMeanExpr.h
+include/blaze/math/expressions/DVecNoAliasExpr.h
+include/blaze/math/expressions/DVecNoSIMDExpr.h
 include/blaze/math/expressions/DVecNormExpr.h
 include/blaze/math/expressions/DVecReduceExpr.h
+include/blaze/math/expressions/DVecRepeatExpr.h
 include/blaze/math/expressions/DVecSVecAddExpr.h
 include/blaze/math/expressions/DVecSVecCrossExpr.h
 include/blaze/math/expressions/DVecSVecEqualExpr.h
 include/blaze/math/expressions/DVecSVecInnerExpr.h
+include/blaze/math/expressions/DVecSVecKronExpr.h
 include/blaze/math/expressions/DVecSVecMultExpr.h
 include/blaze/math/expressions/DVecSVecOuterExpr.h
 include/blaze/math/expressions/DVecSVecSubExpr.h
@@ -364,40 +432,63 @@ include/blaze/math/expressions/DVecScalarDivExpr.h
 include/blaze/math/expressions/DVecScalarMultExpr.h
 include/blaze/math/expressions/DVecSerialExpr.h
 include/blaze/math/expressions/DVecSoftmaxExpr.h
+include/blaze/math/expressions/DVecStdDevExpr.h
 include/blaze/math/expressions/DVecTransExpr.h
 include/blaze/math/expressions/DVecTransposer.h
+include/blaze/math/expressions/DVecVarExpr.h
 include/blaze/math/expressions/DeclDiagExpr.h
 include/blaze/math/expressions/DeclExpr.h
 include/blaze/math/expressions/DeclHermExpr.h
 include/blaze/math/expressions/DeclLowExpr.h
+include/blaze/math/expressions/DeclStrLowExpr.h
+include/blaze/math/expressions/DeclStrUppExpr.h
 include/blaze/math/expressions/DeclSymExpr.h
+include/blaze/math/expressions/DeclUniLowExpr.h
+include/blaze/math/expressions/DeclUniUppExpr.h
 include/blaze/math/expressions/DeclUppExpr.h
 include/blaze/math/expressions/Declaration.h
 include/blaze/math/expressions/DenseMatrix.h
 include/blaze/math/expressions/DenseVector.h
 include/blaze/math/expressions/DivExpr.h
+include/blaze/math/expressions/EigenExpr.h
 include/blaze/math/expressions/EvalExpr.h
 include/blaze/math/expressions/ExpandExpr.h
 include/blaze/math/expressions/ExpandExprData.h
 include/blaze/math/expressions/Expression.h
 include/blaze/math/expressions/Forward.h
+include/blaze/math/expressions/GenExpr.h
+include/blaze/math/expressions/KronExpr.h
 include/blaze/math/expressions/MatEvalExpr.h
+include/blaze/math/expressions/MatExpExpr.h
+include/blaze/math/expressions/MatGenExpr.h
 include/blaze/math/expressions/MatInvExpr.h
 include/blaze/math/expressions/MatMapExpr.h
 include/blaze/math/expressions/MatMatAddExpr.h
+include/blaze/math/expressions/MatMatKronExpr.h
 include/blaze/math/expressions/MatMatMapExpr.h
 include/blaze/math/expressions/MatMatMultExpr.h
+include/blaze/math/expressions/MatMatSolveExpr.h
 include/blaze/math/expressions/MatMatSubExpr.h
+include/blaze/math/expressions/MatNoAliasExpr.h
+include/blaze/math/expressions/MatNoSIMDExpr.h
 include/blaze/math/expressions/MatReduceExpr.h
+include/blaze/math/expressions/MatRepeatExpr.h
 include/blaze/math/expressions/MatScalarDivExpr.h
 include/blaze/math/expressions/MatScalarMultExpr.h
 include/blaze/math/expressions/MatSerialExpr.h
 include/blaze/math/expressions/MatTransExpr.h
 include/blaze/math/expressions/MatVecMultExpr.h
+include/blaze/math/expressions/MatVecSolveExpr.h
 include/blaze/math/expressions/Matrix.h
+include/blaze/math/expressions/Modification.h
 include/blaze/math/expressions/MultExpr.h
+include/blaze/math/expressions/NoAliasExpr.h
+include/blaze/math/expressions/NoSIMDExpr.h
 include/blaze/math/expressions/Operation.h
 include/blaze/math/expressions/ReduceExpr.h
+include/blaze/math/expressions/RepeatExpr.h
+include/blaze/math/expressions/RepeatExprData.h
+include/blaze/math/expressions/SMatDMatKronExpr.h
 include/blaze/math/expressions/SMatDMatMultExpr.h
 include/blaze/math/expressions/SMatDMatSchurExpr.h
 include/blaze/math/expressions/SMatDMatSubExpr.h
@@ -405,14 +496,23 @@ include/blaze/math/expressions/SMatDVecMultExpr.h
 include/blaze/math/expressions/SMatDeclDiagExpr.h
 include/blaze/math/expressions/SMatDeclHermExpr.h
 include/blaze/math/expressions/SMatDeclLowExpr.h
+include/blaze/math/expressions/SMatDeclStrLowExpr.h
+include/blaze/math/expressions/SMatDeclStrUppExpr.h
 include/blaze/math/expressions/SMatDeclSymExpr.h
+include/blaze/math/expressions/SMatDeclUniLowExpr.h
+include/blaze/math/expressions/SMatDeclUniUppExpr.h
 include/blaze/math/expressions/SMatDeclUppExpr.h
 include/blaze/math/expressions/SMatEvalExpr.h
 include/blaze/math/expressions/SMatMapExpr.h
+include/blaze/math/expressions/SMatMeanExpr.h
+include/blaze/math/expressions/SMatNoAliasExpr.h
+include/blaze/math/expressions/SMatNoSIMDExpr.h
 include/blaze/math/expressions/SMatNormExpr.h
 include/blaze/math/expressions/SMatReduceExpr.h
+include/blaze/math/expressions/SMatRepeatExpr.h
 include/blaze/math/expressions/SMatSMatAddExpr.h
 include/blaze/math/expressions/SMatSMatEqualExpr.h
+include/blaze/math/expressions/SMatSMatKronExpr.h
 include/blaze/math/expressions/SMatSMatMultExpr.h
 include/blaze/math/expressions/SMatSMatSchurExpr.h
 include/blaze/math/expressions/SMatSMatSubExpr.h
@@ -420,39 +520,52 @@ include/blaze/math/expressions/SMatSVecMultExpr.h
 include/blaze/math/expressions/SMatScalarDivExpr.h
 include/blaze/math/expressions/SMatScalarMultExpr.h
 include/blaze/math/expressions/SMatSerialExpr.h
+include/blaze/math/expressions/SMatStdDevExpr.h
 include/blaze/math/expressions/SMatTDMatMultExpr.h
 include/blaze/math/expressions/SMatTDMatSubExpr.h
 include/blaze/math/expressions/SMatTSMatAddExpr.h
+include/blaze/math/expressions/SMatTSMatKronExpr.h
 include/blaze/math/expressions/SMatTSMatMultExpr.h
 include/blaze/math/expressions/SMatTSMatSchurExpr.h
 include/blaze/math/expressions/SMatTSMatSubExpr.h
 include/blaze/math/expressions/SMatTransExpr.h
 include/blaze/math/expressions/SMatTransposer.h
+include/blaze/math/expressions/SMatVarExpr.h
+include/blaze/math/expressions/SVDExpr.h
 include/blaze/math/expressions/SVecDVecCrossExpr.h
 include/blaze/math/expressions/SVecDVecDivExpr.h
 include/blaze/math/expressions/SVecDVecInnerExpr.h
+include/blaze/math/expressions/SVecDVecKronExpr.h
 include/blaze/math/expressions/SVecDVecMultExpr.h
 include/blaze/math/expressions/SVecDVecOuterExpr.h
 include/blaze/math/expressions/SVecDVecSubExpr.h
 include/blaze/math/expressions/SVecEvalExpr.h
 include/blaze/math/expressions/SVecExpandExpr.h
 include/blaze/math/expressions/SVecMapExpr.h
+include/blaze/math/expressions/SVecMeanExpr.h
+include/blaze/math/expressions/SVecNoAliasExpr.h
+include/blaze/math/expressions/SVecNoSIMDExpr.h
 include/blaze/math/expressions/SVecNormExpr.h
 include/blaze/math/expressions/SVecReduceExpr.h
+include/blaze/math/expressions/SVecRepeatExpr.h
 include/blaze/math/expressions/SVecSVecAddExpr.h
 include/blaze/math/expressions/SVecSVecCrossExpr.h
 include/blaze/math/expressions/SVecSVecEqualExpr.h
 include/blaze/math/expressions/SVecSVecInnerExpr.h
+include/blaze/math/expressions/SVecSVecKronExpr.h
 include/blaze/math/expressions/SVecSVecMultExpr.h
 include/blaze/math/expressions/SVecSVecOuterExpr.h
 include/blaze/math/expressions/SVecSVecSubExpr.h
 include/blaze/math/expressions/SVecScalarDivExpr.h
 include/blaze/math/expressions/SVecScalarMultExpr.h
 include/blaze/math/expressions/SVecSerialExpr.h
+include/blaze/math/expressions/SVecStdDevExpr.h
 include/blaze/math/expressions/SVecTransExpr.h
 include/blaze/math/expressions/SVecTransposer.h
+include/blaze/math/expressions/SVecVarExpr.h
 include/blaze/math/expressions/SchurExpr.h
 include/blaze/math/expressions/SerialExpr.h
+include/blaze/math/expressions/SolveExpr.h
 include/blaze/math/expressions/SparseMatrix.h
 include/blaze/math/expressions/SparseVector.h
 include/blaze/math/expressions/SubExpr.h
@@ -472,12 +585,14 @@ include/blaze/math/expressions/TSMatDMatMultExpr.h
 include/blaze/math/expressions/TSMatDMatSchurExpr.h
 include/blaze/math/expressions/TSMatDMatSubExpr.h
 include/blaze/math/expressions/TSMatDVecMultExpr.h
+include/blaze/math/expressions/TSMatSMatKronExpr.h
 include/blaze/math/expressions/TSMatSMatMultExpr.h
 include/blaze/math/expressions/TSMatSMatSchurExpr.h
 include/blaze/math/expressions/TSMatSMatSubExpr.h
 include/blaze/math/expressions/TSMatSVecMultExpr.h
 include/blaze/math/expressions/TSMatTDMatMultExpr.h
 include/blaze/math/expressions/TSMatTSMatAddExpr.h
+include/blaze/math/expressions/TSMatTSMatKronExpr.h
 include/blaze/math/expressions/TSMatTSMatMultExpr.h
 include/blaze/math/expressions/TSMatTSMatSchurExpr.h
 include/blaze/math/expressions/TSMatTSMatSubExpr.h
@@ -491,14 +606,20 @@ include/blaze/math/expressions/Transformation.h
 include/blaze/math/expressions/UnaryMapExpr.h
 include/blaze/math/expressions/VecEvalExpr.h
 include/blaze/math/expressions/VecExpandExpr.h
+include/blaze/math/expressions/VecGenExpr.h
 include/blaze/math/expressions/VecMapExpr.h
+include/blaze/math/expressions/VecNoAliasExpr.h
+include/blaze/math/expressions/VecNoSIMDExpr.h
+include/blaze/math/expressions/VecRepeatExpr.h
 include/blaze/math/expressions/VecScalarDivExpr.h
 include/blaze/math/expressions/VecScalarMultExpr.h
 include/blaze/math/expressions/VecSerialExpr.h
+include/blaze/math/expressions/VecTVecMapExpr.h
 include/blaze/math/expressions/VecTVecMultExpr.h
 include/blaze/math/expressions/VecTransExpr.h
 include/blaze/math/expressions/VecVecAddExpr.h
 include/blaze/math/expressions/VecVecDivExpr.h
+include/blaze/math/expressions/VecVecKronExpr.h
 include/blaze/math/expressions/VecVecMapExpr.h
 include/blaze/math/expressions/VecVecMultExpr.h
 include/blaze/math/expressions/VecVecSubExpr.h
@@ -509,12 +630,21 @@ include/blaze/math/functors/Acos.h
 include/blaze/math/functors/Acosh.h
 include/blaze/math/functors/Add.h
 include/blaze/math/functors/AddAssign.h
+include/blaze/math/functors/And.h
+include/blaze/math/functors/AndAssign.h
+include/blaze/math/functors/Arg.h
 include/blaze/math/functors/Asin.h
 include/blaze/math/functors/Asinh.h
 include/blaze/math/functors/Assign.h
 include/blaze/math/functors/Atan.h
 include/blaze/math/functors/Atan2.h
 include/blaze/math/functors/Atanh.h
+include/blaze/math/functors/Bind1st.h
+include/blaze/math/functors/Bind2nd.h
+include/blaze/math/functors/Bind3rd.h
+include/blaze/math/functors/Bitand.h
+include/blaze/math/functors/Bitor.h
+include/blaze/math/functors/Bitxor.h
 include/blaze/math/functors/CTrans.h
 include/blaze/math/functors/Cbrt.h
 include/blaze/math/functors/Ceil.h
@@ -527,7 +657,11 @@ include/blaze/math/functors/DeclDiag.h
 include/blaze/math/functors/DeclHerm.h
 include/blaze/math/functors/DeclId.h
 include/blaze/math/functors/DeclLow.h
+include/blaze/math/functors/DeclStrLow.h
+include/blaze/math/functors/DeclStrUpp.h
 include/blaze/math/functors/DeclSym.h
+include/blaze/math/functors/DeclUniLow.h
+include/blaze/math/functors/DeclUniUpp.h
 include/blaze/math/functors/DeclUpp.h
 include/blaze/math/functors/DeclZero.h
 include/blaze/math/functors/Div.h
@@ -541,24 +675,41 @@ include/blaze/math/functors/Exp2.h
 include/blaze/math/functors/Floor.h
 include/blaze/math/functors/Forward.h
 include/blaze/math/functors/Functors.h
+include/blaze/math/functors/Greater.h
 include/blaze/math/functors/Hypot.h
 include/blaze/math/functors/Imag.h
 include/blaze/math/functors/Inv.h
+include/blaze/math/functors/InvAdd.h
 include/blaze/math/functors/InvCbrt.h
 include/blaze/math/functors/InvSqrt.h
+include/blaze/math/functors/Join.h
+include/blaze/math/functors/Kron.h
 include/blaze/math/functors/L1Norm.h
 include/blaze/math/functors/L2Norm.h
 include/blaze/math/functors/L3Norm.h
 include/blaze/math/functors/L4Norm.h
+include/blaze/math/functors/LGamma.h
+include/blaze/math/functors/LeftShiftAssign.h
+include/blaze/math/functors/Less.h
 include/blaze/math/functors/Log.h
 include/blaze/math/functors/Log10.h
+include/blaze/math/functors/Log1p.h
 include/blaze/math/functors/Log2.h
 include/blaze/math/functors/LpNorm.h
+include/blaze/math/functors/MAC.h
+include/blaze/math/functors/MakePair.h
 include/blaze/math/functors/Max.h
 include/blaze/math/functors/Min.h
+include/blaze/math/functors/Minmax.h
+include/blaze/math/functors/ModuloAssign.h
 include/blaze/math/functors/Mult.h
 include/blaze/math/functors/MultAssign.h
+include/blaze/math/functors/NoAlias.h
+include/blaze/math/functors/NoSIMD.h
 include/blaze/math/functors/Noop.h
+include/blaze/math/functors/Not.h
+include/blaze/math/functors/Or.h
+include/blaze/math/functors/OrAssign.h
 include/blaze/math/functors/Pow.h
 include/blaze/math/functors/Pow2.h
 include/blaze/math/functors/Pow3.h
@@ -566,10 +717,14 @@ include/blaze/math/functors/Pow4.h
 include/blaze/math/functors/Qdrt.h
 include/blaze/math/functors/Real.h
 include/blaze/math/functors/Reset.h
+include/blaze/math/functors/RightShiftAssign.h
 include/blaze/math/functors/Round.h
 include/blaze/math/functors/Schur.h
-include/blaze/math/functors/SchurAssign.h
 include/blaze/math/functors/Serial.h
+include/blaze/math/functors/ShiftLI.h
+include/blaze/math/functors/ShiftLV.h
+include/blaze/math/functors/ShiftRI.h
+include/blaze/math/functors/ShiftRV.h
 include/blaze/math/functors/Sign.h
 include/blaze/math/functors/Sin.h
 include/blaze/math/functors/Sinh.h
@@ -581,7 +736,7 @@ include/blaze/math/functors/Tan.h
 include/blaze/math/functors/Tanh.h
 include/blaze/math/functors/Trans.h
 include/blaze/math/functors/Trunc.h
-include/blaze/math/functors/UnaryPow.h
+include/blaze/math/functors/XorAssign.h
 include/blaze/math/lapack/LAPACK.h
 include/blaze/math/lapack/clapack/geev.h
 include/blaze/math/lapack/clapack/gelqf.h
@@ -596,6 +751,7 @@ include/blaze/math/lapack/clapack/gesvdx.h
 include/blaze/math/lapack/clapack/getrf.h
 include/blaze/math/lapack/clapack/getri.h
 include/blaze/math/lapack/clapack/getrs.h
+include/blaze/math/lapack/clapack/gges.h
 include/blaze/math/lapack/clapack/heev.h
 include/blaze/math/lapack/clapack/heevd.h
 include/blaze/math/lapack/clapack/heevx.h
@@ -603,9 +759,13 @@ include/blaze/math/lapack/clapack/hesv.h
 include/blaze/math/lapack/clapack/hetrf.h
 include/blaze/math/lapack/clapack/hetri.h
 include/blaze/math/lapack/clapack/hetrs.h
+include/blaze/math/lapack/clapack/org2l.h
+include/blaze/math/lapack/clapack/org2r.h
+include/blaze/math/lapack/clapack/orgl2.h
 include/blaze/math/lapack/clapack/orglq.h
 include/blaze/math/lapack/clapack/orgql.h
 include/blaze/math/lapack/clapack/orgqr.h
+include/blaze/math/lapack/clapack/orgr2.h
 include/blaze/math/lapack/clapack/orgrq.h
 include/blaze/math/lapack/clapack/ormlq.h
 include/blaze/math/lapack/clapack/ormql.h
@@ -625,9 +785,13 @@ include/blaze/math/lapack/clapack/sytrs.h
 include/blaze/math/lapack/clapack/trsv.h
 include/blaze/math/lapack/clapack/trtri.h
 include/blaze/math/lapack/clapack/trtrs.h
+include/blaze/math/lapack/clapack/ung2l.h
+include/blaze/math/lapack/clapack/ung2r.h
+include/blaze/math/lapack/clapack/ungl2.h
 include/blaze/math/lapack/clapack/unglq.h
 include/blaze/math/lapack/clapack/ungql.h
 include/blaze/math/lapack/clapack/ungqr.h
+include/blaze/math/lapack/clapack/ungr2.h
 include/blaze/math/lapack/clapack/ungrq.h
 include/blaze/math/lapack/clapack/unmlq.h
 include/blaze/math/lapack/clapack/unmql.h
@@ -646,6 +810,7 @@ include/blaze/math/lapack/gesvdx.h
 include/blaze/math/lapack/getrf.h
 include/blaze/math/lapack/getri.h
 include/blaze/math/lapack/getrs.h
+include/blaze/math/lapack/gges.h
 include/blaze/math/lapack/heev.h
 include/blaze/math/lapack/heevd.h
 include/blaze/math/lapack/heevx.h
@@ -653,9 +818,13 @@ include/blaze/math/lapack/hesv.h
 include/blaze/math/lapack/hetrf.h
 include/blaze/math/lapack/hetri.h
 include/blaze/math/lapack/hetrs.h
+include/blaze/math/lapack/org2l.h
+include/blaze/math/lapack/org2r.h
+include/blaze/math/lapack/orgl2.h
 include/blaze/math/lapack/orglq.h
 include/blaze/math/lapack/orgql.h
 include/blaze/math/lapack/orgqr.h
+include/blaze/math/lapack/orgr2.h
 include/blaze/math/lapack/orgrq.h
 include/blaze/math/lapack/ormlq.h
 include/blaze/math/lapack/ormql.h
@@ -675,9 +844,13 @@ include/blaze/math/lapack/sytrs.h
 include/blaze/math/lapack/trsv.h
 include/blaze/math/lapack/trtri.h
 include/blaze/math/lapack/trtrs.h
+include/blaze/math/lapack/ung2l.h
+include/blaze/math/lapack/ung2r.h
+include/blaze/math/lapack/ungl2.h
 include/blaze/math/lapack/unglq.h
 include/blaze/math/lapack/ungql.h
 include/blaze/math/lapack/ungqr.h
+include/blaze/math/lapack/ungr2.h
 include/blaze/math/lapack/ungrq.h
 include/blaze/math/lapack/unmlq.h
 include/blaze/math/lapack/unmql.h
@@ -698,6 +871,7 @@ include/blaze/math/serialization/VectorSerializer.h
 include/blaze/math/shims/Abs.h
 include/blaze/math/shims/Acos.h
 include/blaze/math/shims/Acosh.h
+include/blaze/math/shims/Arg.h
 include/blaze/math/shims/Asin.h
 include/blaze/math/shims/Asinh.h
 include/blaze/math/shims/Atan.h
@@ -720,6 +894,7 @@ include/blaze/math/shims/Exp.h
 include/blaze/math/shims/Exp10.h
 include/blaze/math/shims/Exp2.h
 include/blaze/math/shims/Floor.h
+include/blaze/math/shims/Frexp.h
 include/blaze/math/shims/Greater.h
 include/blaze/math/shims/Hypot.h
 include/blaze/math/shims/Imaginary.h
@@ -728,19 +903,24 @@ include/blaze/math/shims/InvSqrt.h
 include/blaze/math/shims/Invert.h
 include/blaze/math/shims/IsDefault.h
 include/blaze/math/shims/IsDivisor.h
+include/blaze/math/shims/IsFinite.h
+include/blaze/math/shims/IsInf.h
 include/blaze/math/shims/IsNaN.h
 include/blaze/math/shims/IsOne.h
 include/blaze/math/shims/IsReal.h
 include/blaze/math/shims/IsZero.h
+include/blaze/math/shims/LGamma.h
 include/blaze/math/shims/Less.h
 include/blaze/math/shims/Log.h
 include/blaze/math/shims/Log10.h
+include/blaze/math/shims/Log1p.h
 include/blaze/math/shims/Log2.h
 include/blaze/math/shims/NextMultiple.h
 include/blaze/math/shims/Pow.h
 include/blaze/math/shims/Pow2.h
 include/blaze/math/shims/Pow3.h
 include/blaze/math/shims/Pow4.h
+include/blaze/math/shims/PrevMultiple.h
 include/blaze/math/shims/Qdrt.h
 include/blaze/math/shims/Real.h
 include/blaze/math/shims/Reset.h
@@ -764,6 +944,9 @@ include/blaze/math/simd/Atan.h
 include/blaze/math/simd/Atan2.h
 include/blaze/math/simd/Atanh.h
 include/blaze/math/simd/BasicTypes.h
+include/blaze/math/simd/Bitand.h
+include/blaze/math/simd/Bitor.h
+include/blaze/math/simd/Bitxor.h
 include/blaze/math/simd/Cbrt.h
 include/blaze/math/simd/Ceil.h
 include/blaze/math/simd/Conj.h
@@ -783,10 +966,12 @@ include/blaze/math/simd/Functions.h
 include/blaze/math/simd/Hypot.h
 include/blaze/math/simd/InvCbrt.h
 include/blaze/math/simd/InvSqrt.h
+include/blaze/math/simd/LGamma.h
 include/blaze/math/simd/Loada.h
 include/blaze/math/simd/Loadu.h
 include/blaze/math/simd/Log.h
 include/blaze/math/simd/Log10.h
+include/blaze/math/simd/Log1p.h
 include/blaze/math/simd/Log2.h
 include/blaze/math/simd/Max.h
 include/blaze/math/simd/Min.h
@@ -800,6 +985,10 @@ include/blaze/math/simd/SIMDPack.h
 include/blaze/math/simd/SIMDTrait.h
 include/blaze/math/simd/Set.h
 include/blaze/math/simd/Setzero.h
+include/blaze/math/simd/ShiftLI.h
+include/blaze/math/simd/ShiftLV.h
+include/blaze/math/simd/ShiftRI.h
+include/blaze/math/simd/ShiftRV.h
 include/blaze/math/simd/Sign.h
 include/blaze/math/simd/Sin.h
 include/blaze/math/simd/Sinh.h
@@ -857,23 +1046,35 @@ include/blaze/math/traits/DeclDiagTrait.h
 include/blaze/math/traits/DeclHermTrait.h
 include/blaze/math/traits/DeclIdTrait.h
 include/blaze/math/traits/DeclLowTrait.h
+include/blaze/math/traits/DeclStrLowTrait.h
+include/blaze/math/traits/DeclStrUppTrait.h
 include/blaze/math/traits/DeclSymTrait.h
+include/blaze/math/traits/DeclUniLowTrait.h
+include/blaze/math/traits/DeclUniUppTrait.h
 include/blaze/math/traits/DeclUppTrait.h
 include/blaze/math/traits/DeclZeroTrait.h
 include/blaze/math/traits/DerestrictTrait.h
 include/blaze/math/traits/DivTrait.h
 include/blaze/math/traits/ElementsTrait.h
+include/blaze/math/traits/EvaluateTrait.h
 include/blaze/math/traits/ExpandTrait.h
+include/blaze/math/traits/KronTrait.h
 include/blaze/math/traits/MapTrait.h
 include/blaze/math/traits/MultTrait.h
 include/blaze/math/traits/ReduceTrait.h
+include/blaze/math/traits/RepeatTrait.h
 include/blaze/math/traits/RowTrait.h
 include/blaze/math/traits/RowsTrait.h
 include/blaze/math/traits/SchurTrait.h
+include/blaze/math/traits/SolveTrait.h
 include/blaze/math/traits/SubTrait.h
 include/blaze/math/traits/SubmatrixTrait.h
 include/blaze/math/traits/SubvectorTrait.h
 include/blaze/math/traits/Traits.h
+include/blaze/math/typetraits/CustomOppositeType.h
+include/blaze/math/typetraits/CustomTransposeType.h
+include/blaze/math/typetraits/DynamicAllocator.h
+include/blaze/math/typetraits/GetAllocator.h
 include/blaze/math/typetraits/HasAbs.h
 include/blaze/math/typetraits/HasAcos.h
 include/blaze/math/typetraits/HasAcosh.h
@@ -886,6 +1087,7 @@ include/blaze/math/typetraits/HasAtanh.h
 include/blaze/math/typetraits/HasCbrt.h
 include/blaze/math/typetraits/HasCeil.h
 include/blaze/math/typetraits/HasClamp.h
+include/blaze/math/typetraits/HasCompositeType.h
 include/blaze/math/typetraits/HasConj.h
 include/blaze/math/typetraits/HasConstDataAccess.h
 include/blaze/math/typetraits/HasCos.h
@@ -901,9 +1103,11 @@ include/blaze/math/typetraits/HasHypot.h
 include/blaze/math/typetraits/HasImag.h
 include/blaze/math/typetraits/HasInvCbrt.h
 include/blaze/math/typetraits/HasInvSqrt.h
+include/blaze/math/typetraits/HasLGamma.h
 include/blaze/math/typetraits/HasLoad.h
 include/blaze/math/typetraits/HasLog.h
 include/blaze/math/typetraits/HasLog10.h
+include/blaze/math/typetraits/HasLog1p.h
 include/blaze/math/typetraits/HasLog2.h
 include/blaze/math/typetraits/HasMax.h
 include/blaze/math/typetraits/HasMin.h
@@ -911,6 +1115,7 @@ include/blaze/math/typetraits/HasMult.h
 include/blaze/math/typetraits/HasMutableDataAccess.h
 include/blaze/math/typetraits/HasPow.h
 include/blaze/math/typetraits/HasReal.h
+include/blaze/math/typetraits/HasResultType.h
 include/blaze/math/typetraits/HasRound.h
 include/blaze/math/typetraits/HasSIMDAbs.h
 include/blaze/math/typetraits/HasSIMDAcos.h
@@ -921,6 +1126,9 @@ include/blaze/math/typetraits/HasSIMDAsinh.h
 include/blaze/math/typetraits/HasSIMDAtan.h
 include/blaze/math/typetraits/HasSIMDAtan2.h
 include/blaze/math/typetraits/HasSIMDAtanh.h
+include/blaze/math/typetraits/HasSIMDBitand.h
+include/blaze/math/typetraits/HasSIMDBitor.h
+include/blaze/math/typetraits/HasSIMDBitxor.h
 include/blaze/math/typetraits/HasSIMDCbrt.h
 include/blaze/math/typetraits/HasSIMDCeil.h
 include/blaze/math/typetraits/HasSIMDConj.h
@@ -937,14 +1145,20 @@ include/blaze/math/typetraits/HasSIMDFloor.h
 include/blaze/math/typetraits/HasSIMDHypot.h
 include/blaze/math/typetraits/HasSIMDInvCbrt.h
 include/blaze/math/typetraits/HasSIMDInvSqrt.h
+include/blaze/math/typetraits/HasSIMDLGamma.h
 include/blaze/math/typetraits/HasSIMDLog.h
 include/blaze/math/typetraits/HasSIMDLog10.h
+include/blaze/math/typetraits/HasSIMDLog1p.h
 include/blaze/math/typetraits/HasSIMDLog2.h
 include/blaze/math/typetraits/HasSIMDMax.h
 include/blaze/math/typetraits/HasSIMDMin.h
 include/blaze/math/typetraits/HasSIMDMult.h
 include/blaze/math/typetraits/HasSIMDPow.h
 include/blaze/math/typetraits/HasSIMDRound.h
+include/blaze/math/typetraits/HasSIMDShiftLI.h
+include/blaze/math/typetraits/HasSIMDShiftLV.h
+include/blaze/math/typetraits/HasSIMDShiftRI.h
+include/blaze/math/typetraits/HasSIMDShiftRV.h
 include/blaze/math/typetraits/HasSIMDSign.h
 include/blaze/math/typetraits/HasSIMDSin.h
 include/blaze/math/typetraits/HasSIMDSinh.h
@@ -968,6 +1182,7 @@ include/blaze/math/typetraits/IsAligned.h
 include/blaze/math/typetraits/IsBLASCompatible.h
 include/blaze/math/typetraits/IsBand.h
 include/blaze/math/typetraits/IsBinaryMapExpr.h
+include/blaze/math/typetraits/IsCUDAAssignable.h
 include/blaze/math/typetraits/IsColumn.h
 include/blaze/math/typetraits/IsColumnMajorMatrix.h
 include/blaze/math/typetraits/IsColumnVector.h
@@ -981,46 +1196,63 @@ include/blaze/math/typetraits/IsDeclDiagExpr.h
 include/blaze/math/typetraits/IsDeclExpr.h
 include/blaze/math/typetraits/IsDeclHermExpr.h
 include/blaze/math/typetraits/IsDeclLowExpr.h
+include/blaze/math/typetraits/IsDeclStrLowExpr.h
+include/blaze/math/typetraits/IsDeclStrUppExpr.h
 include/blaze/math/typetraits/IsDeclSymExpr.h
+include/blaze/math/typetraits/IsDeclUniLowExpr.h
+include/blaze/math/typetraits/IsDeclUniUppExpr.h
 include/blaze/math/typetraits/IsDeclUppExpr.h
 include/blaze/math/typetraits/IsDeclaration.h
 include/blaze/math/typetraits/IsDenseMatrix.h
 include/blaze/math/typetraits/IsDenseVector.h
 include/blaze/math/typetraits/IsDiagonal.h
 include/blaze/math/typetraits/IsDivExpr.h
+include/blaze/math/typetraits/IsEigenExpr.h
 include/blaze/math/typetraits/IsElements.h
 include/blaze/math/typetraits/IsEvalExpr.h
 include/blaze/math/typetraits/IsExpandExpr.h
 include/blaze/math/typetraits/IsExpression.h
+include/blaze/math/typetraits/IsGenExpr.h
 include/blaze/math/typetraits/IsGeneral.h
 include/blaze/math/typetraits/IsHermitian.h
 include/blaze/math/typetraits/IsIdentity.h
 include/blaze/math/typetraits/IsInitializer.h
 include/blaze/math/typetraits/IsInvertible.h
+include/blaze/math/typetraits/IsKronExpr.h
 include/blaze/math/typetraits/IsLower.h
 include/blaze/math/typetraits/IsMatEvalExpr.h
+include/blaze/math/typetraits/IsMatExpExpr.h
+include/blaze/math/typetraits/IsMatGenExpr.h
 include/blaze/math/typetraits/IsMatInvExpr.h
 include/blaze/math/typetraits/IsMatMapExpr.h
 include/blaze/math/typetraits/IsMatMatAddExpr.h
+include/blaze/math/typetraits/IsMatMatKronExpr.h
 include/blaze/math/typetraits/IsMatMatMapExpr.h
 include/blaze/math/typetraits/IsMatMatMultExpr.h
+include/blaze/math/typetraits/IsMatMatSolveExpr.h
 include/blaze/math/typetraits/IsMatMatSubExpr.h
+include/blaze/math/typetraits/IsMatNoAliasExpr.h
+include/blaze/math/typetraits/IsMatNoSIMDExpr.h
 include/blaze/math/typetraits/IsMatReduceExpr.h
+include/blaze/math/typetraits/IsMatRepeatExpr.h
 include/blaze/math/typetraits/IsMatScalarDivExpr.h
 include/blaze/math/typetraits/IsMatScalarMultExpr.h
 include/blaze/math/typetraits/IsMatSerialExpr.h
 include/blaze/math/typetraits/IsMatTransExpr.h
 include/blaze/math/typetraits/IsMatVecMultExpr.h
+include/blaze/math/typetraits/IsMatVecSolveExpr.h
 include/blaze/math/typetraits/IsMatrix.h
+include/blaze/math/typetraits/IsModification.h
 include/blaze/math/typetraits/IsMultExpr.h
-include/blaze/math/typetraits/IsNumericMatrix.h
-include/blaze/math/typetraits/IsNumericVector.h
+include/blaze/math/typetraits/IsNoAliasExpr.h
+include/blaze/math/typetraits/IsNoSIMDExpr.h
 include/blaze/math/typetraits/IsOperation.h
 include/blaze/math/typetraits/IsOpposedView.h
 include/blaze/math/typetraits/IsPadded.h
 include/blaze/math/typetraits/IsPaddingEnabled.h
 include/blaze/math/typetraits/IsProxy.h
 include/blaze/math/typetraits/IsReduceExpr.h
+include/blaze/math/typetraits/IsRepeatExpr.h
 include/blaze/math/typetraits/IsResizable.h
 include/blaze/math/typetraits/IsRestricted.h
 include/blaze/math/typetraits/IsRow.h
@@ -1031,9 +1263,12 @@ include/blaze/math/typetraits/IsSIMDCombinable.h
 include/blaze/math/typetraits/IsSIMDEnabled.h
 include/blaze/math/typetraits/IsSIMDPack.h
 include/blaze/math/typetraits/IsSMPAssignable.h
+include/blaze/math/typetraits/IsSVDExpr.h
+include/blaze/math/typetraits/IsScalar.h
 include/blaze/math/typetraits/IsSchurExpr.h
 include/blaze/math/typetraits/IsSerialExpr.h
 include/blaze/math/typetraits/IsShrinkable.h
+include/blaze/math/typetraits/IsSolveExpr.h
 include/blaze/math/typetraits/IsSparseElement.h
 include/blaze/math/typetraits/IsSparseMatrix.h
 include/blaze/math/typetraits/IsSparseVector.h
@@ -1059,14 +1294,20 @@ include/blaze/math/typetraits/IsUniform.h
 include/blaze/math/typetraits/IsUpper.h
 include/blaze/math/typetraits/IsVecEvalExpr.h
 include/blaze/math/typetraits/IsVecExpandExpr.h
+include/blaze/math/typetraits/IsVecGenExpr.h
 include/blaze/math/typetraits/IsVecMapExpr.h
+include/blaze/math/typetraits/IsVecNoAliasExpr.h
+include/blaze/math/typetraits/IsVecNoSIMDExpr.h
+include/blaze/math/typetraits/IsVecRepeatExpr.h
 include/blaze/math/typetraits/IsVecScalarDivExpr.h
 include/blaze/math/typetraits/IsVecScalarMultExpr.h
 include/blaze/math/typetraits/IsVecSerialExpr.h
+include/blaze/math/typetraits/IsVecTVecMapExpr.h
 include/blaze/math/typetraits/IsVecTVecMultExpr.h
 include/blaze/math/typetraits/IsVecTransExpr.h
 include/blaze/math/typetraits/IsVecVecAddExpr.h
 include/blaze/math/typetraits/IsVecVecDivExpr.h
+include/blaze/math/typetraits/IsVecVecKronExpr.h
 include/blaze/math/typetraits/IsVecVecMapExpr.h
 include/blaze/math/typetraits/IsVecVecMultExpr.h
 include/blaze/math/typetraits/IsVecVecSubExpr.h
@@ -1074,6 +1315,7 @@ include/blaze/math/typetraits/IsVector.h
 include/blaze/math/typetraits/IsView.h
 include/blaze/math/typetraits/IsZero.h
 include/blaze/math/typetraits/LowType.h
+include/blaze/math/typetraits/MakeComplex.h
 include/blaze/math/typetraits/MaxSize.h
 include/blaze/math/typetraits/RemoveAdaptor.h
 include/blaze/math/typetraits/RequiresEvaluation.h
@@ -1084,6 +1326,7 @@ include/blaze/math/typetraits/TypeTraits.h
 include/blaze/math/typetraits/UnderlyingBuiltin.h
 include/blaze/math/typetraits/UnderlyingElement.h
 include/blaze/math/typetraits/UnderlyingNumeric.h
+include/blaze/math/typetraits/UnderlyingScalar.h
 include/blaze/math/typetraits/YieldsDiagonal.h
 include/blaze/math/typetraits/YieldsHermitian.h
 include/blaze/math/typetraits/YieldsIdentity.h
@@ -1150,6 +1393,7 @@ include/blaze/math/views/subvector/Dense.h
 include/blaze/math/views/subvector/Sparse.h
 include/blaze/math/views/subvector/Subvector.h
 include/blaze/math/views/subvector/SubvectorData.h
+include/blaze/system/Alignment.h
 include/blaze/system/Assertion.h
 include/blaze/system/BLAS.h
 include/blaze/system/Blocking.h
@@ -1157,9 +1401,13 @@ include/blaze/system/CacheSize.h
 include/blaze/system/Compiler.h
 include/blaze/system/Debugging.h
 include/blaze/system/Deprecated.h
+include/blaze/system/HostDevice.h
 include/blaze/system/Inline.h
 include/blaze/system/MPI.h
+include/blaze/system/MacroDisable.h
+include/blaze/system/NoUniqueAddress.h
 include/blaze/system/Optimizations.h
+include/blaze/system/Padding.h
 include/blaze/system/Platform.h
 include/blaze/system/Random.h
 include/blaze/system/Restrict.h
@@ -1183,25 +1431,26 @@ include/blaze/util/CheckedDelete.h
 include/blaze/util/ColorMacros.h
 include/blaze/util/Complex.h
 include/blaze/util/Constraints.h
-include/blaze/util/DecltypeAuto.h
 include/blaze/util/DimensionOf.h
-include/blaze/util/DisableIf.h
 include/blaze/util/EmptyType.h
 include/blaze/util/EnableIf.h
 include/blaze/util/Exception.h
-include/blaze/util/FalseType.h
+include/blaze/util/Forward.h
 include/blaze/util/FunctionTrace.h

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list